﻿@import url("claytonlayout.css");
body {
	font-family: Trebuchet MS/*Arial, Helvetica, sans-serif*/;
	background-color:#BEBEBE/*#d5d2ca*/;
	height:800px;
}

#container_main {
	border-right: 0px  #000;
	border-bottom: 0px  #000;
	border-left: 0px  #000;
	background-color: #fff;
	width: 766px;
	height: 765px;
}

#container2 {
	border-right: 0px  #000;
	border-bottom: 0px  #000;
	border-left: 0px  #000;
	background-color: #fff;
	width: 766px;
}

#container {
	border-right: 0px  #000;
	border-bottom: 0px  #000;
	border-left: 0px  #000;
	background-color: #fff;	
}


#navigation {
	/*border-top: 1px; */
	/*border-bottom: 1px;*/
	background-color: #666666;	
	width: 100%;
	/*margin-left:1px;*/
	font-family: Verdana/*Arial, Helvetica, sans-serif*/;
	text-align:center
}

html>body #navigation {
	overflow: hidden;
	width: 100%;
	/*margin-left: 1px;*/
}


#content {
	background-color: #fff;
}

#footer 
{
	font-family: Trebuchet MS;
	text-align: center;
	padding-bottom: 0px;
	width:100%;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	height: 68px;
	width: 100%;
}



/* Navigation */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin:0;
	padding: 0;
	margin-left:40px;
}
#navigation li {
	float:left;	
}
#navigation a {
	font-size:10pt;
	text-decoration: none;
	color:#fff;
	background-color:#666666;
	display: block;
	padding:5px 17px;
	width: auto;
	
	/*
min-width:100px;
border: 1px solid #cdc;*/
}
#navigation a:hover {
	text-decoration: none;
	color:#fff;
	/*border: 1px solid #c77;*/
	background-color: #008fc5;
}
/**/

/* Navigation top */
#navigation_top ul {
	list-style-type: none;
	width: auto;
	margin:0;
	padding: 0;
	margin-right:0px;
}
#navigation_top li {
	float:right;	
}
#navigation_top a {
	font-size:8pt;
	text-decoration: none;
	color:#fff;
	background-color:#6699FF;
	display: block;
	padding:1px 6px;
	width:auto;
	
	
	/*
min-width:100px;
border: 1px solid #cdc;*/
}
#navigation_top a:hover {
	text-decoration: none;
	color:#fff;
	/*border: 1px solid #c77;*/
	background-color: #008fc5;
	width: auto;
	
}

#dividers{
	margin-top:0px;
	color:#fff;/*dfe7ec*/
	font-weight:bold;
	background:#6699FF;
}


li 
{
	font-family: Trebuchet MS;
	font-size: 9pt;
	color:#666666;
	/*color: #0F4D92;*/
}

h4 {
	font-size: 9.5pt;
	color:#808285;
	font-style: italic;
}
ul 
{
	font-family: Trebuchet MS;
	font-size: 9pt;
	color: #000;
}



/* Footer */

#footer a{
	color: #fff;
	padding:0 0px 0 0px;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}


/* Links */
a {
	color: #0F4D92/*#008fc5*/;
	text-decoration: none;
}
a:hover {
	color: #0F4D92/*#008fc5*/;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


/* classes */

.clear
{
    clear:both;text-align:center;
}


input
{
	font:menu;
	margin-left: 0px;
}
select
{
	font:menu;
}

br{
    clear: left;
}

