/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background-color: #D1E4E8;
	background-repeat: repeat;
	background-image: url(../images/lightbluemarble2.jpg);
	font-size: 12px;
}
#mainContent ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
}
#mainContent li {
	font-size: 13px;
	padding-bottom: 10px;
	line-height: 20px;
}


a:hover {
	text-decoration: underline;
	color: #005563;
}

#header {

	display: block;
	height: 120px;
	background-color: #005A6A;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
} 

#container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f2f7d8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header h1 {
	color: #FFFFFF;
	margin: 0px;
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 0px;
}
#header h2 {
	color: #E9E2B4;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 20px;
}
#mainContent h2 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #333333;
}
.indent {
	padding-left: 10px;
}
#mainContent h3 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #333333;
}
#mainContent ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 40px;
	padding-right: 40px;
}


#header h3 {
	color: #E9E2B4;
	line-height: 15px;
	font-size: 10px;
}

#header table {
	vertical-align:top;
	text-align: left;
	display: block;
}
#header table td {
	vertical-align: middle;
}


#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 153px;
	padding: 0px;
}


#nav{
	background-color: #f1edcf;
	height: 32px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-left: 100px;
	background-image: url(../images/topnavbg.png);
}

#nav a:hover {
	text-decoration: underline;
	color: #005563;
}

#sidenav {
	background-color: #EEE8C5;
} 
#sidenav h2 {
	color: #333;
	background-color: #D0BF80;
	padding-left: 10px;
	background-image: url(../images/sidebarh2.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 7px;
}
#sidebar img {
	display: block;
	position: relative;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#sidenav li {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px;
	list-style-position:outside;
	list-style-type: none;
	text-indent: 10px;
	background-color: #EEE9C3;
	padding-top: 4px;
	padding-bottom: 5px;
}
#sidenav li a {
	text-decoration: none;
	color: #333;
}

#sidenav a:hover {
	text-decoration: underline;
	color: #005563;
}

#nav li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#nav ul {
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}

#nav a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 15px;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 3px;
	text-align: center;
	color: #333;
	font-family: Tahoma;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 35px;
}





#mainContent {
	background-color: #5f858d;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 12px;
} 

#mainContent h1 {
	font-size: 16px;
	background-color: #005A6A;
	padding: 6px;
	margin-bottom: 30px;
}
#mainContent p {
	line-height: 20px;
	font-size: 13px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.leftimag {
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

}
.rightimg {
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mainContent a, #footer a {
	color: #003640;
	text-decoration: none;
}
#mainContent a:hover, #footer a:hover {
	text-decoration: underline;
}
.signup {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#mainContent img {
	border: 1px solid #FFFFFF;
}


#footer {
	clear: left;
	height: 50px;
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
} 

.columnsidebar  li  {
	padding-bottom: 5px;
}





#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 11px;
	line-height: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 10px;
}
#footer a {
	text-decoration: none;
}


.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.columnfloatleft {
	float: left;
	width: 50%;
	margin-bottom: 30px;
	margin-top: 5px;
}

.columnfloatright {
	float: right;
	width: 50%;
	margin-bottom: 30px;
	margin-top: 5px;
}
.columnsidebar {
	margin-top: 10px;
	margin-left: 10px;
}

.signupbox {
	padding: 20px;
	border: medium double #015A6A;
	background-color: #EEE9C3;
	margin: 20px;
}
#mainContent .signupbox .innerbox li {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
}


.innerbox {
	background-color: #FFFFFF;
	padding: 0px;
	border: medium double #015A6A;
}
input {
	margin: 0px;
	border: 1px solid #2B6424;
	font-size: 10px;
}
.innerbox p {
	padding: 0px;
	margin: 5px;
	color: #333333;
}

.innerbox ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #666666;
}
.innerbox li {
	font-size: 12px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}

.center {
	text-align: center;
}

.signup1 {
	background-color: #E7EDC7;
	font-weight: bold;
	background-position: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#container #mainContent  .latestnews {
	background-color: #EEE9C3;
	width: 170px;
	color: #333333;
	float: right;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#container #mainContent  .latestnews p {
	font-size: 10px;
	line-height: 15px;
	padding: 8px;
}
#container #mainContent  .latestnews h2 {
	text-align: center;
	color: #005A6A;
	background-color: #FFFFFF;
}
#mainContent .topcontent {
	width: 470px;
	float: left;
}
#container   #mainContent    .widget    {
	width: 230px;
	height: 380px;
	float: left;
}
.reciplinks p {
	font-size: 9px;
	text-align: left;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}





#mainContent .sitemap {
	background-color: #FFFFFF;
	margin-left: 30px;
}



/* tables still need 'cellspacing=0' in the markup */
table {
	border-collapse: collapse;

}
hr {
	margin-top: 20px;
	margin-bottom: 25px;
}
#container #mainContent .latestnews a {
	color: #CC0033;
}
.prule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 10px;
}
