body, div, p, ul, li, h1, h2, h3, form{
	margin:0;
	padding:0;
}
.pageWrap{
	width:980px;
	margin:0 auto;
}
.clearFloat{
	clear:both;
	height:1px;
}
.pageHeader{
	height:151px;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pageHeader h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:44px;
	color:#FFF;
	font-weight: lighter;
	text-align:right;
	padding:25px 30px 0 0;
}
.coloredH1{
	color:#d5b105;
}


.pageHeader h2, .pageHeader h2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight: lighter;
	text-align:right;
	margin:0 0 0 0;
	padding-right:30px;
	text-decoration:none;
}


.pageContents{
	background-image: url(/img/hands_and_globe.jpg);
	background-repeat: no-repeat;
	background-position: 750px bottom;
	margin-top:15px;
	padding-bottom:120px;
}



.mainMenu{
	width:225px;
	float:left;
}
.mainMenu ul{
	list-style-type:none;
}
.mainMenu ul li{
	margin:1px 0 1px 0;
}
.mainMenu ul li.menuTitle{
	height:45px;
	margin:20px 0 0 0;
	background-repeat: no-repeat;
	background-position: center center;
}

.mainMenu ul li a{
	width:180px;
	display:block;
	margin-left:35px;
	line-height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6a6a6a;
	text-decoration: none;
	border-bottom:1px dotted #6a6a6a;
}
.mainMenu ul li a:hover{
	color:#ff9c00;
}



.mainContents{
	float:left;
	width:500px;
	padding:0 25px 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2d2d;
	text-decoration: none;
}
.mainContents p {
	margin-top:10px;
	margin-bottom:10px;
}
.mainContents h1 {
	font-size:20px;
}
.mainContents h2 {
	font-size:16px;
}
.mainContents h3 {
	font-size:12px;
}
.mainContents h1, .mainContents h2, .mainContents h3 {
	margin-top:10px;
	margin-bottom:10px;		 
}
.mainContents ul {
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;	
}   
.mainContents ul li{
	padding-top:2px;
	padding-bottom:2px;
}
.contentsTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #448ccb;
	text-decoration: none;
	margin:25px 0 25px 0;
}
.coloredTitle{color:#000;}

.mainContents .leftSide{
	width:315px;
	float:left;
	margin-right:10px;
}
.mainContents .rightSide{
	width:175px;
	float:left;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}
.mainContents form{
	height:235px;
	background-image: url(/img/form_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainContents form input[type="submit"]{
	width:229px;
	height:50px;
	background-image: url(/img/form_butt.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin:15px 0 0 245px;
	border:none;
	font-size:1px;
	color:#EEEEEE;
}
.mainContents form input[type="text"]{
	height:19px;
	border:none;
	border-top:1px solid #e1e1e1;
	background-image: url(/img/field_bk.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.mainContents form label{
	color:#4d4d4d;
}
label.bigField{
	clear:both;
	width:200px;
	display:block;
}
label.bigField input[type="text"]{
	width:200px;
}
label.smallField{
	width:45px;
	display:block;
	float:left;
	margin-right:25px;
}
label.smallField input[type="text"]{
	width:45px;
}




.mainBanners{
	float:left;
	width:190px;
}


.pageFooter{
	height:20px;
	padding:15px 0 15px 0;
	margin-bottom:10px;
	background-image: url(/img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #d5b105;
	text-decoration: none;
}
.pageFooter a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding:0 5px 0 5px;
}
.pageFooter a:hover{color: #d5b105;}
