body {
	background-color: #00436A;
	scrollbar-arrow-color: #0066C8;
	scrollbar-3dlight-color: #4F4F82;
	scrollbar-darkshadow-color: #4F4F82;
	scrollbar-face-color: #f4f4f0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #ffffff;
}

@media screen {

body.white  { background : #fff; }

body.white #headerbg { 	
	background-image: url(../images/logo2.gif);
	background-repeat: no-repeat;
	height: 66px;
	padding: 10px;
}
 
body.white .bluebg {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
	
body.white #footer {
	color: #00436A;
}

screen-switcher {
	font-size:8px;
	font-family:Arial;
}

}

/* ------------------------- HEADER TAGS ------------------------*/

.bluebg {
	background-color: #00436A;
	width: 800px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

#headerbg {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 66px;
	padding: 10px;
}

#header {
	visibility: hidden;
}

/* ------------------------- MAIN NAVIGATION ------------------------*/

.tanbg {
	background-color: #DFDBAC;
	width: 800px;
	margin: 0 auto;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-indent: 5px;
	color: #00436A;
	font-weight: normal;
	line-height: 12px;
}

#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	color: #00436A;
	margin-top: 3px;
	margin-bottom: 3px;
} 

#pipe ul li {
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0;
}

#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#pipe a {
	text-decoration: none;
	color: #00436A;
}

#pipe a:hover {
	text-decoration: underline;
}

/* ------------------------- LEFT CONTENT ------------------------*/

#leftRail {
	float:left;
	width:150px;
	margin-left:-148px;
	position:relative;
	background-color: #003453;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #DFDBAC;
	border-left-color: #DFDBAC;
	color: #FFFFFF;
	font-family:Garamond, Georgia;
	font-size:14px;
	font-weight:bold;
	line-height:32px;
	margin-top:3px;
	padding:0;
}

#leftRail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftRail ul li {
	text-indent: 10px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	padding: 0;
}

#leftRail ul li a {
	display: block;
	margin-bottom: 1px;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #003453;
}

#leftRail ul li a:hover{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #003453;
}

#leftRail ul li ul {
	background-color: #FFFFFF;
	color: #003453;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#leftRail ul li ul li {
	margin: 0 5px 0 15px;
	text-indent: 0px;
	border: none;
}

#leftRail ul li ul li a{
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #003453;
	border: none;
}

#leftRail ul li ul li a:hover{
	text-decoration: underline;
}

input {
	color: #0E5993;
	border: 1px solid #0E5993; 
	background-color: #FFFFFF;
	font-family: verdana, sans-serif;
	vertical-align: middle;
}

.name{
	margin:0;
}

#cc .buttons {
	background-color: none;
	border: 1px solid #400000; 
	font-family: verdana, sans-serif;
	color: #400000;
	font-size: 10px;
}

/* ------------------------- MAIN CONTENT ------------------------*/

#container {
	background-color:#FFFFFF;
	width:800px;
	margin:0 auto;
	padding:0;
	position:relative;
	clear:both;
}

#main{
	background-color:#FFFFFF;
	float:left;
	width:500px;
	border-left:150px solid #FFFFFF; /* The width and color of the left rail */
	border-right:150px solid #FFFFFF; /* The width and color of the right rail */
}

#center{
	float:left;
	width:450px;
	margin-right:-450px;
	position:relative;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
	line-height: 10px;
	padding: 10px;
}

#breadcrumb a {
	text-decoration: none;
	color: #999999;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

h2 {
	font-family: Garamond, Georgia;
	font-size: 24px;
	color: #00436A;
	margin-right: auto;
	line-height: 28px;
	padding-left: 10px;
	margin-bottom:0;
	margin-top:0;
}

h3 {
	font-family: Georgia, Garamond;
	font-size: 14px;
	font-style:italic;
	font-weight:normal;
	color: #00436A;
	line-height: normal;
	padding-left: 10px;
	margin:0;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	color: #000000;
	line-height: 16px;
}

.bodylist {
	list-style-position: inside;
	list-style-type: square;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contact {
	border:1px solid #00436A;
	margin-bottom:14px;
	padding-bottom:8px;
	width:150px;
	float:right;
	margin-top:-14px;
	margin-left: 3px;
}

.contact h5{
	background-color: #00436A;
	color: #FFFFFF;
	font-family: Garamond, Georgia;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin-bottom:8px;
	margin-top:0;
}

.contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height:10px;
	margin:5px 0;
	padding-left:10px;
}

/* ------------------------- TAG CLOUD ------------------------*/

#center ul.tagcloud {
	padding: 5px 0 5px 10px;
	margin: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:20px;
	background-color: #EFEFEF;
	text-align:center;
}

#center ul.tagcloud a {
	text-decoration:none;
	color:#336699;
}

#center ul.tagcloud a:hover {
	text-decoration:underline;
}
 
#center ul.tagcloud li {
    display: inline;
    list-style: none;
    background-image: none;
    padding: 0 10px 0 0;
    margin: 0;
}
 
#center ul.tagcloud li a {
    background-image: none;
    padding: 0;
    margin: 0;
}

#center ul.tagcloud li.big {
	font-size:18px;
}

#center ul.tagcloud li.medium {
	font-size:14px;
}

#center ul.tagcloud li.small {
	font-size:10px;
}

/* ------------------------- RIGHT CONTENT ------------------------*/

#rightRail{
	border-left-color: #DFDBAC;
	border-left-width: 1px;
	border-left-style: solid;
	width:170px;
	color: #666666;
	font-family:Garamond, Georgia;
	font-size: 14px;
	font-weight: normal;
	margin-top:50px;
	padding-top:0;
	padding-right:2px;
	padding-bottom:10px;
	padding-left:2px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	float: right;
	margin-right: -140px;
}

/*------------------------ FEEDBURNER BLOCK ------------------------*/

.feedburnerFeedBlock {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin:0;
	padding-left:5px;
	text-align:left;
	text-decoration: none;
	width:170px;
}

.feedTitle {
	font-family: Garamond, Georgia;
	font-size: 16px;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	padding-bottom:14px;
}

.feedburnerFeedBlock ul {
	list-style-type: none;
	margin-left:0;
	padding-left:0;
	margin-bottom:0;
	padding-bottom:0;
}

.feedburnerFeedBlock ul li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding-bottom: 12px;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

.headline a {
	text-decoration: none;
	color: #00436A;
}

.headline a:hover {
	text-decoration: underline;
}

#creditfooter {
	visibility: hidden;
}

.more {
	display:block;
	background-color:#00436A;
	color:#FFFFFF;
	font-family:Garamond, Georgia;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-right:15px;
	padding-bottom:3px;
	padding-top:3px;
	width:50px;
	right:5px;
	bottom:5px;
	float:right;
}

.more a {
	text-decoration: none;
	color: #FFFFFF;
}

.more a:hover {
	text-decoration: underline;
}

/* ------------------------- FOOTER TAG ------------------------*/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	clear: both;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
}
.storycap {
	border:1px solid #00436A;
	margin-bottom:14px;
	padding-bottom:8px;
	width:150px;
	float:right;
	margin-top:0px;
	margin-left: 3px;
}
.storycap h5 {
	background-color: #00436A;
	color: #FFFFFF;
	font-family: Garamond, Georgia;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin-bottom:8px;
	margin-top:0;
}
.storycap p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height:10px;
	margin:5px 0;
	padding-left:10px;
}
