@charset "utf-8";
/* CSS Document */

/* Reset HTML Elements */
body, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table, input, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
form {
	margin:0;
	padding:0;
}
img {
	border:0;
}

/* HTML Element Selectors */
body{
	color: #262626;
	background-color: #f4f4f4;
	font: normal 14px/18px Verdana, sans-serif;
}
img{
	border:none;
}

/* IDs */
#container{
	margin: 0 auto;
	text-align: left;
	width:600px; 
	background:#006;
	overflow:hidden;
	
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}
#header{
	color:#fff;
	background-color:#3B3B3B;
	padding:5px 10px;
	font-weight:bold;
	font-variant:small-caps;
}
#footer{
	text-align:right;
	font-size:55%;
	color:#fff;
	background:#000;
	padding:2px 5px;
}
#nav{
	float:right;
}
#home{
	float:left
}

/* Classes */
.border{
	border:1px solid #999;
}
.navRow{
	background: #fff;
	padding:5px 10px;
	font-size: 80%;
	height:10px;
	line-height:10px;
}
.contentRow{
	padding: 3px 10px 10px;
	font-size: 80%;
}
.headerRow{
	font-size: 85%;
	color: #262626;
	font-weight: bold;
	padding:5px 10px 2px 10px;
	background-color: #ccc;
}
.head{
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
.headgray{
	/*font-size: 85%;
	color: #CCCCCC;*/
	font-weight: bold;
}
.med{
	/*font-size: 80%;*/
}
.small{
	/*font-size: .8em;*/
	color:#333333;
}
div.contentRow tr.small{ /* for screenshot captions */
	line-height:8px;
}	
.hidden{ 
	display: none; 
}
.unhidden{ 
	display: block; 
}

/* Pseudo Class Selectors */
a:link{
	color: #24365B;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
a:visited{
	color: #3B5998;
}
.navRow a{
	padding: 0px 5px;
	margin-bottom: 2px;
}
