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

body{
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../global/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a{
	color: #3078CF;
	text-decoration: none;
}
p , ol, ul, li{
	margin: 0px;
	padding: 0px;
}


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

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

a:hover{
	color: #FFFFFF;
	background-color: #3078CF;
}



img {
	border: 0;
	display: block;

}

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

#masterWrapper {
	width:100%;
	margin: 0px;
	padding: 0px;
	}
#mastheadWrapper {
	background-color: #010206;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#masthead {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	background-image: url(../masthead/masthead.jpg);



}
#mastheadLinks {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	float: right;
	margin-top: 25px;
}


#banner {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}

#menuBar {
	height: 24px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../graphics/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	padding: 0px;
}

#menuBar a{
	text-decoration: none;
	color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#menuBar a:link{
	text-decoration: none;
}

#menuBar a:visited{
	text-decoration: none;
}

#menuBar a:hover{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}
#columnsWrapper {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;

}
#leftColumn{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: normal;
	width: 600px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#leftColumn p{
	line-height: 1.3;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftColumn ul {
	line-height: 1.2;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#leftColumn ul ol {
	line-height: 1.2;
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: circle;
}


#leftColumn ol {
	line-height: 1.2;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 28px;
}




#rightColumn{
	float:right;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #4B3F33;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightColumn p {
	line-height: 1.2;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rightColumn ul {
	line-height: 1.2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: -10px;
}



.clearDiv {
	clear: both;
	height: 1px;
}


/***********************************************/
/* Styles                                      */
/***********************************************/

.bold {
	font-weight: bold;
}
.smallPrint {
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
}
.title {
	display: block;
	margin-bottom: -10px;
}
.clearDownSidebar {
	margin-bottom: 10px;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #152E71;
}
.headlineByline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #666;
}
.underline {
	text-decoration: underline;
}
:focus {
	outline: 0;
	}
