body {
	color: #1e1e1e;
	margin: 0 auto;
	font-family: Verdana;
	font-size:12px;
	line-height: 140%;
	background-color: #9C0363;
	padding:5px;
	background-repeat: repeat-x;
}
a {
	color: #CC0066;
	text-decoration: underline;
}

a:hover {
	color: #FF0066;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
	text-align: justify;
}
h1 {
	color: #003366;
	margin: 0px 0px 2px;
	padding-bottom: 3px;
	font-size: 150%;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	border-bottom: 2px solid #9c0363;
	
}
h1 a {
	text-decoration: none;
}
h2 {
	color: #006699;
	padding-bottom: 3px;
	font-size: 150%;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	text-decoration: none;
	margin: 10px 0 10px 0;
	border-bottom: 2px solid #cccccc;
}

h3, h5 {
	color: #CC0033;
	margin: 10px 0px;
	padding: 5px 0px 0px;
	font-size: 100%;
	border-bottom: 1px solid #FF9999;
	font-weight: bold;
}

h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h5 a {
	text-decoration: none;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 950px;
	background-color: #f7f5c9;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
.upper-text {
	margin: 0px auto;
	width: 950px;
	color:#FFF;
	text-align:center;
	font-weight: bold;
}
/* header area */
#header {
	border-bottom: 0px solid #330033;
	position: relative;
	text-align: right;
	padding:8px 0 0 0;
	margin:0;
	background: url(images/header-bg.gif) no-repeat top;
}
#headerimg {
	margin: 0px;
	padding-top: 0 10px 10px 0;
	height: 60px;
}
#nav {
	list-style: none;
	height: 33px;
	padding: 0;
	margin: 0;
	background:#003366 url(images/navBg.gif) repeat-x;
	border-top:1px solid #6292BD;
		
}
#nav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
    color: #FFFFff
}
#nav li . a, #nav li . a:visited{
	color: #FFFFff;
	text-decoration: none;
	background-color: #036;
	background-image: url(images/navBgOver.gif);
	background-repeat: repeat-x;
}
#nav li a{
	color: #FFFFff;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: 33px;
	font-weight: bold;
	padding: 0 8px 0 8px;
	margin: 0;
	border-right:1px solid #0E3153;
    border-left:1px solid #3D71A5;
	
}
#nav li a:hover {
	color: #FFFFCC;
	background-color:#903;
}

/* content area */
#content {
	width: 585px;
	float: right;
	overflow: hidden;
	padding:10px 10px 10px 10px;
	background-color: #FFF;
}
.post {
	clear:both;
	padding-top: 0px;
}
.postSpan {
	background-color: #0066CC;
	border: 1px solid #006699;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	color: #FFFFCC;
	margin:5px 10px 5px 2px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #ffffff;
	border: 0px;
}

.navigation {
	clear: both;
	padding: 10px 10px;
}
.navigation a, .navigation a:visited {
	color: #A8298A;
}

/*sidebar */
#sidebar {
	float: right;
	width: 160px;
	color: #666666;
	overflow: hidden;
	margin-right: 5px;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	color: #FFFFFF;
	padding:5px 0 5px 5px;
	font-weight: bold;
	margin:5px 0 0 0;
	background-color: #002590;
	border-bottom-width: 0px;
	font-size: 100%;
	background-image:url(h2bg.gif);
	background-repeat: repeat-x;
}
/*sidebar text styles */
#sidebar a {
	color: #003366;
	font-weight: bold;
	font-size: 86%;
	text-decoration: none;
}
#sidebar a:hover{
	color: #000000;
	text-decoration: underline;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}




/* footer area */
#footer {
	clear: both;
	font-size: 95%;
	line-height: 130%;
	text-align: center;
	color: #FFFFFF;
	background-color: #036;
	padding: 5px 0 5px 0;
	height: 40px;
	
}
#footer a, #footer a:visited {
	color: #ffffff;
}
.contact {
	padding:0 10px 0 5px;
}
.footerlogos {
	text-align:center;
	background-color: #036;
	height:50px;
}
.copy {
	text-align:center;
	background-color: #036;
	color: #FFF;
	padding-bottom:10px;
}
.smallBox {
	padding: 5px;
	margin-bottom: 10px;
	line-height: 130%;
	overflow: hidden;
	background-color: #FFF;
	vertical-align: top;
	color: #333333;
	border: 1px solid #8c0052;
}
.smallBox span {
    color: #cccccc;
	font-weight: bold;
	font-size: 95%;
	float: right;
    line-height: 130%;
	background-color: #f3f3f3;
	text-align: center;
	text-transform: uppercase;
	background: url(images/us-bingo.gif) no-repeat left center;
	padding-top: 2px 5px 2px 24px;
	border: 1px solid #CCCCCC;
}
.smallBox img {
	padding: 2px;
	margin: 0 5px 0 5px;
	float: left;
	border: ffffff;
	background-color: #FFFFFF;
}
.smallBox h1 {
	font-size: 100%;
	font-weight: bold;
	background-color: #ffffff;
    color: #cc0066;
	padding: 5px;
}
.smallBox h2 {
	font-size: 120%;
	font-weight: bold;
	background-color: #29369D;
	background:url(h2bg.gif) repeat;
	color: #ffffff;
	padding: 5px;
}
.smallBox a {
	padding: 0px;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 110%;
}

#l_sidebar li {
	list-style: none;
	padding:3px 0 3px 6px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #3f2bbc;
	border-bottom: #412ae8 solid 1px;
	border-top:#120758 solid 1px;
}

#l_sidebar {
	width: 162px;
	float: left;
	border: 0px solid;
	margin:0 1px 5px 5px;
	padding:0;
	
}

#l_sidebar h2 {
	color: #FFFFFF;
	font-weight: bold;
	list-style: none;
	padding: 5px 0px 5px 7px;
	letter-spacing: 0px;
	margin-top: 5px;
	font-size: 100%;
	background-color: #0A2B99;
	border-bottom-width: 0px;
	background-image:url(h2bg.gif);
	background-repeat: repeat-x;
}
#l_sidebar ul {
	list-style: none;
	margin:0;
	padding:0;
	
}


#l_sidebar ul li a {
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	color: #FFFFFF;
}
#l_sidebar li.current_page_item {
	background-color: #66CCFF;	
}
#l_sidebar ul li a:hover {
	color: #efeb8c;
	text-decoration: underline;
}
#l_sidebar ul li ul li a {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
#holder {
	overflow: hidden;
	width: 775px;
	float: left;
}
