/* CSS Document */

body {
	font-family:arial, verdana, tahoma, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
}

#pagecontainer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 5px;

	border: 1px solid #;
	margin-top: 10px;
	margin-bottom: 5px;
	float: inherit;
	border: solid 1px #5284C6;
}

#top_logo_area {
	color: #000000;
	float: none;
}

#top_nav {
	width: 798px;
	font-size: 100%;
	padding-bottom: 10px;
	font-weight: bold;
	float: inherit;
	padding-top: 5px;
	background-color: #F5F5D6;
	text-indent: 10px;
	border: solid 1px #5284C6;
	background-image: url(images/top_nav-bg.gif);
	background-repeat: repeat-x;
}

#content {
	min-height: 250px;
	width: 780px;
	padding: 10px;
	font-size: 100%;
	float: inherit;
	background-color: #5284C6;
}

#page_left {
	float:left;
	width:350px;
	padding:5px;
	color: #FFFFFF;
}

#page_right {
	float:right;
	width:375px;
	padding:5px;
	padding: 5px;
	background-color: #FBFBF0;
}

#copyright {
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
	float: inherit;
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.copyright a:link	{color:#999999;text-decoration:underline;}
.copyright a:visited	{color:#999999;text-decoration:underline;}
.copyright a:hover	{color:#CCCCCC;text-decoration:underline;}
.copyright a:active	{color:#999999;text-decoration:underline;}

#white {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
}

.white a:link	{color:#ffffff;text-decoration:underline;}
.white a:visited	{color:#ffffff;text-decoration:underline;}
.white a:hover	{color:#CCCCCC;text-decoration:none;}
.white a:active	{color:#ffffff;text-decoration:underline;}

#footer {
	width: 788px;
	float:inherit;
	font-size: 75%;
	text-align: center;
	color: #000000;
	background-color: #F5F5D6;
	border: solid 1px #5284C6;
	padding: 5px;
	background-image: url(images/footer_nav-bg.gif);
	background-repeat: repeat-x;
}

#base_content {
	width: 100%;
	float:left;
	text-align: center;
}

a:link		{
	text-decoration:underline;
	color: #000066;
}
a:visited	{text-decoration:underline;color: #000066;}
a:hover		{text-decoration:none;color: #5284C6;}
a:active	{text-decoration:underline;color: #000066;}

h1 {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	font-style: normal;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	}

h2 {
	font-size: 90%; 
	line-height: 100%;
	color: #FFFFFF; 
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	} 

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 100%; 
	font-weight: normal;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	} 

h3.c1 {
    text-align: center
	}

p {
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	text-align:left;
	margin: 0px 0px 2% 0px;
	padding-left: 5px;
}

li {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	text-align:left;
	margin: 0px 0px 2% 0px;
	padding-left: 5px;
}

.b {
	font-weight: bold;	
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

.style2 {
	font-size: 36px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style3 {
	color: #333333;
	font-weight: bold;
	font-size: 80%;
}

.style4 {
	color: #666666;
	font-weight: bold;
	font-size: 120%;
