/* CSS Document */

/* REDEFINES */

body, html * {
	margin:0px;
	padding:0px;
}

body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#001E46;
}

body {
	background-image:url(../../images/template/backing.jpg);
	background-repeat:repeat-x;
	background-color:#71B9E9;
}

h1 {
	font-family:"Comic Sans MS";
	font-size:36px;
	font-style:italic;
	color:#FFFFFF;
	padding-bottom:10px;
}

h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:10px;
	text-align:left;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:10px;
	color:#FFFFFF;
}

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

p {
	padding-bottom:10px;
}

ul {
	padding-left:10px;
}

ul li {
	padding-bottom:5px;
}

a {
	color:#003273;
}

a:hover {
	color:#E52324;
}

/* CSS IDS */

#mainDIV {
	background-image:url(../../images/template/background-images.jpg);
	background-repeat:no-repeat;
	background-color:#71B9E8;
	width:1000px;
}

#topDIV {
	width:892px;
	height:96px;
}

#logotopDIV {
	float:left;
	width:315px;
	height:96px;
}

#menuDIV {
	width:108px;
	height:500px;
	float:left;
	margin-top:200px;
}

#rightDIV {
	width:892px;
	float:right;
}

#menutopContainerDIV {
	float:right;
	width:577px;
	height:96px;
}

#menutopDIV {
	width:530px;
	height:31px;
}

#menu {
	margin-top:25px;
}

#contentStartDIV {
	width:892px;
	height:58px;
}

#contentAreaDIV {
	width:892px;
	background-position:right;
	background-image:url(../../images/template/content-repeat.png);
	background-repeat:repeat-y;
}

#contentAreaBackingDIV {
	width:868px;
	background-image:url(../../images/template/content-lines.png);
	background-repeat:repeat;
	padding-left:50px;
}

#contentDIV {
	width:800px;
	min-height:600px;
	text-align:left;
}

#footer {
	width:892px;
	background-image:url(../../images/template/footer.png);
	background-repeat:no-repeat;
	height:56px;
	padding-top:50px;
}	

#lhsMenu {
	list-style: none;
	width: 108px;
	right:-15px;
	position:relative;
}


#lhsMenu {
	margin:0px;
	padding:0px;
}

#lhsMenu li {
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
	width:108px;
	height:40px;
	padding:0px;
	
}

#lhsMenu li a {
	display:block;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	padding:10px 10px 15px 10px;
	background-repeat:no-repeat;
}

#lhsMenu li a:hover {
	display:block;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 10px 15px 10px;
	background-repeat:no-repeat;
}

#breadcrumbs {
	color:#FFFFFF;
	text-align:right;
	padding-right:40px;
}

#breadcrumbs a {
	color:#FFFFFF;
}

#sitemap {
	text-align:left;
}

#sitemap, #sitemap a {
	color:#255087;
	text-decoration:none;
}

#sitemap a:hover {
	color:#008849;
}

/* CSS CLASSES */

.ButtonTop {
	background-position:left;
	background-repeat:no-repeat;
	padding-top:4px;
}
.ButtonTop a {
	display:block;
	text-decoration:none;
	color:#000000;
}
.ButtonTop a:hover {
	color:#1E91DA;
	margin-bottom:0px;
}

.inputButton {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E52324;
	color:#FFFFFF;
	font-size:12px;
	border:none;
	padding:3px;
	cursor:pointer;
}

