body {
	font-family:Arial, sans-serif;
        bgcolor: white;
        font-size:12px;
        text-decoration:none;
        background-color: rgb(153,153,153);
        margin-top: 20px;
        text-align: center; 
}

#container {
        background-color: rgb(199,199,199);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 820px;
	padding: 20px 20px 20px 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}

#content_part {
	background-color: white;
	padding: 10px;
	text-align: left;
}

#top_nav {
	background-image: url('logo.gif');
	background-repeat: no-repeat;
	background-position: top left; 
	background-color: rgb(25,25,200);
	width: 860px; 
	height: 84px; 
	margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
	padding: 0;
	text-align: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}

#top_nav_strip {
	margin-left: 330px;
	padding: 0;
	padding-top: 53px;
}

#footer {
 	color: #A2C23A;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 0px;
	font-size: 10px;
}


.nav_elem {
	color: white;
	font-size: 13px;
	margin-right: 30px;
	text-transform: uppercase;
}

.nav_elem A {
	color: white;
	text-decoration: none;
}

.nav_elem A:hover {
	color: #A2C23A;
}

.nav_elem_selected {
	color: #A2C23A;
	font-weight: bold;
	font-size: 13px;
	margin-right: 30px;
	text-transform: uppercase;
}

#left_col {
	width: 290px;
	vertical-align: top;
	padding-top: 55px;
}

#right_col {
	width: 490px;	
	line-height: 20px;
}

.color1 {
	color: #8AA7D7;
}

.color2 {
	color: #A2C23A;
}

.color3 {
	color: #444444;
}

h1 {
	text-size: 20px;
	color: #8AA7D7;
}

.subnav_elem {
	color: #A2C23A;
	text-size: 12px;
	line-height: 20px;
}

.subnav_elem a {
	color: #8AA7D7;
	text-decoration: none;
}

.subnav_elem a:hover {
	color: #A2C23A;
	text-decoration: none;
}

