@charset "utf-8";

* {
	margin: 0;
	padding: 0
}

iframe,a img,fieldset,form,table {
	border: 0
}

h6,h5,h4,h3,h2,h1,caption,th {
	font-size: 100%;
	font-weight: bold
}

dd,dt,li,dl,ol,ul {
	list-style: none
}

legend {
	color: #000
}

button,select,textarea,input {
	font: 100% serif
}

table {
	border-collapse: collapse
}

caption,th,td {
	text-align: left
}

a {
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* PNG FIX
----------------------------------------------------*/
img,div {
	behavior: url(includes/scripts/iepngfix.htc);
}

/* GLOBAL
----------------------------------------------------*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background-color: #1d4159;
	background-image: url(../images/mainBg.gif);
	background-repeat: repeat-x;
	background-position: 0px -60px;
	text-align: center;
}

.topHeading {
	font-size: 12px;
	color: #d9dce3;
	height: 20px;
	font-weight: bold;
}

.topHeading a {
	font-size: 12px;
	color: #d9dce3;
	height: 20px;
	text-decoration: none;
}

.topHeading a:hover {
	color: #e9ecf3;
}

.holder {
	margin: 0px auto;
	text-align: left;
	width: 1056px;
	margin-top: 97px;
	background-image: url(../images/logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.inner {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	width: 744px;
	height: 468px;
	margin: 0px auto;
	padding-top: 20px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.mainHolder {
	height: 379px;
	padding: 7px 0px;
}

.leftMenu a {
	color: #1C3C53;
	font-weight: bold;
	text-decoration: none;
}
.leftMenu a:hover {
	color: #132B3B;
}