@charset "utf-8";
/* CSS Document */

body 	{
		font-family:Arial;
		font-size:10px;
		margin-top:3px;
		}


/*DIVS*/
#wrapper	{
			width:800px;
			height:577px;
			margin:0 auto;
			}
			
#header		{
			width:800px;
			height:70px;
			}

#main		{
			width:798px;
			height:465px;
			border:#009899 1px solid;
			}

#nav		{
			width:160px;
			height:445px;
			float:left;
			margin-top:15px;
			margin-left:15px;
			margin-right:15px;
			overflow:hidden;
			}

#title		{
			width:593px;
			height:32px;
			float:right;
			margin-top:15px;
			margin-right:15px;
			}

#content1	{
			width:593px;
			height:405px;
			float:left;
			margin-top:8px;
			margin-right:15px;
			overflow:auto;
			background-repeat:no-repeat;
			}

#content2	{
			width:130px;
			height:405px;
			float:right;
			margin-top:8px;
			margin-right:15px;
			overflow:auto;
			}
			
#content3	{
			width:300px;
			height:405px;
			float:right;
			margin-top:8px;
			margin-right:15px;
			overflow:auto;
			}

#footer_1	{
			width:800px;
			height:17px;
			padding-top:3px;
			background-color:#009999;
			text-align:center;
			}

#footer_2	{
			width:800px;
			height:14px;
			}


/*CLASSES*/
.indent_0 	{
			text-indent:0px;
			line-height:7px;
			font-weight:bold;
			}
			
.indent_1 	{
			margin-left:12px;
			line-height:6px;
			}
			
.indent_2 	{
			margin-left:25px;
			line-height:6px;
			font-style:italic;
			}

.main_title	{
			font-family:Arial;
			font-size:14px;
			font-weight:bold;
			color:#009899;
			}

.sub_title	{
			font-family:Arial;
			font-size:12px;
			font-weight:bold;
			color:#999999;
			}

.main_text	{
			font-family:Arial;
			font-size:10px;
			color:#000000;
			}

.sitemap	{
			width:184px;
			height:405px;
			}

.spacer_div {
			width:800px;
			height:3px;
			}

.pb 		{
			color:#ee4998;
			}

/*LINK CLASSES*/
a:link {color:#009899; text-decoration:none;}
a:visited {color:#009899; text-decoration:none;}
a:hover {color:#009899; text-decoration:underline;}
a:active {color:#009899; text-decoration:none;}
a img {border:none;}


a.body:link			{
					color:#009899;
					text-decoration:none;
					}
a.body:visited 		{
					color:#009899;
					text-decoration:none;
					}
a.body:hover 		{
					color:#009899;
					text-decoration:underline;
					}
a.body:active 		{
					color:#009899;
					text-decoration:none;
					}
a.body img 			{
					border:none;
					}

a.indent_0:link		{
					color:#009899;
					text-decoration:none;
					}
a.indent_0:visited 	{
					color:#009899;
					text-decoration:none;
					}
a.indent_0:hover 	{
					color:#999999;
					text-decoration:none;
					}
a.indent_0:active 	{
					color:#00635d;
					text-decoration:none;
					}

a.indent_1:link 	{
					color:#009899;
					text-decoration:none;
					}
a.indent_1:visited 	{
					color:#009899;
					text-decoration:none;
					}
a.indent_1:hover 	{
					color:#999999;
					text-decoration:none;
					}
a.indent_1:active 	{
					color:#00635d;
					text-decoration:none;
					}

a.indent_2:link 	{
					color:#009899;
					text-decoration:none;
					}
a.indent_2:visited 	{
					color:#009899;
					text-decoration:none;
					}
a.indent_2:hover 	{
					color:#999999;
					text-decoration:none;
					}
a.indent_2:active 	{
					color:#00635d;
					text-decoration:none;
					}

a.pb:link 			{
					color:#ee4998;
					text-decoration:none;
					}
a.pb:visited 		{
					color:#ee4998;
					text-decoration:none;
					}
a.pb:hover 			{
					color:#ee4998;
					text-decoration:underline;
					}
a.pb:active 		{
					color:#ee4998;
					text-decoration:none;
					}
a.pb img 			{
					border:none;
					}



