
* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(../images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

input, textarea {
	background: #FFFFFF url(images/img09.gif) repeat-x;
	border: 1px solid #CCCCCC;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	height:16px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

	A.stories:link {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		font-style: normal;
		line-height: 13pt;
		color: #000000;
		text-decoration:none;
	}

	A.stories:Visited {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		font-style: normal;
		line-height: 13pt;
		color: #000000;
		text-decoration:none;
	}

	A.stories:Active {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		font-style: normal;
		line-height: 13pt;
		color: #000000;
		text-decoration:none;
	}

	A.stories:Hover {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		font-style: normal;
		line-height: 13pt;
		color: #FF0000;
		text-decoration:none;
		
	}	



/* Logo */

#logo {
	width: 870px;
	height: 135px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 75px;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: #252E3A url(images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 227px;
}

#search fieldset {
	border: none;
}

#search input {
	float: left;
}

#search #s {
	width: 136px;
	margin-right: 7px;
	padding: 2px 5px;
}

#search #x {
	background: none;
	border: none;
}



/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 45px 25px;
	background: url(images/img05.gif) no-repeat;
}

/* Contest */

.contestTitle {font:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#000000; font-style:normal;
}
.contestBody {font:Arial, Helvetica, sans-serif; font-size:11px; color:#999999; font-style:normal;
}
.contestDate {font:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#4eaea3; font-style:normal;
}
.contestWin {font:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#ffffff; font-style:normal;
}
.contestForm {font:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#000000; font-style:normal;
}

.FeaturedLink {font:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#000000; font-style:normal;
}





/* Content */

#content {
	float: left;
	width: 603px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 253px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

/* Calendar */

	a.CalenderLink {
		color:#FFFFFF;
		text-decoration:none; font-size:12px;
}
	a.CalenderLink:link {
		color:#FFFFFF; font-size:12px;
}	
	a.CalenderLink:active {
		color:#FFFFFF; font-size:12px;
}
	a.CalenderLink:visited {
		color:#FFFFFF; font-size:12px;
}
	a.CalenderLink:hover {
		color:#006666; font-size:12px;
}

/* Calendar */

	a.bottomLink {
		color:#FFFFFF;
		text-decoration:none; font-size:11px;
		font-weight:bold;
}
	a.bottomLink:link {
		color:#FFFFFF; font-size:11px;
		font-weight:bold;
}	
	a.bottomLink:active {
		color:#FFFFFF; font-size:11px;
		font-weight:bold;
}
	a.bottomLink:visited {
		color:#FFFFFF; font-size:11px;
		font-weight:bold;
}
	a.bottomLink:hover {
		color:#9900CC; font-size:11px;
		font-weight:bold;
}

TD.CalendarFont {font:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#FFFFFF; line-height:22px;}
TD.CalendarHeader {font:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#FFFFFF}

/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	background: url(images/img05.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

/* Button Bar */


TD.button {
	background: url("../images/topbuttons.jpg")   no-repeat;
	background-position: 0px 0;
	cursor:pointer;
	width:104px;
	border:none;
	height:21px;
	font-size:11px;
	font-weight:bold;
}
TD.buttonMouseOver {
	background: url("../images/topbuttons.jpg") no-repeat;
	background-position: 0px -21px;
	cursor:pointer;
	width:104px;
	border:none;
	height:21px;
	font-size:11px;
	font-weight:bold;	
	color:#FFFFFF;
}
TD.buttonSelected {
	background: url("../images/topbuttons.jpg") no-repeat;
	background-position: 0px -42px;
	cursor:pointer;
	width:104px;
	border:none;
	height:21px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}


/* Top Graphic */

TD.HeaderGraphic { background: url("../images/top.jpg") no-repeat;
}

/* Home Page Search Button */

INPUT.buttonGraphic {background: url("../images/go.png") no-repeat; border:none; cursor:pointer; height:19px; width:26px; position:relative; top:1px;
}

/* Body TD Background */

TD.whiteBackground { background-color:#FFFFFF;
}

/* Main Table  */

Table.whiteBackground { background-color:#FFFFFF;
}

/* Side Button */

TD.ocweeklyButton {
		background-image:url(../images/sidebarbutton.jpg);
		background-repeat:repeat-x;
		height:21px;
		color:#333333;
		padding-left:15px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		cursor:pointer;
	}

TD.ocweeklyButtonOver {
		background-image:url(../images/sidebarbutton.jpg);
		background-repeat:repeat-x;
		background-position: 0px -21px;
		height:21px;
		color:#333333;
		padding-left:15px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		cursor:pointer;
	}
	
TD.Background {background-image:url(../images/transbackground.png); background-repeat:no-repeat; background-position:top;}	

/* Back Button */

/* 
TD.BackgroundLeft {background-image:url(../images/left.png); background-repeat:no-repeat;}
TD.BackgroundRight {background-image:url(../images/right.png);
		background-repeat:no-repeat;}
*/