body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
 font-family: arial, verdana, helvetica, tahoma, sans-serif;
font-size: 12px;
line-height: 150%;
  color:#FFFFFF;
  background-image:url(images/web1.png);
  background-repeat:no-repeat;
  background-attachment:fixed;
background-position:center; 
  background-color:#00031A;}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #990000;
}

a:hover
{
	text-decoration: underline;
	color: #990000;
}

#centrecontainer
{
	margin:0;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	margin:0;
	padding:0;
	width: 800px;
	height: 35px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	letter-spacing: 1px;
}

#container    
{
	margin:0;
	padding:0;
	float:left;
	border: 1px solid #FFF;
	width: 798px;
	height: 400px;
}

#homecontainer    
{
	padding:0;
	float:left;
	width: 798px;
	height: 400px;
	margin:10px;
}

#containerleft
{
	float: left;
	width: 380px;
	height: 380px;
	margin-top:10px;
	margin-left:10px;

}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

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

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	text-align:justify;
	float: left;
	width: 378px;
	height: 380px;
	background: #00031A;
	overflow: auto;
	position:relative;
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	padding-bottom:0;
	border-top:10px solid #00031A;
	border-bottom:10px solid #00031A;
	margin:0;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 75%;
}

#footer
{
	margin: 0;
	padding: 0;
	float:left;
	width: 800px;
	height: 10px;
	
}

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

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

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}