@charset "UTF-8";
/* CSS Document */

body{
	background: #666666 url('images/bodybg.jpg') repeat-x 0 0;
	font-size: 14px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #242424;
}
h1,h2,h3,h4,h5,h6{color:#394197;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#394197;}
h1{
	font-size:32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:5px 0 15px 0;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:24px;
}
h4{margin:5px 0;}
p{margin:15px 0;}
a{color:#394197;}
a:hover{color:#000000;}
a:visited{color:#394197;}
a:visited:hover{color:#000000;}

ol li { list-style:decimal; margin-bottom:10px; }
ol li li { list-style:lower-alpha; margin-bottom:0; }
ol li li li { list-style:lower-roman; }
ol li li li li { list-style:decimal; }

#container{
	width:950px;
	margin:0 auto;
}
#contenttop{
	background: transparent url('images/topbg.png') no-repeat 0 0;
	height: 20px;
}
#contentwrapper{
	background: transparent url('images/contentbg.png') repeat-y 0 0;
	padding:10px 40px 20px 40px;
}

#navigation{
	width:890px;	/*	780px;	*/
	margin:0 auto;
	text-align:center;
	height:30px;
}
#navtab{
	float:left;
	background:transparent url('images/navigation.png') no-repeat 0 0;
	width:130px;
	height:30px;
	line-height:30px;
	color:#394197;
}
#navtab a{
	text-decoration:none;
}

#header{
	height: 85px;
}
#header a{
	text-decoration:none;
}
#header .logo{
	float: left;
	border:0;
}
#header #casey-image{
	float:right;
	width:80px;
	padding:0px;
	margin:0px;
}
#header #blogtitle{
	margin-left: 72px;
}
#header .dollar{
	font-size:36px;
}
#header h1{
	font-size: 32px;
	line-height:34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #394197;
	margin:5px;
}
#header h2{
	font-size: 14px;
	line-height:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #323232;
	margin:5px;
}

#sidebar{
	width:230px;
	float:right;
}
#sidebar #sideblock{
	background:#edeef6;
	border:1px solid #cdcfdf;
	padding:5px 20px;
	margin-top:10px;
}

#content{
	width:620px;
}
#contentblock{
	background:#edeef6;
	border:1px solid #cdcfdf;
	padding:5px 20px;
	margin-top:10px;
}

#footer{
	height:42px;
	background: url('images/bottombg.png') no-repeat bottom;
	text-align:center;
	padding:5px 40px;
}

.centered a{
	font-size: 13px;
}
.centered li{
	font-weight:bold;
	line-height:24px;
}
.centered h1{
	font-size:28px;
}
.centered h3{
	font-size:18px;
}
.centered{
	font-size:12px;
}

