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

}
body {
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
		background-color:#2E3192
	
	
}

h1 {
	color:#2E3192;
	margin:0px;
	font-size:45px;
}
h2 {
	font-size:14px;
	margin:0px;
	color:#231F20;
	font-weight:bold;
}

p
{
font-size:12px;
line-height:15px;
color:#636466;
}
	

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:780px;
	clear:left;
	background-color:#FFFFFF;
	
}
#header {
	border: #2E3192 15px solid;
	background-image:url(../images/logo.jpg);
	height:91px;
	background-repeat:no-repeat;
	margin:0px;
	background-position:center;
}
#menu {
	border-left: #2E3192 15px solid;
	border-right: #2E3192 15px solid;
	border-bottom: #2E3192 15px solid;
	margin:0px;
	text-align:center;
	padding:2px;

}
#menu a{
	color:#000000;
	text-decoration:none;
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
}
#menu a:hover{
	text-decoration:underline;
}


#title {
	border-left: #2E3192 15px solid;
	border-right: #2E3192 15px solid;
	border-bottom: #2E3192 15px solid;
	margin:0px;
	color: #2E3192;
	text-align:center;
	font-size:40px;
}

#main {
	border-left: #2E3192 15px solid;
	border-right: #2E3192 15px solid;
	border-bottom: #2E3192 15px solid;
	margin:0px;
	text-align:center;
	background-image:url(../images/logobg.jpg);
	height:525px;
	
}

#phonenumber {
	border-left: #2E3192 15px solid;
	border-right: #2E3192 15px solid;
	border-bottom: #2E3192 15px solid;
	margin:0px;
	background-color:#2E3192;
	
	background-image:url(../images/phoneno.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:73px;
}


#footer {

}

#footer {
	border-bottom: #2E3192 15px solid;
	margin:0px;
	height:2px;
	font-size:6px;
}

