﻿/* CSS layout */

#container {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 550px;
}

#container_wide {
	position: absolute;
	width: 750px;
	top: 10px;
	left: 10px;
}


#masthead {
	padding: 5px;
	background-color: #8C7A66;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}
#afterhead{
	background-color: #FFCC99;
	font-weight: bold;
	left: 0px;
}

#righthead {
	width: 200px;
/*	position: absolute;*/
	right: 0px;
/*	top: 0px; */
}

#top_nav {
	font-weight: bold;
	text-decoration: none;
}

#page_content {
	width: 550px;
}

#block_gray {
	width: 550px;
	background-color: #F0F0F0;
}


#right_col {
	width: 250px;
	top: 120px;
	position: absolute;
	left: 550px;
	list-style-image: url('bul1.gif');
	background-color: #F0F0F0;
}

#left_col {
	width: 250px;
	top: 120px;
	position: absolute;
	left: 0px;
	list-style-image: url('bul1.gif');
	background-color: #F0F0F0;
}


#bottom_nav {
	margin-top: 12px;
	background-color: #F0F0F0;
	text-align: center;
}

#footer {
	margin-top: 12px;
	background-color: #F0F0F0;
}

#copyright {
	margin-top: 12px;
}


a:link
{
	color: #000097; 
}
a:visited
{
	color: #5353FF; 
} 
a:active 
{
	color: rgb(255,153,0);
}
a:hover
{
    color:#CC0000	
}

p
{
	padding: 0 0.2cm 0 0.2cm;
}

body
{
	background-image: url('back.gif');
	font-family: Verdana, Arial, Helvetica; /*	color: rgb(102,102,51); */;
	color: #212650;
	font-size: 85%;
}

h1
{
/*	font-family: Times New Roman, Times;*/
	color: rgb(0,102,153);
}
h2
{
	/*	font-family: Times New Roman, Times;*/
	padding: 0.1cm;
	color: rgb(255, 255, 255);
	font-size: 100%;
	background-color: #8C7A66;
}
h3
{
/*	font-family: Times New Roman, Times;*/
/*	color: rgb(0,102,153);  */
    padding: 0.05cm;      
	font-size: 100%;
	background-color:#FFCC99

}
h4
{
/*	font-family: Times New Roman, Times;*/
	color: rgb(0,102,153);
}
h5
{
/*	font-family: Times New Roman, Times;*/
	color: rgb(0,102,153);
}
h6
{
/*	font-family: Times New Roman, Times;*/
	color: rgb(0,102,153);
}
.News {
	list-style-image: url('bul1.gif');
	margin-top: 6px;
	margin-bottom: 10px;
}
.Features {
	list-style-image: url('check1.gif');
	margin-bottom: 6px;
}
.Features_Titles {
	/*	font-family: Times New Roman, Times;*/
	color: rgb(0,102,153);
	margin-top: 6;
	font-weight: bold;
}
#copyright {
	margin-top: 12px;
	font-size: 75%;
	text-align: center;
	color: #8C7A66;
}

