/* CSS Document */

body {
	background-image: url(images/bg_main.png);
	font-family:Arial, Helvetica, sans-serif;
	}
a {
	color:#CC0000;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
ul.colored li{
	color:#CC0000;
	margin: 0 0 7px 0;		
	}
ul.colored li span{
	color:#000000;

	/* font-size:12px */
	}
.hdr_quote_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:bottom;
	color:#CC0000;
	font-weight:bold;
	margin-top:10px;
}	
	
.content_header {
	font-size:24px;
	color:#CC0000;
	padding-top:6px;
}

.content_subheader {
	font-size:18px;
	color:#CC0000;
	margin-bottom:6px;
}

.content_subsubheader {
	font-size:14px;
	color:#CC0000;
	padding-top:30px;
	margin-bottom:6px;
	
}

.content_subtitle {
	font-size:11px;	
	padding-top:30px;
	margin-bottom:6px;
	
}

img.pic{
	margin-left:6px;
	margin-right:10px;
	margin-bottom:6px;
}



p.caption{
	font-size:12px;
	text-align: center;
	
}

table, th, td {
  border: 1px solid black;
}

table {
  border-collapse: collapse;
}

th {
  height: 50px;
}

tr:nth-child(even) {background-color: #f2f2f2;}

th {
  background-color: #CC0000;
  color: white;
}

td {
  padding: 15px;
  text-align: left;
}

pre {
	font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace;        
	background-color: #eee;
        font-size: 12px;
	border: 1px dashed #999999;
        line-height: 14px;
	padding: 5px; 
        overflow: auto;
	width: 100%;	
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.code{
	text-align:left;
	word-wrap:normal;
	padding-left: 10px;
}

#container {
	width:700px;
	margin:auto;
	background-color:#E8E8E8;
	}
	
#header {
	width:100%;
	height:90px;
	}
#header_left {
	width:350px;
	height:80px;
	float:left;
	}
	.hdr_main_text {
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#CC0000;
		margin-left:5px;
		}
	.hdr_sub_text {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		margin-left:15px;
		}

#header_right {
	width:350px;
	height:80px;
	float:right;
	font-size:10px;
	margin-top:10px;
	}

		

#vertnavbar {
	width:100%;
	height:30px;
	}
	
#navbuttons {
	width:100%;
	height:30px;
	background-color: #D3D3D3;
	}
	
#bar {
	width:100%;
	height:30px;
	background-color: #CC0000;
	}	

#navbuttons ul {
	display: inline;  
	list-style: none;
	
	}

#navbuttons li {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	display: inline;
	list-style: none;
	float:left;
	border-left:2px #333333 solid;
	border-top:none;
	border-bottom:none;
	border-right:none;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
}
	
#navbuttons li a {
	color:#333333;
	text-decoration:none;
	}
#navbuttons li a:hover {
	color:#CC0000;
	}

#navbuttons li.first {
	border-left:none;
	}

#navbuttons li.last {
	border-right:2px solid #333333;
	}
	

#content {
	width:600px;
	margin:6px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#footer {
	border-top:1px solid #CC0000;
	width:100%;
	height:15px;
	font-size:10px;
	}
	
	
		
