/* CSS Document */
*		{marging 0; padding: 0;}
html	{overflow-y: scroll; height: 100%;}
ul		{list-style: square inside;}
ol		{list-style: decimal inside;}
a		{outline: none; text-decoration: underline;}
img		{vertical-align: middle;}
.left {float:left;}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#003366;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	color:#009;
}
p {
	margin:0px;
	padding:0px;
	font-size:22px;
	text-align:center;
	color:#003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	margin: 0px; padding: 0px;
	background:#666;
}

#bg {
	width:1180px;
	height:850px;
	background:url(../images/bg.jpg);
	margin-left:auto;
	margin-right:auto;
}

#bgg {
	width:1180px;
	height:875px;
	margin-left:auto;
	margin-right:auto;
	background:#017ab3;
}

#site {
	width:960px;
	height:850px;
	margin-left:auto;
	margin-right:auto;
}


#box1 {
	width:945px;
	height:93px;
}

#box1logo {
	width:532px;
	height:73px;
	margin-top:20px;
	float:left;
	background:url(../images/logo.jpg)
}

#box1logocontact {
	width:240px;
	height:71px;
	margin-top:20px;
	float:left;
	margin-left:170px;
	background:url(../images/logocontact.jpg);
}



#box2 {
	margin-top:5px;
}


#box3 {
	width:954px;
	height:545px;
	border-style:solid;
	border-width:3px;
	border-color:#006699;
}
#box3texta {
	width:400px;
	height:180px;
	margin-left:37px;
}
#box3textb {
	width:400px;
	height:200px;
	margin-left:37px;
	margin-top:30px;
}
#box3pic {
	width:404px;
	height:125px;
	margin-left:35px;
	background-image:url(../images/contactus1.png);
}
#box3a {
	width:474px;
	height:545px;
	float:left;
	background-color:#E9E9E9;
	border-style:none;
	border-right-style:ridge;
	border-width:3px;
	border-color:#006699;
}
#box3b {
	width:477px;
	height:545px;
	float:left;
}
#form {
	width:380px;
	height:440px;
	margin-top:45px;
	margin-left:45px;
}


#box4 {
	width:960px;
	height:5px;
	margin-top:15px;
}

#box5 {
	width:940px;
	height:96px;
	margin-left:10px;
	margin-top:15px;
	background:url(../images/contactpic.jpg);
}

	


