/***********************************************/
/* Fluid 2-column                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333;
	background: #ddd;
	line-height: 1.166;	
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	height:100%;
}

a:link, a:visited, a:hover {
	color:#0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
	font-family: Arial,sans-serif;
}

#masthead h1{
 font-family:Georgia, "Times New Roman", Times, serif;
 font-style:italic;
 font-size: 150%;
 color: #334d55;
 padding-top:25px;
 text-align:center;
}

h1{
 font-size: 150%;
 color: #006699;
 text-align: center;
}

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

h3{
 font-size: 100%;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {

	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	bmargin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;

	padding: 0px;
	
	width:80%;
	margin-left:auto;
	margin-right:auto;

}
#wrapper2{

	position:relative;
	bottom:6px;
	right: 6px;
	padding:6px;
	margin: 0px 0px 0px 0px;
}

#main {
	background:#fff;
	width:98%;
}
#masthead {
	background:#fff;
	margin: 0;
	height: 80px;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image:url(images/bg1.gif);
	background-repeat:repeat-x;
}
#logo {
	width:190px;
}

#navBar {
	width:190px;
	background-color: #B6F0F3;
	border-bottom: 1px solid #ccc;
	vertical-align:top;
}
#content {
	width:100%;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
}
#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666;
}

#footer img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 10px 30px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

label {
	display:block;
	float:left;
	font: bold 100% Arial,sans-serif;
	text-align:right;
	width: 130px;
	padding-right:5px;
}
input {
display:block;
float:left;
}
br {
	clear: left;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	/*position: relative;*/
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

th {
	text-align:left;
	font-weight:bold;
}