/* CSS Document */

h1, h2, h3 { 	font-family: Georgia,"Times New Roman", Times, serif; 
		   } 
h1 			{ font-size: 15px; color: #068673;	}
h2 			{ font-size: 15px; color: #4fa02b;}
h3 			{ font-size: 12px; color: #4fa02b;}
p { font-family: Verdana, Arial, Helvetica, sans-serif; line-height:1.5em; }

a:link {color: #068673;	text-decoration: none;}
a:visited {color: #068673;text-decoration: none;}
a:hover {color: #068673;text-decoration: underline;}
a img { border-width:0;}

li {
	line-height: 1.5em;
	padding-top:2px;
	padding-bottom:2px;
}

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#container {
	height: 100%;
	background-image: url(images/bg_side.jpg);
	background-repeat: repeat-y;

	}


div#leftcol {
	position: absolute;
	top: 0px;
	left: 0; 
	width: 100px;
	height: 100%;
	padding-left:40px;
	background-image: url(images/bg_side.jpg);
	background-repeat: repeat-y;

} 

div#center {
	background-image: url(images/bg_side.jpg);
	background-repeat: repeat-y;
	padding-left:260px;
	padding-top: 130px;
	padding-bottom: 80px;
	width:560px;
	height: 100%;
	border-bottom: 1px dotted white;
}

#center ul {
    list-style-image: url(images/jpgct_bullet.gif);
	list-style-type: none;
	padding-left: 20px;	
	margin-left: 0;
}
#center a {
	font-weight:bold;
}

.question {
	color: #4fa02b;
	font-weight: bold;
}

a.linkbutton {
	width:155px;
	display:block; /* change to inline for horizontal menu */
	margin-top:0px; /* change to 1 or 2px for top space between	buttons*/
	padding: 2px 5px 2px 5px;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	text-align:center;
	background-color: #EEEEEE;
	color: #068673;
	font-size:9pt;
	border: 1px #CCCCCC ridge;
}
a.linkbutton:hover {
	background-color:navy;
	background-color: #D2E3DF;
	color: #047562;
}

/* Main navigaction menu */
#menucontainter {
	margin-top: 20px;
	width:186px;
	background:#fff;
	border-bottom: 2px solid #068673;
	border-top: 2px solid #068673;
    font-family: Georgia, "Times New Roman", Times, serif;}
#menucontainter ul,#menucontainter_news ul { list-style:none; padding:0; margin: 0;} 
#menucontainter ul { margin-top: 10px; margin-bottom:10px;}

#menu li, #menu_news li, .newsmenutitle {font-family: Georgia, "Times New Roman", Times, serif; font-size:11px; }
#menu li, #menu_news li { list-style:none; width:170px; 
			 padding-left:3px;}
#menu a, #menu_news a { display: block; 
			padding: 0;
 			text-decoration:none;
 			 }
#menu a				{ color:#4fa02b; }
#menu li.submenu 	{ padding-left:8px;}


#menu_news a { color:#999999; }
#menu a:hover, #menu li#thispage a  { color:#068673;  }
.newsmenutitle {  color:#4fa02b;
				 padding-left:3px; padding-bottom:5px; }
#menucontainter_news {
	padding-top: 17px;
	padding-bottom: 15px;
	width:186px;
	background:#fff;
	border-bottom: 2px solid #068673;
}
#menu_news a:hover, #menu_news li#thispage a  { color:#4fa02b;  }
/* End of main navigation menu */

/* Footer */
div#footer { 
	/* position: relative; 
	left: 50px;
	*/
}

/* Footnote */
#footnote, #credit 	{ 	font-size:9px; color:#068673; width: 200px;
						margin-top:30px;
						line-height:16px;
						font-family: Arial, Helvetica, sans-serif;}
#footnote p 		{ padding:3px 0 3px 0;; margin:0;}
#credit, #credit a 	{ color:#4fa02b;	}
#credit a 			{ text-decoration: none; }
#credit a:hover 	{ text-decoration: underline; }

/* End of Footnote */