body { 
	padding: 0;
	margin: 0;
	font: 0.7em Tahoma, MS Gothic, sans-serif;
	line-height: 1.6em;
	background: #073B75 url(img/bg.jpg) repeat-x top left; color: #454545;
}

/* links */
a { color: #003B6E; background: inherit; }
a:hover { color: #9EC068; background: inherit; }	

/* headings */

h1, h2, h3 { font: normal 1em 'MS Goshic',sans-serif; }
h1 { font-size: 20pt; color: #3399FF; }
h2 { font-size: 12pt; color: #65944A; text-transform: uppercase; }
h3 { font-size: 11pt; color: #65944A; }

h1 a, h2 a { color: #2b2b2b; background: #fff; text-decoration: none; font-size:10px; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }
.title { color: #808080; background: #fff; }

/* lists and form elements */
ul { margin: 0; padding : 0; list-style : none; }
form { margin: 0; }
input.search { width: 279px; border: none; background: #fff url(img/input.gif) no-repeat; padding: 6px 10px; color: #1E67A8; font-weight: bold; }
input.button { padding: 3px; }

/* table */
table {
	border-collapse: collapse;
	border-style:solid;
	margin: 5px 5px;	
}
th {
	font-size:14px;
	text-align:center;
	text-shadow:#999999;
	height: 30px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: solid 3px #FFF;
	border-top:0;
	border-bottom: solid 3px #FFFFFF;
	color: #FFFFFF;
	background-color: #2F72AF;
}
tr {
	height: 30px;
}
td {
	font-size:12px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: solid 3px #FFF;
	border-bottom: solid 3px #FFFFFF;
}

/* content holder */
#content { margin: 10px auto; width: 800px; border:double 4px #CCCCCC; background: #FFFFFF; }
#content_header { margin: 10px auto; width: 900px; height:100px; }

/* header */
#header { width:800; height: 90px; background: #FFFFFF;}
#logo { padding: 15px 0 0 8px; }
#logo p { margin: 0; padding: 0 0 0 10px; color: #808080; background: #fff; }
#top_info { float: right; width: 570px; margin: 20px 5px 0 0; text-align: right; }

/* horizontal tabbed menu */	
#tabs_bg { background: #FFFFFF url(img/bigbox.gif) repeat-x top left; color: #000;  height: 50px; text-align: center; padding: auto; }
#tabs { margin: auto; width: 420px; background: #fff url(img/bigbox.gif) repeat-x top left; color: #000;  height: 40px; text-align: center; padding: auto; }
#tabs li { display: inline; height: 45px; }
#tabs li a { float:left; background: #fff url(img/barbg.gif) no-repeat; color: #808080; padding: 7px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; font-size:12px; }
#tabs li a:hover { background: #fff url(img/barcurrent.gif) no-repeat; color: #000; }	
#tabs li a.current { background: #fff url(img/barcurrent.gif) no-repeat; color: #2C71AE; }	
.key { text-decoration: underline; }

/* search form */
#search { 
	float: left;
	clear: both;
	color: #000;
	background: #fff url(img/searchbg.gif) no-repeat;
	padding: 14px 0 20px 5px;
	width: 500px;
	margin: 5px 0 0 0;
}
	#search p { padding: 0; margin: 0; }


/* grey subheader */
.gboxtop { clear: both; height: 8px; background: #dedede url(img/gboxtop.gif) no-repeat; color: #000; margin-top:5px; }
.gbox { background: #FFFFFF; color: #444; padding: 1px 13px 7px 13px; margin: 10px 0 10px 0;}
.gbox p { padding: 7px 0; margin: 0;}


/* Main */
.Main { float:left; width: 550px; margin: 0 0 10px 0;}
	.Main_articles {
		margin: 0 10px 15px 10px;
		padding: 10px 0 0 0;
		text-align: justify;
		border-bottom: 1px /*dotted*/ #ccc;
		color: #000;
		background: #fff;
	}
	
	.calendar { height: 50px; float: left; background: #fff url(img/calendar.gif) no-repeat; width: 50px; padding: 5px 0 0 9px;  color: #808080;}
	.calendar p { padding: 0; margin: 0; }
	.slogan { padding: 0 0 10px 0; margin: 0 10px 5px 0; border-bottom: 1px dotted #ccc; font-size: 20pt; color: #3399FF; }
	.description { padding: 10px 0 10px 10px; margin: 0 10px 5px 15px; background:#EEEEEE; font-size: 12pt; border-left: 3px solid #0066FF; line-height:normal;}
	.summery { padding: 10px 0 5px 0; margin: 0 10px 5px 0; border-bottom: 1px dotted #ccc; font-size: 11pt; color: #65944A; line-height:normal;}
	.thumbnail { float: left; margin: 5px 18px 8px 5px; border:none; }


/* bottom thirds */
.thirds {
	float: left;
	width: 220px;
	background: #FFFFFF;
	margin: 10px 0 10px 15px;
	padding:5px;
	color: #5d5d5d;
}
	.smallboxtop { height: 35px;
		background: #fff url(img/smallboxtop.jpg) no-repeat;
		color: #FF0066;
		font-size: 16px;
		padding:5px 0 0 40px;
		font-weight:bold;
	}
	.smallbox{
		margin:3px 3px 3px 10px;	
	}
	.smallbox p{
		padding: 0;
		margin: 0;
	}

	
/* disp */
#disp {
	float: left;
	width: 460px;
	margin: 0 auto;
	padding: 0 0 0 20px;
}
	.boxtop { height: 19px; background: #fff url(img/boxtop.gif) no-repeat; color: #000; }
	.box { background: #fff url(img/box.gif) no-repeat bottom left; color: #5b5b5b; padding: 0 10px 15px 10px; margin: 0 0 0 0; }
	.box p { padding: 0; margin: 0;}
	.disp_info{ font-size:14px; font-weight:bold; color:#3399FF; padding: 15px 0 20px 20px; }
	.disp_info li{ list-style-type: square; font-size:12px; color:#003366; margin: 3px;}
	.disp_info a{ font-size:12px; font-weight:bold; color:#0033FF; margin: 10px;}
	.disp_info a:hover{background: #0033FF; color:#FFFFFF; }
	.disp_info2 { font-size:14px; font-weight:bold; color:#003366; margin:3px; line-height:normal;}

/* misc */
.buttons { text-align: right; padding: 4px 3px 0 0;}
.left_articles .buttons { float: right; height: 20px; }
.bluebtn { background: #488EB2 url(img/bluebtn.gif) no-repeat; width: 100px; padding: 1px 16px 5px 16px; color: #fff; text-decoration: none; }
.greenbtn { background: #488EB2 url(img/greenbtn.gif) no-repeat; padding: 1px 17px 5px 16px; color: #fff; text-decoration: none; }
.bluebtn:hover, .greenbtn:hover { background: #488EB2 url(img/hoverbtn.gif) no-repeat; color: #fff; }

/* footer  */
.term { clear: both; text-align: center; line-height: 1.8em; padding: 1px 0 1px 0;}
.footer {
	clear: both;
	text-align: center;
	padding: 0;
	margin: 0;
	height:150px;
/*	background:#FFFFFF url(img/footer.jpg) no-repeat bottom center;	*/
	background:#073B75 url(img/footer.jpg) no-repeat bottom center;
	color:#FFFFFF;
}
.footer p { padding-top: 10px;}

