/* CSS Document */

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#34264f;
	margin:0;
	padding:0;
	background:url(images/siteBG.png) repeat-x top left;
	background-color:#f5f4ff;
}

#site {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#header {
	width:1000px;
	margin-left:0;
	height:150px;
	margin-bottom:0;
}

#logo {
	width:722px;
	float:left;
	margin-left:23px;
	height:150px;
	background:url(images/logo2.png) no-repeat;
}

#title {
	width:250px;
	float:left;
	text-align:right;
	color:#fff;
	margin-top:127px;
	vertical-align:bottom;
	font-size:1.8em;
	font-weight:bold;
	font-style:italic;
}

#mainmenu {
	clear:both;
	width:505px;
	float:right;
	margin-top:0;
	padding-top:0;
	margin-right:25px;
}
* html #mainmenu{margin-top:-150px;width:550px;}

.menuitem {
	width:100px;
	float:left;
	margin-left:1px;
	height:40px;
	margin-top:0;
	padding-top:0;
	background:url(images/mainmenu/menuBG.png) no-repeat;
	overflow:hidden;
}
.menuitem:hover {
	margin-top:0;
	padding-top:0;
	background:url(images/mainmenu/menu_overBG.png) no-repeat;
	overflow:visible;
}

.menuitem a img:hover {
	padding-top:8px;
}


#container {
	width:1000px;
	height:100%;
}

#contentCol {
	width:756px;
	float:left;
}
#rightCol {
	width:242px;
	float:left;
	margin-left:1px;
}

#subsection {
	clear:both;
	width:1000px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:1px ridge #443266;
}
#footer {
	width:1000px;
}
.foottext {
	color:#443266;
	font-size:1.0em;
	font-style:italic;
	margin-top:6px;
	margin-left:20px;
	text-align:left;
}



#post {
	text-align:left;
	margin-left:25px;
}
#post h2 a {
	font-size:1.4em;
	color:#443266;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:0px;
}

#post h2 a:hover {
	font-size:1.4em;
	color:#443266;
	font-weight:bold;
	text-decoration:underline;
}
#post h2 a:visited {
	font-size:1.4em;
	color:#8d8dcf;
	font-weight:bold;
	text-decoration:none;
}
#post small {
	font-size:1.0em;
}
.entry {
	font-size:1.2em;
}

#rightCol ul li {
	list-style:none;
	padding:0;
	margin-left:0;
	text-align:center;
}
#rightCol ul li ul  {
	padding:0;
	margin-left:0px;
	text-align:center;
}
