@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

/* CSS Document */
body {
	margin: 0 auto;
	background:#DDE2E5;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	/* text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/* ******** basic text s ********** */
	color: #3D3A3A;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* ******** basic text e ********** */
}

/*
	Typo details
	*/
H1,H2,H3,H4,H5,H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D3A3A;
}

H1 {
	font-weight:400;
	font-size:24;
}

H2 {

}

H3 {
	font-size:13px;
	font-weight:600;
	margin-top:20px;
	color:#3D3A3A;
}

H6 {

}

p {
	padding: 0.6em 0px;
	color:#3D3A3A;
	line-height:1.5em;
}
a {
	color:#464749;
}

/*
	Wrappers details
	*/
#wrapper {
	width: 100%;
	background:#DDE2E5;

}

#header {

	height: 230px;
	width:100%;
	padding:0;
	margin:0;
	background:#FFFFFF url(../images/mainrule_bg.jpg) no-repeat bottom center;
}
#headercontent {
	width:950px;
	height: 230px;
	margin: 0 auto;
	background: url(../images/banners/banner1.jpg) no-repeat top left;
}
#headerlogos {
	position:absolute;
	width:950px;
	height:120px;
}

#main {
	margin: 0 auto;
	width:956px;
	background:url(../images/rightborder.jpg) repeat-y top right;
}
.maincontent_wrapper {
	padding-right:3px;
	background:url(../images/leftborder.jpg) repeat-y top left;
	width:3px;
}


.maincontent {
	width: 850px;
	margin:0px 0px 0px 3px;
	padding:30px 60px 30px 40px;
	min-height: 370px;
	background:#FFFFFF;
}

#footer {

	width:100%;
}

#footercontent {
	width: 882px;
	height: 15px;
	margin: 0 auto;
	background:#DDE2E5 url(../images/footer_bg.jpg) repeat-x top left;
	border-bottom:1px solid #000000;
	padding:10px 35px;
}

.leftcol {
	width:590px;
	float:left;

}
.rightcol {
	width:258px;
	float:right;
	margin-top:30px;
}

.rightcol p {
	float:right;
}

.formtable {
		border-spacing:5px 10px;
	}

	.formtable td {
		border-top:1px solid #DDDDDD;
		border-right:1px solid #DDDDDD;
		border-bottom:1px solid #CCCCCC;
		border-left:1px solid #DDDDDD;
		padding-left:5px;
		padding-top:3px;
		padding-bottom:3px;
	}

	.formtable input {
		border-color:#FFFFFF;
		border:none;
		background:#FFFFFF;
	}
	.formtable input[type="text"] {
		width:300px;
	}
	.formtable input[type="submit"] {
		cursor:pointer;
		border-top:1px solid #DDDDDD;
		border-right:1px solid #DDDDDD;
		border-bottom:1px solid #CCCCCC;
		border-left:1px solid #DDDDDD;
		padding:2px 5px;
	}
	.formtable input[type="submit"]:hover {
		background:#CCCCCC;
	}
	.formtable select {
		border:none;
		color:#616161;
		background:#FFFFFF;
	}
	.formtable textarea {
		border-color:#FFFFFF;
		border:none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}

.error {
	color:#C80000;
}

.smallprint {
	font-size: 0.8em;
}
.larger {
	font-size:16px;
	color:#3D3A3A;
}

.logos {
	width:160px;
}
.logos img {
	margin-bottom:30px;
}

.indent {
	padding-left:15px;
}
.zoomable {
	position:absolute;
	padding-left:50px;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

li {
	line-height:1.5em;
}
.leftcol li {
	padding-left:10px;
}

li a {
	text-decoration:none;
	cursor:pointer;
}
li a:hover {
	text-decoration:underline;
}

div.right {
 float:right;
}

a img {
	border:none;
}

.mainmenu {
	padding:195px 0px 0px 32px;
	width:918px;

}

	.mainmenu ul {
		padding:0;
		margin:0;
		}
	.mainmenu li {
		padding:0;
		margin:0;
		float:left;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		border-right:1px solid #333333;
		}
	.mainmenu ul li a{
		color:#333333;
		font-size:14px;
		padding:1px 14px;
		text-decoration:none;
		text-transform:uppercase;


		}
	.mainmenu ul li a:hover{
		text-decoration:none;
		color:#999999;
		}
