body {
	background-color:#FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 0px;
	margin: 0px;
	font-size:10pt;
}

h1 {
	color: #276AC1;
	font-size: 18pt;
}

h2 {
	color: #276AC1;
	font-size: 13pt;
	margin: 5px 10px;
	padding-top: 2px;
	font-family: Arial, Verdana, Helvetica,sans-serif;
}

h2 a {
	color: #276AC1;
	font-size: 13pt;
	font-weight: bold;
}

h3 {
	color: #276AC1;
	font-size: 10pt;
	margin: 0px auto;
	width:100%;
}

h4 {
	color: #276AC1;
	font-size: 10pt;
	margin: 8px auto;
	width:100%;
	text-align:center;
}

h5 {
	color: #666666;
	font-size:8pt;
	text-align:center;
	margin:0px;
}
.boldtext {
	color: #276AC1;
	font-size: 10pt;
	font-weight:bold;
}

.blue_strip {
	width:100%;
	height: 3px;
	background-color: #1855BD;
}

.header {
	width:950px; 
	height: 32px;
	margin: 15px auto;
}

#orange_ball {
	background: url("../images/orange_ball.png") no-repeat transparent;
	height: 232px;
	width: 297px;
	position: absolute;
	z-index: 0;
	right: 0;
	margin-top:-12px;
}

.menu {
	width: 100%;
	height: 34px;
	font-size:11pt;
	background: url("../images/menu.jpg") repeat-x scroll 0 0 transparent;
	font-family: Arial, Verdana, Helvetica,sans-serif;
}

.menu ul {
	width: 950px;
	list-style-position: outside;
	list-style: none;
	margin: 0 auto;
	padding: 0px;
}

.menu li {
	list-style:none;
	border-right: 1px solid #09439F;
	padding: 3px 2px;
	float:left;
	padding: 0px 30px;
	margin:8px 0;
}

.menu a {
	text-decoration: none;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration: underline;
}

.contents {
	width: 100%;
	background: url("../images/background.jpg") repeat-x scroll right top transparent;
	min-height: 590px;
	padding-top:10px;
}

.blue_box {
	width: 477px;
	height: 187px;
	background: url("../images/blue_box.png") no-repeat scroll 0 0 transparent;
	margin: 0 10px 10px 0;
	float:left;
	padding: 0px 15px;
	font-size:11pt;
	z-index: 20;
}

.orange_box {
	width: 360px;
	height: 187px;
	background: url("../images/orange_box.jpg") no-repeat scroll 0 0 transparent;
	margin: 0px 0px 10px 10px;
	float:left;
	padding: 0px 10px;
	font-size:14pt;
	position: relative;
}

.left_box {
	width: 505px;
	margin: 0px 10px 10px 0;
	float:left;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

.right_box {
	width: 360px;
	margin: 0px 0px 10px 10px;
	float:left;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	position: relative;
}

.main_box {
	width: 950px;
	margin: 0px auto 10px auto;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	position: relative;
}

.tabs {
	width: 950px;
	margin: 0px auto 29px auto;
}

.tabs ul {
	width: 950px;
	list-style-position: outside;
	list-style: none;
	margin: 0 15px;
	padding: 0px;
}

.tabs li {
	list-style:none;
	float:left;
	padding: 6px;
	margin:0px 2px;
	border: 1px solid #DDDDDD;
	background: url("../images/grey_strip.jpg") repeat-x scroll right top transparent;
	z-index: 1000;
	position: relative;
}

.tabs a {
	text-decoration: none;
}

.box_header {
	width: 100%;
	height: 28px;
	background: url("../images/grey_strip.jpg") repeat-x scroll right top transparent;
	position: relative;
}

#gallery 
{
	border:0px solid #DBDBDB;
	position:relative;
	width:355px;
	padding:5px;
}

#gallery a 
{
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:500
}

.bullets ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
 
.bullets li {
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px; 
	padding-left:20px;
	padding-bottom:2px;
	margin-bottom: 10px;
}

.footer {
	width:100%;
	height: 50px;
	border-top: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	clear:both;
	font-size:8pt;
	text-align:center;
}

.footer ul {
	width: 950px;
	list-style-position: outside;
	list-style: none;
	margin: 7px auto;
	padding: 0px;
}

.footer li {
	list-style:none;
	border-right: 1px solid #666666;
	padding: 3px 2px;
	float:left;
	padding: 0px 10px;
	margin:8px 0;
}

.footer a {
	text-decoration: none;
	color: #666666;
	font-weight: lighter;
	font-size: 8pt;
}

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

a {
	color: #0B5DBF;
	font-size: 10pt;
	font-weight: normal;
}
