/* Atrium Home page
   (c) 2006 TechTriad, Inc. */

BODY {
	FONT-SIZE: 12px;
	COLOR: #333333;
	LINE-HEIGHT: 18px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin:20 0 0;
	background-image: url(../images/bg/diagstrip.jpg);
	background-repeat: repeat-x;
}

#container	{
	clear: both;
	float: none;
	width: 756px;
	margin:0px auto;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
#banner	{
	height: 70px;
	padding: 6px;
}
#topnav	{
	text-align: center;
	font-size: 0.95em;
	background-image: url(../images/bg/silver.gif);
	background-repeat: repeat-x;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#topnav a:link, #topnav a:visited	{
	color: #333333;
	text-decoration: none;

}
#topnav a:hover	{
	color: #666666;
	text-decoration: none;
}
#photos	{
}
#content	{
}
#content a:link, #content a:visited	{
	color: #03347A;
	text-decoration: underline;
}
#content a:hover	{
	color: #990000;
	text-decoration: none;
}
#content p	{
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 0px;
}
#content H1 {
	FONT-WEIGHT: bold;
	margin: 20px 20px 0px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	color: #03347A;
}
#content H2 {
	FONT-SIZE: 16px;
	COLOR: #666666;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#content H3 {
	FONT-WEIGHT: bold;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 12px;
}
#content H4 {
	FONT-WEIGHT: bold;
	font-size: 14px;
	padding-left: 10px;
	margin: 0px;
	color: #03347A;
}
#content H5 {
	FONT-WEIGHT: bold
}
#content H6 {
	FONT-WEIGHT: bold
}


#sidebar-wrapper	{
	float: right;
	display: block;
	width: 250px;
	margin: 0 0 10px 0px;
	height: 300px;
}
#sidebar	{
	display: block;
	padding: 10px 6px 0 0px;
}

#footer	{
	text-align: center;
	height: 75px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #eeeeee;
	clear: both;
}
#footer p {
	font-size: 0.95em;
	padding-top: 10px;
}

#footer a:link, #footer a:visited	{
}
#footer a:hover	{
}
#content blockquote {
	border-width:1px 1px 1px 6px;
	border-color:#CC0000;
	border-style:solid;
	background-color:#F5F5F5;
	padding:1em 1em 0em .25em;
	color: #CC0000;
	font-weight: 400;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#content form {
	width: 550px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content legend {
	font-size: 11px;
	color: #08387D;
}
#content fieldset {
	border: 1px solid #03347A;
}
.tablecenter {
	margin-right: auto;
	margin-left: auto;
}
.largeBold {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
