/* body */
body
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #CCCCCC;
}
#container 
{
	border: 2px solid #999999;
}
/*header */
ul#topnav/* The outermost container of the Menu Bar, an auto width box with no margin  */
{
	margin: 0;
	list-style-type: none;
	background-color: #006189;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul#topnav  li
{
	list-style-type: none;
	background-image: url(../images/header-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ul#topnav li a:link, ul#topnav li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
ul#topnav li a:hover, ul#topnav li a:active {
	color: #387a9B;
	text-decoration: none;
	background-color: #FFFFFF;
}
ul#topnav li a.activePage
{
	color:#DD705B;
	border-bottom-width: medium;
	border-bottom-style: outset;
	border-bottom-color: #FFFFFF;
	border-right-width: medium;
	border-right-style: outset;
	border-right-color: #999999;
	padding-right: 5px;
}
/* sidebar1 */
#sidebar1 img {
	margin: 0px;
	padding: 0px;
	border: thin solid #39799C;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p
{
	padding-right: 15px;
	padding-left: 10px;
}
#sidebar1   h3 {
	color: #333333;
	padding-bottom: 0px;
	font-size: 15px;
	line-height: 100%;
	margin: 0;
	padding-left: 10px;
	padding-top: 13px;
}
#sidebar1  p
{
	color: #333333;
	font-size: 11px;
}
#sidebar1   table {
	color: #333333;
	padding-bottom: 0px;
	font-size: 14px;
                   font-weight: bold;
	line-height: 100%;
	margin: 0;
	padding-left: 10px;
	padding-top: 13px;
}
#sidebar1  a 
{
	text-decoration: underline;
	color: #387A9B;
}

/* Main Content*/
#mainContent a 
{
	text-decoration: none;
	color: #387A9B;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336666;
}
#mainContent table {
	color: #333333;
	font-size: 16px;
                   font-weight: bold;
}
#mainContent h1 {
	color: #387A9B;
	font: normal 28px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9C0000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 13px;
}
#mainContent h2
{
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C0000;
}
#mainContent h4
{
                color: #387A9B; 
                font: normal 18px Verdana, "Arial Narrow", sans-serif;
                margin-top: 5px;
}
#mainContent p 
{
	font-size: 13px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 5px;
}
#mainContent ul 
{
	font-size: 12px;
	list-style-image: url(../images/header-bullet.gif);
	margin-top: 5px;
}
#mainContentRight  ul {
	float: right;
	width: 50%;
	margin-top: 0px;
}
#mainContentLeft  ul {
	margin-top: 0px;
}



/* footer */
#footer a 
{
	color: #387A9B;
}
