/***** Main *****/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 auto;
	margin:0 auto;
	background-position:top;
	background-color:#41547c;
	line-height:15px;
	color:#666666;
}

#clearBoth{
	clear:both;
}

a:link, a:visited {
	font-weight:bold;
	color:#ea9b33;
}

a:hover {
	font-weight:bold;
	color:#ea9b33;
}

/***** Page headers *****/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	margin:0 auto;
	background-position:top;
	color:#41547c;
	line-height:25px;
	font-weight:normal;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin:0 auto;
	background-position:top;
	line-height:18px;
	color:#666666;
	font-weight:normal;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#666666;
	font-weight:normal;
}

#container {
	width:960px;
	margin:0 auto;	
	padding:0 auto;
}

/***** Nav *****/

#header {
    width:960px;
    font-size:14px;
	background-color:#41547c;
	font-family:Georgia, "Times New Roman", Times, serif;
    }
	
#header ul {
    margin:0 auto;
	padding:30px 0px 0px 0px;
    list-style:none;
	text-align:center;
    }
	
#header li {
    float:left;
    margin:0;
    padding:0;
	background:url("images/tab_right_blue.jpg") no-repeat right top;
    }
	
#header a {
    display:block;
	background:url("images/tab_left_blue.jpg") no-repeat left top;
	padding:5px 19px 5px 19px; 
	text-decoration:none;
	font-weight:normal;
	color:#d9e2fb ;
    }
	
#header a:hover { 
	color:#ea9b33  ;
    }
	
#header #current {
    background-image:url("images/tab_right.jpg");
	color:#ea9b33  ;
    }
	
#header #current a {
    background-image:url("images/tab_left.jpg");
	color:#ea9b33  ;
    }
		
/***** Content *****/

#content {
	width:960px;
	background-color:#fff3c3;
	background: url("images/full_backdrop.jpg") repeat-y;
	min-height:550px;
}

#leftBucket{
	float:left;
	width:235px;
}

#middleBucket{
	float:left;
	width:490px;
}

#rightBucket{
	float:left;
	width:235px;
}

#BucketText{
	padding:10px 10px 10px 10px;
}

/***** Doc Div *****/

#orange_line{
	float:left;
	width:490px;
	background-color:#ea9b33;
	height:5px;
}

#doc_div{
	float:left;
	width:470px;
	padding:20px 10px 10px 10px;
	background-color:#FFFFFF;
}

#doc_div_left{
	float:left;
	width:230px;
}

#doc_div_right{
	float:right;
	width:230px;
}

/***** Footer *****/

#footer {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:12px;
	color:#d9e2fb;
	text-align:center;
	padding:10px 10px 10px 10px;
}

#footer a {
		font-weight:normal;
}