body 
{
margin: 0;
padding: 0;
text-align: center;
background: #C9C9C9;
}

* {
    margin: 0; 
    padding: 0;
    font-size: 13px; 
    font-family: Arial, sans-serif;
    color: #000078;
    line-height: 14px;
}

.pr {
text-decoration: none;
}

img {
vertical-align:bottom;
margin-top:0px;
padding-top:2px;
}

p {
vertical-align:top;
padding-top: 10px;
}
A	{
text-decoration:none;
}
h1 {
font-size:13px;
text-transform:capitalize;
padding-bottom:15px;
}


#header {
background: url("../img/header.jpg") top left no-repeat;
margin: 0 auto; 
text-align: left;
width: 800px;
height: 140px;
border-top: 1px solid #000078;
border-left: 1px solid #000078;
border-right: 1px solid #000078;
}
#navi	{
background-color: #A3A9D5;
margin: 0 auto; 
text-align: left;
width: 800px;
height: 15px;
border-left: 1px solid #000078;
border-right: 1px solid #000078;
}
#content	{
position:absolute;
top:140px;
left: 50%;
margin-left: -401px;
background-color: #FFF;
color: #000078;
text-align: center;
width: 800px;
min-height: 500px;
border-left: 1px solid #000078;
border-right: 1px solid #000078;
border-bottom: 1px solid #000078;
}

#content_text	{
width: 510px;
padding-left: 20px;
padding-top: 0px;
padding-bottom: 50px;
text-align:justify;
}
.cclear	{
clear:both;
}
.cleft	{
float: left;
padding: 0px;
background-color:	#A3A9D5;
color: #000078;
width: 205px;
text-align: center;
min-height: 500px;
}
.cright	{
float: left;
padding: 15px;
background-color:	#FFF;
color: #000078;
width: 565px;
text-align: left;
min-height: 500px;
}
.gleft	{
float: left;
text-align: left;
padding-left: 15px;
width: 335px;
}
.gright	{
float: left;
text-align: left;
padding-left: 15px;
width: 150px;
}
.navigation	{
text-align: center;
}
.navigation a:link,
.navigation a:visited {
	color              : #FFFFFF;
	border-top         : 1px solid #000;
	padding-left			 : 0px;
	line-height				 : 20px;
	text-decoration    : none;
	font-size          : 12px;
	font-style	   		 : normal;
	font-family        : Arial,sans-serif;
	display						 : block;
}	
	
.navigation a:hover{
	color              : #050B22;
	background-color	 : #FFF;
	text-decoration    : none;
	font-size          : 12px;
	font-style	   		 : normal;
	border-top         : 1px solid #000;
	font-family        : Arial,sans-serif;
}

