html, body
{
	margin:0px 0px 0px 0px;
	background-color:#00215a;
	font-family:Times New Roman, serif;
	font-size:16px;
	color:#00215a;
}

.main
{
	display:block;
	background-color:#00215a;
	background-image:url(images/bg.jpg);
	background-position:top right;
	background-repeat:repeat-x;
	padding:0px;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.title {
	margin:8px 0 4px;
	padding-left:20px;
	font-weight:bold;
	letter-spacing:-.07em;
	text-align:center;
	font-size:16pt;
}

.clr {
margin:0; padding:0;
clear:both;
}

/* Global Classes starts */

* {
outline:none;
}

div, form
{
 margin:0px;
 padding:0px;
}

p
{
 margin:0px;
 padding:5px 0;
}


A IMG
{ 
  border:none;
  outline:none
}

.border
{
border:2px #eee dashed;
}

.border:hover
{
border:2px red dashed;
}

a
{
	text-decoration:none;
	color:#0057ac;
}

a:hover
{
	text-decoration:none;
	color:#004181;
}

.header 
{

	display:block;
	padding:0px;
	width:1000px;
	height:386px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.top-bar
{
	background-color:#ddd;
	border-bottom:4px solid #123777;
	color:#3082d3;
}

.bottom-bar
{
	background-color:#123777;
	border-top:1px solid #00215a;
	text-align:center;
	font-size:10pt;
	color:#3082d3;
}

.bottom-bar a {	color:#539de6; }
.bottom-bar a:hover {	color:#95caff; }

.logo 
{
	display:block;
	text-align:center;
	width:331px;
	height:100px;
	padding:5px 0px 0px 5px;
}

.footer 
{
background-repeat:no-repeat;
background-position:center;
background-color:#333399;
font-family:Times New Roman, serif;
font-size:12px;
text-align:center;
padding:25px 0px;
margin:0 auto;
}

.footer a
{
	text-decoration:none;
	color:#555555;
}

.footer a:hover
{
	text-decoration:underline;
	color:#e05a1f;
}

h1 
{
	font-family:Times New Roman, serif;
	font-size:34px;
	color:#00215a;
	text-align:center;
}

h1 span {font-size:12pt;}

h2
{
	font-family:Times New Roman, serif;
	font-size:24px;
	color:#00215a;
	text-align:center;
	text-weight:normal;
}

h2 span {color:#f5f5f5;font-style:italic;}

h3 
{
	font-family:Times New Roman, serif;
	font-size:28px;
	color:#ddd;
	text-align:center;
}
h3 span {padding:0 20px;font-weight:normal;font-size:110%;color:#333333;}
h3:hover {color:#ddd;cursor:pointer;}

.facebook {margin-bottom:-2px;}
.facebook:hover {margin-bottom:-3px;margin-top:-1px;}