@charset "utf-8";
/* CSS Document */

:link,:visited { text-decoration:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,ul,li,p{ margin:0; padding:0 } 
a img,:link img,:visited img { border:none } 
address { font-style:normal } 
li { list-style:none;}

/*HTML Tags - START*/
BODY {
	background-image:url(../images/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}

H1 {
	color:#006fb7;
	margin-bottom:17px;
	font-size:20px;
	font-weight:normal;}

H2 {
	color:#006fb7;
	margin:22px 0 14px 0;
	font-size:16px;
	font-weight:normal;}

H3 {
	color:#006fb7;
	margin-bottom:0px;}

P {
	margin-bottom:16px;}
	
A {
	color:#006fb7;
	text-decoration:none;}
A:HOVER {
	color:#97b8de;}
	
UL {
	margin:0 0 16px 10px;}
OL {
	margin:0 0 16px 30px;}
OL LI {
	list-style:decimal;
	background:none;
	padding-left:0px;}
	
LI {
	padding-left:10px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:top left;}
	
.bluetxt {
	color:#006fb7;}
	

/*HTML Tags - END*/

.smalltxt {
	font-size:9px;}

#container {
	width:756px;
	margin:0px auto;
	text-align:left;}
	
	#header {}
	
		#header-left {
			width:512px;
			float:left;}
			
			#header-left-top {
				display:block;
				margin-top:15px;
				width:208px;
				height:31px;}
			
			#header-left-mid {
				display:block;
				margin-top:48px;}
 					
		#header-right {
			width:244px;
			text-align:right;
			float:left;}
			
			.logo {
				margin-top:36px;}
			
	#nav {
		display:block;

		background-image:url(../images/navbg.gif);
		background-position:bottom;
		width:480px;
		height:29px;}
		
		#nav-inner {
			background-image:url(../images/nav-left.gif);
			background-repeat:no-repeat;
			background-position:top left;
			height:29px;}
		
			#nav-inner2 {
				background-image:url(../images/nav-right.gif);
				background-repeat:no-repeat;
				background-position:top right;
				height:29px;
				padding-left:10px;}
				
			#nav A {
				font-size:13px;
				font-weight:bold;
				color:#FFFFFF;
				text-decoration:none;
				padding:6px 9px 7px 9px;
				display:block;
				height:16px;}
				
			#nav A:HOVER {
				background-image:url(../images/navbg-o.gif);
				background-position:bottom;}
				
			.nav-dropdown-main { /*for the table containing the dropdown menu*/
				text-align:left;
				filter:alpha(opacity=92);
				opacity: 0.92;
				-moz-opacity:0.92;
				background-color:#97b8de;}
				
			.nav-dropdown {
				background-color:#97b8de;
				display:block;
				padding:4px 9px 4px 9px;
				font-size:12px;
				color:#FFFFFF;}
				
			.nav-dropdown:HOVER {
				background-color:#006fb7;
				color:#fff;}
			
	#content-container {
		background-image:url(../images/right-br-bg.jpg);
		background-repeat:no-repeat;
		background-position:bottom right;}
		
		#content-left {
			float:left;
			width:512px;}
			
			#content-left-inner {
				margin:33px 32px 30px 23px;}
			
		#content-right {
			float:left;
			width:244px;}
			
			#content-right-inner {
				margin:35px 0 30px 21px;}
				
				.newsitem {
					background-image:url(../images/bullet-news.gif);
					background-repeat:no-repeat;
					background-position:top left;
					padding:0 15px 0 21px;
					margin:0 0 18px; 0;
					cursor:hand;
					cursor:pointer;}
				
	#footer {
		font-size:11px;
		color:#FFFFFF;}
		
	#footer UL, #footer LI {
		margin:0px;
		padding:0px;
		background:none;}

	#footer A {
		color:#fff;
		text-decoration:underline;}
	#footer A:HOVER {
		text-decoration:none;}
	
		#footer-left, #footer-right {
			height:41px;}
	
		#footer-left {
			width:512px;
			background-color:#006fb7;
			background-image:url(../images/footer-left.gif);
			background-repeat:no-repeat;
			background-position:left;
			float:left;}
			
			#footer-left-inner {
				margin:14px 0 0 23px;}
				
				#footer-left-inner LI {
					float:left;
					margin-right:12px;}
		
		#footer-right {
			width:244px;
			background-image:url(../images/footer-right.jpg);
			background-repeat:no-repeat;
			background-position:right;
			float:left;}
			
			#footer-right-inner {
				margin:14px 0 0 23px;}

/*Form elements - START*/
LABEL {
	width:100px;
	display:block;
	margin-top:15px;
	margin-bottom:3px;}
	
.textarea, .textbox {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;}

.textbox {}
/*Form elements - END*/

.clear {
	clear:both;
	font-size:0px;}