@charset "utf-8";
/* CSS Document */

a:link       { color: #2D3699; font-family: Times New Roman, Times; font-size: 12pt;
text-decoration:none; 
               font-weight: bold }
a:visited    { color:#2D3699; font-family: Times New Roman, Times; font-size: 12pt; text-decoration:none; 
               font-weight: bold }
a:active     { color: #2D3699 ; text-decoration: none}
a:hover		{text-decoration:none; color:#E7212B}

body	{
	width:995px;	
}

#container	{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#header	{
	width:760px;
	height:auto;
}

#navigation	{
	width:760px;
	height:30px;
}

#main	{
	width:760px;
	vertical-align:top;
	float:left;
}
#submain	{
	width:760px;
	height:290px;
	background-image:url(images/mainimgminuslogotonavbluetextbold.jpg);
}
#bottom	{
	height:55px;
	width:760px;
	vertical-align:middle;
	background-image:url(images/btmimageslicebeloemain.jpg);

}
#footer	{
	width:1000px;
	height:auto;
	font:"Times New Roman";
	font-size:10px;
	color:#2D3699;
}
h1	{
	margin-left:20px;
	font-size:20px;
}
