@charset "utf-8";
/* CSS Document */
@import url("top_nav.css");
@import url("diagram.css");

body {
	font-family:Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7D6F62;
	margin: 0px;
	padding: 0px;
	background-color: #5e6270;
}
#content 
{
	background-color: #FEFDDF;
	width:639px;
	float:left;
	min-height:450px;
	padding:10px;
	
}
#home  #content, #one_col  #content
{
	width:940px;
}

#right_col {
	background-color: #E8E4C9;
	float:left;
	width:281px;
	min-height:450px;
	height: 100%;
	padding:10px;
	vertical-align: top;
}

#home #right_col, #one_col  #right_col 
{
display:none;
}

#banner
{
width:960px;
height:134px;
}

#banner img
{border:none;}

#home #banner
{
width:715px;
float:right;
}

#top_nav
{
	width:960px;
	background:#A39990;
	height:23px;
	padding-top:2px;
	padding-bottom:2px;
}

#home #top_nav
{
width:245px;
height:169px;
}

#top_icons
{
	float:right;
	width:175px;
	border:0px solid orange;
}

#top_icons img
{
padding-left:7px;
border:none;}

#home #top_icons
{
float:none;
width:155px;
padding-left:30px;
}

h1 {
	font-size: 18px;
	color: #394B86;
	font-weight: normal;
}

hr
{
height:1px;
color:#666666;}

.copyright,  .copyright a:link, .copyright a:active, .copyright a:visited, .copyright a:hover{
	font-size: 10px;
	color:#CCCCCC;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #394B86;
}
a:hover {
	text-decoration: underline;
	
}

.box {
	background-color:#E8E4C9;
	border:1px solid #CCCCCC;
	padding:5px;
	width:320px;
}

.box h1  {
	font-size:13px;
	color: #394B86;
	font-weight: normal;
	font-weight:bold;
	padding:0;
	margin:0;
}

.img_left {
	float:left;
	margin-right:10px;
}
.img_right {
	float:right;
	margin-left:10px;
}

.small_bold {
	font-size: 10px;
	font-weight: bold;
}

.bc
{font-size:90%;
color: #394B86;
padding-top:0;
margin-top:0;}
