/*Global*/
body {
	background:url(../images/global/bodybg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	text-align:justify;
}
a:link, a:visited {
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}
a:hover {text-decoration:underline;}

#wrapper {
	margin:0 auto;
	width:890px;
}

#header-wrapper {
	height:259px;
	width:890px;
}

#header-left {
	background:url(../images/global/headerbg.jpg);
	float:left;
	height:259px;
	width:545px;
}

/*Navigation*/
#nav-wrapper {
	background:url(../images/global/navbg.jpg);
	float:left;
	height:259px;
	width:345px;
}

#nav-wrapper ul {
	list-style:none;
	margin-left:0;
	padding-left:5px;
	padding-top:15px;
	line-height:19px;	
}

#nav-wrapper ul li a{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#nav-wrapper ul li a:hover{
	color:#ffff00;
	text-decoration:none;
}
a .yellow {color:#ffff00; font-weight:bold;}   a:hover .yellow {color:#ffffff; font-weight:bold;}

/*Content Area*/
#content-wrap {
	_margin-top:-7px;
	width:890px;
}

#left-col {
	background:url(../images/global/leftcolbg.jpg) #fff no-repeat;
	float:left;
	line-height:24px;
	width:545px;
}

#left-textpad {
	padding:40px 35px 0 20px;
}

#right-col {
	background:url(../images/global/rightcolbg.jpg) repeat-y;
	float:left;
	font-size:10px;
	line-height:18px;
	width:345px;
}

#right-textpad {
	padding:60px 29px 0 40px;
}
#caption {
	padding-left:10px;
	padding-right:23px;
}

.title {
	color:#002f68;
	font-size:18px;
}

#footerbg {
	clear:both;
	background:url(../images/global/footerbg.jpg) top #fff no-repeat;
	font-size:10px;
	height:120px;
	text-align:center;
	width:890px;
}

#footertxt {
	font-size:10px;
	line-height:18px;
	padding:30px 36px 0 63px;
}
#footertxt a {
	color:#000000;
	text-decoration:none;
}
#footertxt a:hover {text-decoration:underline;}

.line {line-height:18px;}	

#left-textpad ol li{
	color:#cc0000;
	font-size:11px;
	font-weight:bold;
}

.red {
	color:#cc0000;
	font-size:18px;
	font-style:italic;
}

.small {font-size:10px;}
	