
/*************************/
/**** GLOBAL STYLES ****/

body {
	margin: 0px;
	padding:0px;
	color: #222;
	font-family: arial;
}

a {
	color: #336633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

textarea, input {
	font-size: 12px;
	font-family: arial;
	color: #222;
	border: 1px solid #555;
	background: #FFF;
}

h1 {
	color: #336699;
	font-size: 110%;
}

h2 {
	color: #003366;
	font-size: 100%;
	margin: 0px;
}


/*************************/
/**** GLOBAL CLASSES ****/

.alignmid {
	text-align: center;
}

.alignright {
	text-align: right;
}

.small {
	font-size: 85%;
}

.italic {
	font-style: italic;
}

.uline {
	text-decoration: underline;
}

/*************************/
/**** HEADER STYLES ****/

#header {
	width: 100%;
	height: 102px;
}

#topbar {
	font-size: 1px;
	background: #95ACBD;
	height: 22px;
	border-top: 1px solid #CCD7DF;
	border-right: 1px solid #465058;
}

#topbar div {
	height: 21px;
	border-top: 1px solid #B0C1CE;
	border-right: 1px solid #7B8E9C;
}

#headleft {
	position: absolute;
	left: 0px;
	width: 157px;
	height: 102px;
	margin: 0px;
}

#headright {
	position: absolute;
	right: 0px;
	width: 184px;
	height: 76px;
	margin: 0px;
	background: #95ACBD;
	border-right: 1px solid #465058;
	border-bottom: 1px solid #262C30;
	border-left: 1px solid #AEC0CD;
}

#headright a {
	font-size: 85%;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

#headright a:hover {
	text-decoration: underline;
}

#headright div {
	border-right: 1px solid #7B8E9C;
	border-bottom: 1px solid #6A7A86;
	border-left: 1px solid #A3B7C6;
	height: 75px;
}

#headmiddle {
	height: 76px;
	margin: 0px 0px 0px 157px;
}

#outernavbar {
	height: 75px;
	margin: 0px 186px 0px 0px;
	border-top: 1px solid #6A7A86;
}

#outernavbar .outer {
	height: 74px;
	border-top: 1px solid #262C30;
}

#innernavbar {
	height: 40px;
	background: #9DB79C;
	border-top: 1px solid #D0DDD0;
	border-right: 1px solid #495549;
	border-bottom: 1px solid #282F28;
}

#innernavbar .inner {
	height: 18px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #B6C9B5;
	border-right: 1px solid #819780;
	border-bottom: 1px solid #6F826F;
}

#innernavbar .menuwrapper {
	width: 400px;
}

#innernavbar a {
	font-size: 85%;
	height: 10px;
	padding: 3px 5px 0px 5px;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

#innernavbar a:hover {
	text-decoration: underline;
}

#outernavbar .titlebar {
	margin: 12px 10px 0px 10px;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #CC9933;
	color: #CC9933;
}

#content {
	width: 100%;
}


/*************************/
/*** LEFTMENU STYLES ***/

#menuarea {
	float: left;
	margin: 0px;
	padding-left: 10px;
	width: 147px;
}

#menuarea .lhbox {
	border-top: 1px solid #CCD7DF;
	border-right: 1px solid #465058;
	border-bottom: 1px solid #262C30;
	border-left: 1px solid #AEC0CD;
	padding: 3px;
	margin: 3px;
}

#menulinks a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

#menulinks a:hover {
	text-decoration: underline;
}

#menulinks div {
	padding: 3px 0px 3px 14px;
	border-bottom: 1px dashed #669966;
	background: url(../images/menu_bullet.gif) no-repeat 0px 6px;
}


/*************************/
/**** MIDDLE STYLES ****/

#middle {
	margin: 5px 5px 5px 160px;
	padding: 5px;
	line-height: 1.7em;
	height: 1%;
}


/*************************/
/**** RIGHT STYLES *****/

#newsbox {
	float: right;
	width: 180px;
	margin-top: 5px;
	border-top: 1px solid #CCD7DF;
	border-right: 1px solid #465058;
	border-bottom: 1px solid #262C30;
	border-left: 1px solid #AEC0CD;
}

#newsbox p {
	width: 100%;
	border-top: 1px dashed #6B80A5;
	padding: 4px 3px;
	margin: 0px;
}

#newsbox .newsinnerbox {
	height: 1%;
	padding: 5px;
}

#newsbox h1 {
	font-size: 95%;
	color: #CC9933;
	font-weight: bold;
	padding: 4px 3px;
	margin: 0px;
}


/*************************/
/**** FOOTER STYLES ****/

#footer {
	width: 100%;
	clear: both;
	margin-top: 20px;
}

#footer .footernav {
	padding: 2px;
	border-top: 1px solid #9DB79C;
	border-bottom: 1px solid #9DB79C;
	font-size: 85%;
}

#footer a {
	color: #336699;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}

#footer a:hover {
	text-decoration: underline;
}


/**********************************/
/**** SPECIFIC CONTENT STYLES ****/

/****INFO RESOURCE PAGE****/

.attachmentSep {
	font-size: 90%;
	padding: 5px 0px;
	border-bottom: 1px solid #6B80A5;
}