body {
	background:url(images/bg_main.jpg) repeat-x #ebebeb;
	font-family:lucida grande, lucida sans unicode, lucida, tahoma, sans;
	font-size:14.3333px;
	text-align:center;
	margin:1px;
	color:#333;
}

h1 {
	margin:0px;
	padding:0px;
	color:#BA0C13;
	font-size:1.8em;
	font-weight:normal;
	line-spacing:1px;
}

h1 a {
	text-decoration:none;
	color:#BA0C13;
}

h2 {
	margin:0px;
	margin-top:-5px;
	padding:0px;
	color:#00125C;
	font-size:1.42em;
	font-weight:normal;
}

h3 {
	font-size:1.08em;
	font-weight:normal;
	color:#BA0C13;
}

p {
	line-height:1.5em;
}

img {
	border:none;
}

a {
	color:#00125C;
}

a:hover {
	color:#CC0000;
}

#container {
	text-align:left;
	width:770px;
	margin:0 auto;
}

#headerLeft, #headerRight {
	width:345px;
	float:left;
	text-align:left;
	padding:9px 20px;
	position:relative;
	height:88px;
}

#topLinks {
	position:absolute;
	bottom:10px;
	right:20px;
	font-size:.85em;
}

#topLinks img, #topLinks a {
	padding-right:10px;
}

#headImages {
	margin-top:52px;
	vertical-align:bottom;
}

#headImages div {
	width:255px;
	height:170px;
	float:left;
	margin-right:2px;
}

#column1, #column2, #column3, #column4 {
	float:left;
	background:#fff;
}

#column1 {
	width:495px;
	margin-right:5px;
}

#column2 {
	width:270px;
}

#column3 {
	width:383px;
	margin-right:5px;
}

#column4 {
	width:382px;
}

#col1a, #col1b {
	float:left;
}

#col1a {
	width:300px;
	margin-right:5px;
}

#col1b {
	width:165px;
	clear:right;
}

#footer {
	text-align:center;
	font-size:.8em;
}

#oneCol {
	clear:both;
	width:770px;
	background:#fff;
}

.paddingAll {
	padding:10px;
}

.content {
	margin:5px 0 0 0;
	width:770px;
}

.paddingRight {
	padding-right:10px;
}

.marginRight {
	margin-right:10px;
}

.marginLeft {
	margin-left:10px;
}

.more {
	padding:10px;
	text-align:right;
	font-size:.8em;
}

.list ul {
	list-style-image:url('images/bullet.gif');
	margin:10px;
	padding:10px;
}

.list ul li a {
	padding-bottom:10px;
	display:block;
}

.firstmenu{
width: 770px;
height:53px;
font-size:16px;
}

.firstmenu ul{
list-style-type: none;
margin: 0;
padding: 20px 0px 0px 20px;
}

.firstmenu ul li{
float: left;
margin: 0;
background: url(images/navtab.gif) no-repeat right top;
}

.firstmenu ul li a{
display: block;
padding: 8px 25px 8px 1px;
font-weight: normal;
text-decoration: none;
color: #fff;
}

.firstmenu ul li a:hover{
text-decoration: underline;
}

.firstmenu ul li.first a{
padding: 8px 25px 8px 25px;
background: url(images/navtab_first.gif) no-repeat;
}

.firstmenu ul li.last{
background: url(images/navtab_last.gif) no-repeat right top;
}

.firstmenu ul li.last a{
padding: 8px 25px 8px 1px;
}

.firstmenu ul li#firstcurrent{
background: url(images/navtab_current.gif) no-repeat right top;
}

.firstmenu ul li#firstcurrent a{
background: url(images/navtab_current_first.gif) no-repeat;
color: #fff;
}

.firstmenu ul li#current{
margin-left: -24px;
background:url(images/navtab_current.gif) no-repeat right top;
}

.firstmenu ul li#current a{
padding: 8px 25px;
background: url(images/navtab_current_left.gif) no-repeat;
color: #fff;
}

.firstmenu ul li#lastcurrent{
margin-left: -24px;
background: url(images/navtab_current_last.gif) no-repeat right top;
}

.firstmenu ul li#lastcurrent a{
padding: 8px 25px 8px 25px;
background: url(images/navtab_current_left_last.gif) no-repeat;
color: #fff;
}

.clearboth {
	clear:both;
}