

html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; background: #004080; 
		                  background-image: url(image/backgrd.jpg); background-repeat: repeat; background-attachment: fixed; background-position:center;}
		h2				{ background: #6599C0; border: 1px solid #ccc; color: #FFFFFF; font: 14px Helvetica, Arial, sans-serif; font-weight: bold; margin: 0px 0px 0px 0px; text-align: center; line-height: 18px; }
		h3				{ color: #000080; font: 11px Helvetica, Arial, sans-serif; font-weight: none; margin: 8px 0px 4px 10px; line-height: 18px; }
		a				{ color: #000080; font: 12px Helvetica, Arial, sans-serif; font-weight: none; margin: 8px 0px 4px 10px; line-height: 18px; text-decoration: none;}
		a:hover	        { color: #000080; font: 12px Helvetica, Arial, sans-serif; font-weight: bold; margin: 8px 0px 4px 10px; line-height: 18px; text-decoration: underline;}
		p				{ margin: 0 20 18px 20px; }
        form            { background: #CEE7FF; border: 1px solid #ccc; color: #000080; font: 12px Helvetica, Arial, sans-serif; font-weight: none; margin: 5px 0px 5px 1px;}
		#container		{ background: #FFFFFF; width: 953px; margin: 0 auto;}
		#wrapper		{ float: left; width: 100%; }
		
		/* Header */
		#header			{ background: #F2F2F2; border-bottom: 0px solid #ddd; }
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #666; font-size: 16px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#navigation		{ background: #F2F2F2; border-bottom: 1px solid #ccc; }
		#navigation ul	{ padding: 0 2px 9px; }
		#extra p		{ border: 0px solid #ccc; background-color: #F2F2F2; font-weight: normal; padding: 0 4px 4px;}
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: left; margin-left: -178px; width: 176px; }
		#content		{ margin: 0 200px 36px 215px; }
		#extra			{ background-color: #F2F2F2; float: left; margin-left: -950px; width: 178px; }		/* Footer */
		#footer			{ background: #6599C0; border-bottom: 0px solid #999; clear: left; width: 953px; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #fff; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 0px solid #ccc; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}

.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(ims/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 10px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(ims/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}