

body {
	margin: 20px 0;
	padding: 10px;
	background: #4600a0 url(images/MVC-907F.gif);
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #666699;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0;
	font-family: "Segoe Print", sans-serif;
	font-weight:600;
	color: #4600a0;
}


h2 {
	font-family: "Adobe Caslon Pro", serif;
	text-align: center;
}

h3 {}

blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #FF6600;
}

a:hover {
	color:#99FFFF;
	text-decoration: none;
}

/* Menu */

.menu{
	width: 700px;
	height: 35px;
	margin: 0 auto;
	font: bolder small Verdana, Arial, Helvetica, sans-serif;
	border: 10px solid #4600a0;
	background: url(images/indentbg.png) center center repeat-x;
}

.menu ul{
width: 100%;
margin: 0;
padding: 0;
}

.menu ul li{
display: inline;
}

.menu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 15px;
text-decoration: none;
}

.menu ul li a:visited{
color: white;
height: 25px;
background: url(images/indentbg.png) center center repeat-x;
}

.menu ul li a:hover, .menu ul li .current{
height: 25px;
color: #ffffff !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(images/indentbg2.png) center center repeat-x;
}

.small{
	font-size: 70%;
	}

/* Header */

#header {
	width: 700px;
	height: 90px;
	margin: 0 auto;
	background: url(images/logo2.png) no-repeat 0px 60%;
	border: 10px solid #4600a0;
	border-top: none;
}

#header h1 {
	padding: 70px 8px 0 0px;
	font-size: 1.6em;
	text-align: right;
	font-weight:bold;
	color: white;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: 1em;
	}

#header a {
	text-decoration: none;
	color: #3399cc;
}

/* Content */

#content {
	width: 700px;
	height: auto;
	margin: 0 auto;
	border: 10px solid #4600a0;
	border-top: none;
}

.col-one {
	float: left;
	width: 175px;
	font-size: .9em;
	}

.col-two {
	float: right;
	width: 459px;
	padding-left: 20px;
	border-left: 1px solid #4600a0;
	}

.two-cols {
	float: center;
	background: #ffffff;
	}


/* Boxes */

.box {
	float: left;
	width: 459px;
}

.box-blue {
	background: url(images/indentbg2.png) repeat-x;
}

.box-blue .section {
	font-size: 150%;
	color: #ffffff;
}

.box-blue .section b {
	display: block;
}

.box-blue .content {
	background: url(images/img13.gif) repeat-x;
}

/* Banner */

#banner {
	float: inherit;
	width: 100%;
	background-color:#3399CC;
}

#title {
	padding: 20px 0;
	background: #3399cc;
	border-bottom: 10px solid #4600a0;
}

#title .title {
	float: left;
	width: 190px;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.9em;
	color: #4600a0
}

#title .intro {
	float: right;
	width: 459px;
	padding: 0 20px;
	border-left: 1px solid #4600a0;
	color: #ffffff
}

#title .meta {
	clear: both;
}

/* Posts */


#body {
	float: inherit;
	padding: 20px;
	background: #ffffff;
	border-left: 1px solid #4600a0;
}



#posts .story {
	background: #ffffff;
	width: 389px;
	}

#posts .meta {
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 230px;
	height: 450px;
	padding: 20px;
	background: #ffffff;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#links li ul {
	padding: 15px 20px 30px 20px;
}

#links li li {
	padding: 3px 0;
}

#links li a {
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #4600a0;
}

#footer a {
	color: #FFFFFF;
}


