body {
	text-align: center;/* hack for ie5*/
	margin: 0px;
	padding: 0px;
	background-image: url(bg1.jpg);
	background-color: #f0efef;
}

#content {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	width: 1000px;
	text-align: left;
}

#header {
	width: 1000px;
	background-color:#20285a;
	/*float:left;*/
}

#subHeader {
	width: 1000px;
	background-color: #303132;
}

#navContent {
	width: 1000px;
}

#footer {
	width: 1000px;
	background-color: #303132;
}

#footer a {
	text-decoration:none;
	color: #6c7071;
}

#footer :hover {
	text-decoration:none;
	color: #c6ced0;
}


.transparency_class{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#flash {
	width: 800px;
	background-color:#333;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #20285A;
	text-transform: uppercase;
	line-height: 18px;
}

p.first{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
}

p.second{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 16px;
}

li.second a{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 16px;
}


