body {
   margin: 0;
   padding: 0;
}

div.line{
position: absolute; left: 0px; top: 0px;
width: 1024px;
height: 50px;
background-color: #003366;
}

div.bar{
position: absolute; left: 0px; top: 190px;
width: 1024px;
height: 5px;
background-color: #C60000;
}

div.menu{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 1024px;
	height: 22px;
	background-color: #C60000;
}

div.header{
	position: absolute;
	left: -737px;
	top: -4px;
	width: 100%;
	height: 125px;
	background-color: #FFFFFF;
}


b {
font-family: arial;
}


div.content{
	position: absolute;
	top: 195px;
	left: 1px;
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF
}

img.right {
float: right;	
}

p.post {
margin:.25em 0 0;
padding:0 0 4px;
font-size:80%;
line-height:.8em
font-weight:normal;
font-family: arial;
line-height:1.4em;
color:#55555;
}


A.menu:link {color: #FFFFFF;  font-weight: bold; text-decoration: none;}
A.menu:visited {color: #FFFFFF;  font-weight: bold; text-decoration: none;}
A.menu:active {color: #FFFFFF;  font-weight: bold; text-decoration: none;}
A.menu:hover{color: #DDC876; font-weight: bold; text-decoration: none;}

A:link {color: #003366;  font-weight: bold; text-decoration: none;}
A:visited {color: #003366;  font-weight: bold; text-decoration: none;}
A:active {color: #003366;  font-weight: bold; text-decoration: none;}
A:hover{color: #DDC876; font-weight: bold; text-decoration: none;}
