html {
		scrollbar-3d-light-color: red;
		scrollbar-arrow-color: #eeeeee;
		scrollbar-base-color: grey;
		scrollbar-dark-shadow-color: #eeeeee;
		scrollbar-face-color: #C40B30;
		scrollbar-highlight-color: #eeeeee;
		scrollbar-shadow-color: #eeeeee;
		scrollbar-track-color: #eeeeee;
	}
body{
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
}

h3{
 font-family: Bookman Old Style;
 font-size: 220%;
 color: #000066;
 margin: 0px;
 padding: 0px;
 text-align:center;
}
a{
 font-family: Monotype Corsiva;
 font-size: 150%;
 color: #000066;
 margin: 0px;
 padding: 0px;
 text-align:left;
}

a:link{
	color: #000066;
	text-decoration: none;
}

a:visited{
	color: #000066;
	text-decoration: none;
}

a:hover{
	color: #000066;
	text-decoration: underline;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	background-color: #eeeeee;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}



#content{
	float: left;
	width: 60%;
	padding: 20px;
	margin: 0px;
	border: thin dotted #999999;
	background-color: #FFFFFF;
}
#img{
	float:left;
	margin-right: 15px;
}
#content p{
	font-family: TechnicalDi;
	font-size: 24px;
	color: #000000;
	font-weight: 700;
}
#content .num{
	font-family: TechnicalDi;
	font-size: 24px;
	color: #000000;
	font-weight: 700;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	font-family:ParkAvenue;
	font-size:72px;
	font-weight: bold;
 	color: #E3042C;
	margin: 0;
	padding: 0 0 0 10px;
}
#siteName span{
        font-family:Betina;
        font-size:50px;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	float:right;
	width:70%;
	text-align:justify;
	margin:0px;
	position: relative;
	padding: 0px;
}

#sectionLinks a {
	font-family:Betina;
	font-weight:700;
	color:#000000;
	background-color:#C40B30;
	border-bottom: 4px #00FF00 solid;
	font-size: 100%;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	border-bottom: 4px #FF6600 solid;
}

#sectionLinks a:active{
	background-color: #dddddd;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
}