/*** Styles ***/

body {
	background:#FFFFFF;
	color:#000;
	font:75% Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#164594;
	text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

/*** Main container ***/
#container {
	color:#303030;
	margin:0 auto;
	/*min-width:770px;*/
	min-width:770px;
	/*width:expression(document.body.clientWidth < 990? "990px": "auto" ); */
	padding:0;
	text-align:left;
	width:900px;
	/*background: #B5E3F2 url(images/bodybgHR.png) repeat-x;*/
	background: #FFF;
}

/*** Header section ***/

#sitename {
color:#ffffff;
height:92px;
margin:0 20px 10px;
text-align:left;
}

#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:-2px;
margin:0;
padding:0;
}

#sitename h1 {
font-size:2.4em;
padding-top:20px;
}

#sitename h2 {
font-size:1.6em;
}

/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:1.0em;
	padding:0;
}

/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	width:165px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#leftside {
	float:left;
	margin-right:10px;
	margin-top: 0px;
	background: url(images/menu-area.jpg) no-repeat left top;
}

#rightside {
	float:right;
	margin-left:0px;
	margin-right: 10px;
}

#leftside h1,#rightside h1 {
	color:#505050;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 12px;
}

#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

#leftside p,#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

/*** Sidebar menu ***/

.leftnav {
	background:#999;
	border:2px solid #ffc600;
	color:#666;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;
	width:140px;
}

.leftnav:link {
	color:#FFFFFF;
	text-decoration:none;
	background: #000;
	border-top: 1px solid #FFF;
	border-right: 1px outset #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 6px inset #CCA400;
}

.leftnav:visited {
	color:#FFFFFF;
	text-decoration:none;
	background: #000;
	border-top: 1px solid #FFF;
	border-right: 1px outset #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 6px inset #CCA400
}


.leftnav:active {
	color:#FFFFFF;
	text-decoration:none;
	background: #000;
	border-top: 1px solid #FFF;
	border-right: 1px outset #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 6px inset #CCA400
}

.leftnav:hover {
	color:#000;
	text-decoration:none;
	background-color: #D0F0F7;
	border-top: 1px solid #FC0;
	border-right: 1px inset #FC0;
	border-bottom: 1px solid #FC0;
	border-left: 6px outset #FC0;
}


.sub {
font-size:0.8em;
letter-spacing:1px;
margin:3px 0 2px 10px;
padding:4px 2px 2px 8px;
width:125px;
}

/*** Content ***/

#content,#contentalt {
	background-color:#fafcff;
	border:1px solid #0085c2;
	color:#2a2a2a;
	padding: 15px 10px 5px 20px;
}

#content a,#contentalt a {
	font-weight:normal;
}


#content {margin:0 200px;}
#contentalt {margin:0 200px 0 20px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#606060;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

#content h2,#contentalt h2 {
	color:#000;
	margin-bottom:10px;
	font-size: 1.5em;
	letter-spacing: .5pt;
}

#content h3,#contentalt h3 {
	color:#164594;
	font-size:1.3em;
	margin-bottom:10px;
}

.emphasis {
	color:#164594;
	font-weight: bold;
	font-style: italic;
}

.imgClearer {
clear:both;
}

.redTextBold {
color: #FF0000;
font-weight: bold;
}

.ImgBorder {
border:1px solid #b0b0b0;
float:left;
margin:0px 0px 4px;
padding:0px;
}

.ImgBorderless {
border:0px none #b0b0b0;
float:left;
margin:0px 0px 4px;
padding:0px;
}

.headerFilled {
	background:#164594;
	border:0px none #b0b0b0;
	color:#FFF;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 6px;
	position:relative;
	font-weight: bold;
}

.headerFilled2 {
	background:#006666;
	border:0px none #b0b0b0;
	color:#006666;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 6px;
	position:relative;
}

.contentFilled {
	background:#e9f8fc;
	border:1px solid #0066CC;
	color:#000000;
	display:block;
	margin-top:4px;
	padding:4px 4px 4px 4px;
	position:relative;
}

.contentFilled2 {
	background:#fefed8;
	border:1px solid #FF9900;
	color:#000000;
	display:block;
	margin-top:4px;
	padding:4px 4px 4px 4px;
	position:relative;
}

.contentFilled3 {
	background:#fff2bd;
	border:1px solid #FF0000;
	color:#000000;
	display:block;
	margin-top:4px;
	padding:4px 4px 4px 4px;
	position:relative;
}



.titleFilled {
	color:#FFFFFF;
}

/*** Footer ***/

#footer {
	clear:both;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	margin:0 auto;
	padding:20px 0 30px;
	text-align:center;
	width:900px;
	line-height: 11pt;
	background: url(images/footer-border.png) no-repeat 0px top;
	border-top: 2px solid #ffc600;
}

#footer a {
	color:#FFFFFF;
	font-weight:bold;
}

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

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/

