/* this part is involved with centering the page */

body {
	text-align: center;
	background-color: #666666;
	font-family: Helvetica Condenced, Helvetica, Verdana, Arial, sans-serif;
	
}

table {
	color: #FFFFFF;
	
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #313639;
	color: #FFFFFF;

}


/* this is the main menu */

#top_menu{
	position:relative;
	display:block;
	height:25px;
	font-size:12px;
	font-family:Helvitica,Verdana,Arial,sans-serif;
	background-color: #637176;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}
#top_menu ul{
	margin:0 0 0 22;
	padding:0;
	list-style-type:none;
	width:auto;
}
#top_menu ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#top_menu ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:5px 10px 2px;
	height:18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#top_menu ul li a:hover,#top_menu ul li a.current{
	background-color: #485155;
}


/* this is the header on each page */

#header {
	background-color: #000000;	
}


/* this is the footer of each page */

#footer {
	height: 50px;
	width: 900px;
	background-color: #000000;
	clear: both;
	
} 

/* grey box that seperates the menu from the center image */

.empty_area {
	height: 100px;
	
}

.main_image {
	margin: 0px;
	padding: 0px;
	
}

#two_column #left_column {
	float: left;
}

#two_column #right_column {
	clear: right;
	float: left;
}

#overview_content p {
	line-height: 1.5em;
	
}

.download_button {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5d849a;
	width:180px;	
}

#system_content{
	font-size: 12px;
	
}

#system_content ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

#system_content ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-left: 5px;
}

#system_content table {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#system_content table td {
	vertical-align: top;
}

#system_content h3 {
	background-color: #000000;
	width: 120px;
	border: 1px solid #5d849a;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;




	
}

.more_text {
	color: #5FA5CF;
	font-style: italic;

	
}

.left_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5d849a;
}

.padded_box {
	padding:20px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}


a:hover {
	color: #CCCCCC;
}
.smaller {
	font-size: smaller;
}
.larger {
	font-size: larger;
}

#applications_content ul {
	text-indent: 0pt;
	margin-left: 0 px;
	margin-top: 0px;
	padding-left: 15px;
	padding-top: 0px;	
}

#applications_content ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#applications_content ul li ul li{
	list-style-type: none;
	
}

#applications_content #two_column {
		width:900px;
}

#applications_content #two_column #left_column {
		width:200px;
}

#applications_content #two_column #right_column {
		width:700px;
		padding-top:10px;
		padding-bottom:10px;
}

.fineprint {
	font-size: xx-small;
	padding: 5px 5px 5px 0;
	text-align: right;
}
