
@media print { 
	
	#contentBlock{
		font-family 			: verdana,arial,sans-serif;
		font-size 				: 11px;
		position:absolute;
		left					: -30px;
	}
	
	#contentBlock{
		position: absolute;
		left: 0px;
		
	}
	
	#imageHeaderContainer{
		position				:absolute;
		left					: 0px;
	}
	
	#menuBlock{
		visibility:hidden;
	}
	
	#menuContainer{
		visibility:hidden;
	}
	
	#searchContainer{
		visibility:hidden;
	
	}
	
	.noprint{
		visibility:hidden;
	}

}

body {
	background			: #ffffff url("../sitePics/background.jpg") no-repeat 33px 360px;
	font-family			: Verdana, Arial, sans-serif;
	font-size			: 12px;
	color				: #222D9D;
	margin				: 0px 0px 0px 0px;
	width				: 100%;
	height				: 100%;
}

a, a:hover {
	font-family			: Tahoma, Verdana, Arial, sans-serif;
	font-size			: 12px;
}

a {
	color				: #000000;
	text-decoration		: underline;
}

a:hover {
	color				: #222D9D;
	text-decoration		: none;
}

a img {
	border-width		: 0px;
}

p {

}

input {
	font-family			: Tahoma, Verdana, Arial, sans-serif;
	font-size			: 11px;
	color				: #222D9D;
	font-weight			: bold;
	margin				: 0px 1px 0px 1px;
}

button {
	border-width		: 0px;
	font-family			: Tahoma, Verdana, Arial, sans-serif;
	font-size			: 11px;
	color				: #ffffff;
	font-weight			: bold;
	margin				: 0px 1px 0px 1px;
	padding				: 0px;
	background-color	: transparent;
}

h1 {
	font-size			: 13px;
}

#searchContainer {
	background-color	: #091576;
	height				: 25px;
	border-bottom		: 1px solid #ffffff;
	color				: #ffffff;
	font-weight			: bold;
	
}

#headerBlock {
	width				: 118px;
	height				: 25px;
	border-right		: 1px solid #ffffff;
}

#searchBlock {
	position			: absolute;
	right				: 0px;
	top					: 0px;
}

#searchBlock input {
	margin-right		: 5px;
	margin-top			: 3px;
	border				: 1px solid #ffffff;
}

#headerImageContainer {
	background-color	: #3A44A8;
	border-bottom		: 1px solid #ffffff;
	height				: 76px;
}

#headerLogoBlock {
	border-right		: 1px solid #ffffff;
	width				: 118px;
	height				: 76px;
	position			: absolute;
}

#headerImage {
	left				: 100px;
	position			: absolute;
	z-index				: 5;
}

#menuContainer {
	background-color	: #222D84;
	background-image	: url("../sitePics/header_bg.jpg");
	background-repeat	: repeat-x;
	width				: 100%;
	height				: 120px;
}

#menuSpacer {
	background-color	: #222D84;
	width				: 118px;
	height				: 120px;
	border-right		: 1px solid #ffffff;
	position			: absolute;
}

#menuBlock {
	background-color	: #091576;
	position			: absolute;
	width				: 212px;
	height				: 105px;
	left				: 119px;
}

#menuImage {
	background-color	: #091576;
	position			: absolute;
	height				: 120px;
	left				: 322px;
	z-index				: 2;
}

#contentBlock {
	margin				: 0px 30px 0px 30px;
	width				: 95%;
	position			: absolute;
	top					: 240px;
}

#contentBlock p
{
	line-height			: 1.5em;
	margin				: 10px;
}

#contentBlock img
{
	margin				: 0.5em;
}

a img 
{
	border				: 0px;
}

#layer1{
	position:absolute;
	width:100px;
	height:100px;
	top:207px;
	left:322px;
	z-index:9
}
#layer2{
	position:absolute;
	width:100px;
	height:100px;
	top:212px;
	left:322px;
	z-index:9
}
#layer3{
	position:absolute;
	width:100px;
	height:100px;
	top:217px;
	left:322px;
	z-index:9
}
form table table {
	border	: 1px solid;
}


.textField {
	width : 230px;
}

textarea {
	width 	: 230px;
	height	: 50px;
	
	
}