body {
	font: 75%/150% Arial, Helvetica;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 30px; 
	letter-spacing: 0.02em;
}
a {
	text-decoration:none;
	color:#005FB5;
}
a:hover { text-decoration:underline; }
#ad a {
	text-decoration:none;
	margin: 0;
	padding: 0;
}
#ad a:hover { text-decoration:none; }
#page {
	margin: 0px auto;
	width: 950px;
	padding: 0px;
}
#topSection {
	width:950px;
	height:55px; 
}
#blackBar {
	width:650px;
	height:10px;
	float:right;
	background-color:#333333;
}
#blackBar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#blackBar li {
	float: left;
	margin: 0;
	padding: 0;
	height:10px;
}
#menu {  
	width: 650px;
	height: 30px;
	float: right;
	margin-top: 20px;
	background:url(images/menu_bkg.jpg) repeat-x bottom;
	color:#333333;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	float:left;
	background:url(images/menu_pointer.gif) no-repeat bottom center;
	height: 20px;
	text-align:center;
	border-right:#FFFFFF 2px solid;
	padding:5px;
}
#menu li a {
	text-decoration:none;
	color:#333333;
	font-size: 11px;
	font-weight:bold;
}
#menu li a:hover {
	color: #005FB5;
}
#identity {
	width: 950px;
	height: 175px;
	margin-top: 3px;
	background-color:#EFEFEF;
}
#identity div {
	padding: 0px;
}
#logo {
	width: 287px;
	height:175px;
	float: left;
	background:url(images/logo.jpg) top left no-repeat;
}
#banner {
	width: 663px;
	height: 175px;
	background:#EFEFEF url(images/banner_bkg.jpg) no-repeat right top;
	float: right;
}
#banner img { 
	float: right;
}
#blueBar {
	width: 950px;
	height: 10px;
	margin-top: 3px;
}
#blueBar div{ 
	width: 650px;
	height: 10px;
	float: right;
	background-color:#005FB5;	
}
#contentWrap {
	width: 950px;
	margin-top: 3px;
}
#content p {
	text-align:justify;
}
/*#content #column_one,#content #column_two,#content #column_tree{
	border:1px #333 solid;
	float: left;
}*/ 
#content img {
	border: 1px solid #CCCCCC;
	margin: 3px 3px 3px 0px;
	padding: 2px;
	float: left;
}
#contentMargin {
	background:url(images/column_shadow.jpg) no-repeat 10px right;
	width: 300px;
	height: 350px;
	float: left;	
}
#content {
	width: 650px;
	margin: 0px;
	padding: 0px;
	margin-left: 300px;
	background:#EFEFEF;
}
#column_one { 
	width: 620px;
	padding: 5px;
	float: left;
}

#column_two { 
	width: 310px;
	padding: 5px;
	float: left;
}

#column_three {
	width: 310px;
	height: 250px;
	padding: 5px;
	background-color:#FFFFFF; 
	float: left;
}
#column_three ol {	
	list-style:decimal;
}

#footer {
	width: 950px;
	height: 50px;
	margin-top: 3px;
	background-color:#EFEFEF;
	color: #FFFFFF;
	
}
#footer div {
	width: 250px;
	height: 30px;
	padding-top: 20px;
	background-color:#666666;
	float:left;
	text-align: center;
}
.sub_titles {
	background: url(images/bullet.gif) left 3px no-repeat;
	padding-left: 20px;
	font-weight: bold;
	/*display:block;
	width: 250px;*/
	height: 25px;
}
.titles {
	background: url(images/green_bullet.gif) 2px 3px no-repeat;
	padding: 2px 2px 2px 55px;
	font-weight: bold;
	border: 1px solid #005FB5; 
	color:#FF9900;
	height: 25px;
}
.subTopic {
	background: url(images/down_arrow.png) 3px 3px no-repeat #ddd;
	padding-left: 30px;
	font-weight: bold;
	display:block;
	/*width: 250px;*/
	height: 25px;
	margin-right: 10px;
}
#subMenu ul {
	list-style-image: url(images/tiny_green_bullet.jpg);
}
#subMenu #ad img {
	padding: 30px 5px; 
}
.clear { clear:both; }
.page_title {
	color:#019AC6;
	text-transform:capitalize;
	font-size: 24px;
	border-left: 5px solid #999999;
	border-right: 5px solid #999999;
	padding: 3px;
}