body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #131B2E;
	background-image: url(../img/body_bg.png);
	background-repeat: repeat-x; width:1024px;
}

#content {
	position: absolute;
	background: url(img/buttons.png) left top no-repeat;
	top: 150px;
	left: 99px;
	width: 826px;
	height: auto;
	padding: 0px;
 }

#wrapnav{
	position: relative;
	width: 826px;
	height: 29px;

}

#nav {
	position: absolute;
	width: 798px;
	height: 29px;
	background-image: url(../img/nav_bg.png);
	left: 14px;
	top: 0;
	text-align: center;
	padding-top: 5px;
	}

#nav a {
	font-family: Helvetica,Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;	
    outline: 0;
}

#nav a:hover {
	font-family: Helvetica,Verdana, sans-serif;
	font-size: 12px;
	color: #b1beca;
	font-weight: bold;
	}

#main {
	position: absolute;
	width: 100%;
	height: auto;
	background-color: #fff;
	top: 29px;
	left: 0;
}

#breadcrumb {
	width: 100%;
	height: 24px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-indent: 14px;
	padding-top: 8px;
}

#breadcrumb a {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-indent: 14px;
	text-decoration: none;
	outline: 0;
}

#breadcrumb a:hover {
	color: #051b2b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-indent: 14px;
	text-decoration: none;
}

#wraphead {
	width: 798px;
	height: auto;
	margin-left: 14px;
	margin-right: 14px;
}

#navhead {
	width:100%;
	height: 20px;
	background-image: url(../img/headrnav.png);
	margin: -6px auto 0 auto; /* To eliminate the space between img and div in firefox, safari, and chrome */
	padding-top: 5px;
}

#navhead a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #051b2b;
	text-decoration: none;
	padding-left: 85px;
	padding-right: 85px;
	outline: 0;
}

#navhead a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}

#col1 {
	position: relative;
	float: left;
	width: 500px;
	height: 100%;
	margin-left: 10px;
	padding: 5px 5px;
}

#col2 {
	position: relative;
	float: left;
	width: 269px;
	height: 100%;
	margin-right: 10px;
	text-align: right;
}

#col2 img {
	padding-top: 3px;
}

#col2 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-decoration: none;
	outline: 0;
}

#col2 a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-decoration: underline;
	clear: right;
}

#footerwrap {
	clear: both;
	width: 826px;
	height: 44px;
	bottom: 0px;
	background-color: #131B2E;
}

#footer {
	width: 798px;
	height: 37px;
	background-image: url(../img/footrbg.png);
	text-align: center;
	margin-left: 14px;
	padding-top: 7px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #333;
	text-align: center;
}
	
#footer a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #333;
	text-align: center;
	padding: 0px 5px;
}

#news {
	position: relative;
	float: left;
	width: 65%;
	height: 100%;
	padding-bottom: 20px;
	padding-right: 5%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 14px;
}

#news img {
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

#news a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #094a78;
	line-height: 16px;
	text-decoration: none;
	outline: 0;
	font-style: italic;
	text-align: right;
}

#news a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #051b2b;
	line-height: 16px;
	text-decoration: underline;
	text-align: right;
	font-style: italic;
}

#newsright {
	position: relative;
	float: right;
	width: 30%;
	height: 100%;
	text-align: right;
}


#gallery {
	width: 768px;
	height: auto;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 10px;
	padding: 10px 15px;
}

.top {
	background-color: #181818;
	margin-left: 14px;
	margin-right: 14px;
}

.bottom {
	background-color: #fffae5;
}

.newssub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.spacelft {
	margin-left: 15px;
}

.spacergt {
	margin-right: 15px;
}

#section {
	width: 100%;
	height: 135px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #094a78;
	line-height: 16px;
	text-decoration: none;
}

a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #051b2b;
	line-height: 16px;
	text-decoration: underline;
}


h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #131B2E;
	padding-bottom: 1px;
	font-weight: bold;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #094a78;
	font-weight: bold;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 10px 0px;
	padding: 0px;
}

ul {
	margin-top: 0px;
	padding: 0px 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}
	
ol {
	margin-top: 0px;
	padding: 0px 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

ul li {
	list-style-image: url(../img/bullet.png);
}

hr {
	border:dashed; 
	border-width:1px 0 0 0; 
	line-height:0px;
	margin: 15px 0px;
}

img {
	border-style: none;
}
.grey {
	color: #333;
}

/* Template */


#maintxt {
	width: 768px;
	height: auto;
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 24px;
	padding: 0 15px;
}