﻿body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;

	margin: 0px 0px 20px 0px;

	text-align: left;
}

td {
	font-size: 85%;
}

a {
	color: #324671;
}
a:visited
{
    color:#FFFFFF;
}

h5 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.verbatim {
	font-size: 100%;
	color: #000000;
	font-weight:bold;
		
}

.productlist {
	font-size: 75%;
	color: #FFFFFF;
	font-weight:bold;

}



#vertical_container_home {

	border-top: solid 1px #000000;

	overflow: visible;

	background-color: #080925;
	background-image: url(images/banner.jpg);
	background-repeat: repeat-x;


	margin: 0px auto 0px auto;
	width: 793px;
	max-width: 793px;
	min-width: 793px;

	padding: 0px 0px 0px 0px;
	padding-top: 5px;

	text-align: left;
}


#download_pane h2 {
	padding-top: 20px;
	margin-bottom: 10px;
}



#content {
	margin: 10px 0px 0px 0px;
	height: 10%;
}



#main_content {
	float: left;

	padding: 0px 20px 0px 50px;
	width: 412px;
}

#main_content p {	
	margin: 3px 5px 10px 5px;
}

#main_content h3 {
	margin-bottom: 6px;
}

#main_content_full {
	float: left;

	padding: 0px 20px 0px 40px;
}

#main_content_full p {	
	margin: 3px 5px 10px 5px;
}

#main_content_full h3 {
	margin-bottom: 6px;
	font-size: 100%;
}


#home_header {
	text-align: center;
}

#page_header {
/*	text-align: center;
	padding-top: 60px;*/
}


#sidebar {

	margin-top: 0px;
	margin-left: 30px;

	text-align: center;

	background-image: url(images/sidebar_fill.gif);
	background-repeat: repeat-x;
}

#encart {
	
	text-align: left;
	
	width: 250px;

	color: #484848;

	margin: 10px 0px 10px 10px;
}


#header_ms {
	margin-top: 18px;
	margin-left: 30px;
}

#header_ms p {
	margin: -20px 20px 0px 0px;
	font-size: 75%;

	text-align: right;
}

#header_ms a {
	color: #C3CBD9;
	text-decoration: none;
}

#header_ms a:hover {
	text-decoration: underline;
}


#footer {
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;

	background-color: #FFFFFF;
	margin: 0px auto 0px auto;

	text-align: center;
	color: #000000;
}

#footer a {
	margin-right: 10px;
	
}

#footer p {
	margin-bottom: 4px;
}

/* ------------tiny footer text */
.copyright {
	font-size: 75%;
	font: x-small Verdana;
	color: #000000;
	margin-top: 0px;
}

.keywords {
	font-size: 75%;
	color: #AAAAAA;
	margin-top: 0px;
}


