/* ----------------------- STANDARD FORM ELEMENTS -------------------------*/
.nomargins { margin: 0; }

SELECT { font-size: 90%; }
* html SELECT { font-size: 115%; } /* fix size for IE */

INPUT { font-size: 90%; }
* html INPUT { font-size: 100%; } /* fix size for IE */

.button { font-size: 90%; 
	font-weight: bold; 
	color: #FFF;
	background: #f00;
	 }
* html .button { font-size: 100%; } /* fix size for IE */
/* ----------------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	background: #E7E7E7;
}

a {
	text-decoration: none;
	color: #B60400;
}

a:hover { text-decoration: underline; }

a img {	border: 0; }

h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
	color: #3A6794;
}

h3 a { 
	color: #3A6794;
	text-decoration: none; 
	}
h3 a:hover { 
	color: #B60400;
	text-decoration: none; 
	}

.blue { color: #286ea0; }

#bg { 
	width: 760px;
	margin: 0 auto;
	height: 580px;
	padding: 6px 10px 0px 10px;
	background: url(../img/bg.gif) no-repeat;
}

#cont_main {
	padding: 9px 4px 0 2px;
	color: #303030;
	width: 736px;
	
}

#cont_top {
	clear: both;
	text-align: right;
	padding: 20px 15px 0 0;
	margin: 0px 0 3px 0;
	height: 40px;
	border-bottom: 2px solid #eee;
	background: #FFF url(../img/fade.gif) repeat-x;
	color: #808080;
}

#title {
	float: left;
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 0 10px;
}

#nav {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#nav ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
	border-right: 2px solid #ccc;
}	

#nav li {
	margin-bottom: 4px;
	padding: 0 5px 0 10px;
}

#nav li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	height: 20px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 6px 10px 0 10px;
	background: #fff;
	border-bottom: 1px dashed #ccc;
}	
	
#nav li a:hover {
	color: #286ea0;
}

#nav li a.on {
	color: #286ea0;
	}

.leftbar {
	margin: 9px 0 10px 0;
	padding: 3px 10px 5px 10px;
	width: 130px;
	color: #6B6B6B;
	line-height: 1.6em;
}

.leftbar p {
	margin: 0;	
}

#infobox {
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 3px;
	margin-top: 5px;
}

.recent_news {
	float: right;
	width: 173px;
	margin: 0 0 10px 0;
	padding: 5px 13px 20px 10px;
	border-left: 1px solid #DDD;
	color: #666;
	line-height: 1.5em;
}

.recent_news p {
	margin: 0px;
	font-size: 85%;
}

.recent_news p a {
	display: block;
	padding-bottom: 4px;
	margin-bottom: 2px;
	color: #666;
	border-bottom: 1px dashed #ccc;
}
.recent_news a:hover {
	color: #B60400;
	text-decoration: none;
}

#pic {
	margin:  0 0 5px 155px;
	padding: 0px 10px 5px 6px;
	line-height: 1.4em;
	background: url(../img/pic.jpg) repeat-x;
	height: 146px;
}

#pic h2 {
	margin: 0px;
	padding: 25px 0 2px 5px;
	font-size: 12pt;
	color: #3A6794;
}

#pic p {
	margin: 0;
	padding: 0 0 0 5px;
	color: #3A6794;
	width: 260px;
}

.centerbox {
	margin: 0 200px 20px 150px;
	padding: 5px 10px 5px 10px;
	line-height: 1.5em;
	text-align: left;
	color: #5D5D5D;
	border-left: 2px solid #eee;
}

.centerbox p {
	padding: 0;
	margin: 0;
}

.centerbox_full {
	margin: 0 0 20px 150px;
	padding: 5px 10px 5px 10px;
	line-height: 1.5em;
	text-align: left;
	color: #5D5D5D;
	border-left: 2px solid #eee;
}

.centerbox_full p {
	padding: 0;
	margin: 0;
}

#downbox {
	margin: 15px 10px 15px 10px;
	border: 1px solid #819CD7;
	background: #CDE1F9;
}

#downbox p {
	padding: 6px;
	margin: 0;
}


#footer {
	clear: both;
	color: #808080;
	background: #FFF;
	font-size: 0.8em;
	text-align: right;
	padding: 9px 10px 9px 0;
	margin: 10px 5px 10px 5px;
	border: 1px solid #ccc;
	}

#footer a { text-decoration: none; color: #3A6794; }

#footer a:hover { color: #000; }

/* ---------------------- FILETYPE ICONS ----------------------------- */ 
.filetype_doc {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_doc.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_xls {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_xls.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_pdf {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_pdf.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_xml {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_xml.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_jpg {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_jpg.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_gif {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_gif.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_ppt {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_ppt.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_zip {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_zip.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_mdb {
	padding: 5px 0 5px 22px;
	background: url(../img/icon_file_mdb.gif) no-repeat top left;
	color: #00F;
	text-decoration: none;
    line-height: 16px;
}
.filetype_jpg:hover { text-decoration: underline; }
.filetype_gif:hover { text-decoration: underline; }
.filetype_doc:hover { text-decoration: underline; }
.filetype_xls:hover { text-decoration: underline; }
.filetype_pdf:hover { text-decoration: underline; }
.filetype_xml:hover { text-decoration: underline; }
.filetype_ppt:hover { text-decoration: underline; }
.filetype_zip:hover { text-decoration: underline; }
.filetype_mdb:hover { text-decoration: underline; }