

/* Layour for index page only */


div.BorderWrapper {
	width: 777px;
	background-color: #33348e;
	margin: 0 auto;
	padding: 5px;
}

div.PlainWrapper {
	width: 787px;
	margin: 0 auto;	
}

* {
	margin: 0em;
	padding: 0em;
}

body
{
	background-color: black;
	color: #585858;
	font-size: 9pt;
	font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: lowercase;
}

h3,h4,h5,h6 {
	color: #184366;
}

h1 span	{
	font-weight: bold;
}

h3 span {
	font-weight: bold;
}

h4 span {
	font-weight: bold;
}

br.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #33348e;
}

a:hover {
	text-decoration: none;
}

.DivLeft {
	float: left;
	text-align: left;
}

.DivRight {
	float: right;
	text-align: right;
}	

p {
	line-height: 1.8em;
}


.covertLink {
	text-decoration: none;
	color: #585858;
}

#header {
	margin: 0 auto;
	background: url('HeaderBar.png');
	background-repeat: no-repeat;
	height:71px;
}


#menu {
	margin: 0 auto;
	background-color: black;
}

#main {
	margin: 0 auto;
	background-color: #33348e;
}

#footer	{
	width: 770px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	border-top: dotted 1px #E1E1E1;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding-top: 1.0em;
	text-transform: lowercase;
}
