/***********************************************/
/* single_column.css                           */
/* Use with index.html                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	Background-color:#333333;
	color: #999999;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #669900;
	text-decoration: none;
}

a:visited {
	color: #666600;
	text-decoration: none;
}

a:hover {
	color: #66FF00;
	text-decoration: underline;
}

/* end of generic link rules */

h1, h2, h3, h4, h5 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 200%;
	color: #666666;
	font-style: oblique;
	font-weight: bold;
}

h2{
	font-size: 114%;
	color: #666666;
}

h3{
	font-size: 110%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4{
	font-size: 90%;
	font-weight: bold;
	color: #666666;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	clear: both;
	white-space: nowrap;
	width: 100%;
	padding: 15px 0px 64px 0px;
	border-bottom: 6px ridge #999999;
}

#content{
	clear: both;
	padding: 10px 20px 5px 20px;
}

#siteInfo{
	clear: both;
	padding: 4px 20px 26px 20px;
	border-top: 3px ridge #cccccc;
	border-bottom: 3px ridge #cccccc;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#mastheadImg{
	float: left;
	padding: 0px 0px 0px 20px;
}

#mastheadNav{
	float: right;
	padding: 32px 20px 0px 0px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 90%;
	font-weight: bold;
	padding: 0px; 
}

/************** .primary classes ***************/

.primary{
	padding: 0px;
}

.primaryImg{
	margin: 36px 0px 15px 0px;
}

.primaryNav{
	padding: 0px;
}

.primaryNav a {
	font-size: 90%;
	font-weight: bold;
	padding: 0px; 
}
/************* #siteInfo styles ***************/

#siteNav a{
	float: left;
	padding: 0px;
	font-size: 80%;
	font-weight: bold;
}

#siteCopyright{
	float: right;
	padding: 2px 0px;
	font-size: 80%;
	white-space: nowrap;
}

/************** .border styles ***************/

.logoBorder{
	border: thin solid #CCCCCC;
}

.imageBorder{
	border: 9px ridge #999999;
}

/************** .badbrowser styles ***************/

.badBrowser{
	display: none;
}
