body {
	color: #000000;
	font-family: Verdana;
	font-size: 0.8em;
	background-color: #333366;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
    background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	color: #ffffff;
	margin: 0px;
	padding-top: 5px;
	background-repeat: no-repeat;
    background-color: #333366;
	font-size: 115%;
	text-indent: 10px;
	padding-bottom: 5px;
}
h1 a {
	text-decoration: none;
}
h2 {
	color: #ffffff;
	padding-bottom: 5px;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-color: #333366;
	font-size: 100%;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-indent: 8px;
}
h3 {
	background-color: #f3f3f3;
	font-size: 120%;
	text-indent: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4 {
	color: #A72600;
	margin: 10px 0px 5px;
	font-size: 100%;
}
h5 {
	background-color: #f3f3f3;
	font-size: 120%;
	text-indent: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* header area */
#header {
	border-bottom: 0px solid #330033;
	position: relative;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: -5px;
	padding-left: 0px;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: top;
	height: 80px;
}
#headerimg {
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#nav {
	list-style: none;
	background-repeat: repeat-x;
	height: 33px;
	padding: 0px;
	margin: 0px;
	background-color: #003366;
	background-image: url(images/navBg.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6292BD;	
}
#nav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #FFFFCC;
	text-decoration: none;
	background-color: #FF0066;
	background-image: url(images/navBgOver.gif);
	background-repeat: repeat-x;
}
#nav .page_item a{
	color: #FFFFCC;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: 33px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #0E3153;
	border-left-style: solid;
	border-left-color: #3D71A5;
}
#nav .page_item a:hover {
	color: #FFFFCC;
	background-color: #CC0066;
	background-image: url(images/navBgOver.gif);
	background-repeat: repeat-x;
}

/* content area */
#content {
	width: 1022px;
	float: center;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    border-width: 0px;
	border-style: solid;
    border-color: #cccccc;
}
.post {
	clear:both;
	
}
.post-content {
	background-color: #FFFFFF;
	text-align: justify;
	padding: 20px;
}
.postSpan {
	background-color: #0066CC;
	border: 1px solid #006699;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFCC;
}
.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: #999999;
	border: 0px;
}

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

/*sidebar */
#sidebar {
	float: right;
	width: 200px;
	color: #ffffff;
    background-color: #999999;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
.rightBgOutBlue {
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}
.rightBgOutBlue h2 {	background-image: url(images/);
	background-repeat: no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-indent: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	background-position: top;}
.rightBgOutBlue dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}
.rightBgOutBlue dt {
	width: 200px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B5D8A;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.rightBgOutBlue dd {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 27px;
	background-image: url(images/);
	background-repeat: no-repeat;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-position: center center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #76CAEC;
	font-weight: bold;
}
.rightBgOutBlue a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 95%;
}
.rightBgOutBlue a:hover {
	color: #FFFFCC;
}
.rightBgOutBlue img {
	margin-right: 4px;
	margin-left: 4px;
}

.rightBgOutOrange {
	background-image: url(images/);
	background-repeat: repeat-y;
}
.rightBgOutOrange h2 {
	background-image: url(images/);
	background-repeat: no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-indent: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: bottom;
}
.rightBgOutOrange ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	list-style-type: none;
}
.rightBgOutOrange li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-indent: 8px;
	margin: 0px;
	padding: 0px;
}
.rightBgOutOrange a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	font-size: 95%;
}
.rightBgOutOrange a:hover {
	color: #990000;
}
.rightBgOutOrange span {
	background-image: url(images/);
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	background-position: bottom;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*search form */
#searchform {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 5px;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #ffffff;
	width: 70px;
	height: 18px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {
	clear: both;
	font-size: 95%;
	line-height: 130%;
	text-align: center;
	color: #ffffff;
	background-color: #333366;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer a, #footer a:visited {
	color: #ffffff;
}
#footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.smallBox {
	padding: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	font-size: 95%;
}
.smallBox span {
color: #666666;
	font-weight: bold;
	font-size: 95%;
	float: right;
	background-color: #f3f3f3;
	text-align: center;
	text-transform: uppercase;
	background-image: url(images/us-bingo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 24px;
	border: 1px solid #CCCCCC;
}
.smallBox h1 {
	font-size: 130%;
	font-weight: bold;
	background-color: #DEF7FE;
	padding: 5px;
}
.smallBox a {
	padding: 0px;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 120%;
	color: #CC0033;
	display: block;
	text-decoration: none;
}
#l_sidebar {
	width: 215px;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:0px;
	margin-right:1px;
	border: 0px solid;
	padding: 0px;
    background-color: #999999;
}
#l_sidebar h2 {
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: top;
}
#l_sidebar ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#l_sidebar li {
	list-style: none;
	text-indent: 8px;
	margin: 0px;
	padding: 0px;
}

#l_sidebar ul li a {
	text-decoration: none;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#l_sidebar li.current_page_item {
	font-weight: bold;
	color: #cccccc;
}
#l_sidebar ul li a:hover { color: #cccccc; text-decoration: none; }
#l_sidebar ul li ul li {
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	background-image: none;
	text-indent: 19px;
}
#l_sidebar ul li ul li a{
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	display: block;
	background-color: #cccccc;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
}
#leftBgOut {
	background-image: url(images/);
	background-repeat: repeat-y;
}
#leftBgOut span {
	background-image: url(images/);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 11px;
	display: block;
	background-position: bottom;
}
#holder {
	overflow: hidden;
	width: 1025px;
	float: center;
}
/***************************************
Small reviews
****************************************/
.smallReview  {
	vertical-align: top;
	border: 1px solid #CC0000;
	padding: 0px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
	height: 125px;
}
.smallReview span {
	color: #666666;
	font-weight: bold;
	font-size: 95%;
	float: right;
	text-align: center;
	text-transform: uppercase;
	background-image: url(images/us.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
	height: 24px;
}
.smallReview span.nous {
	color: #666666;
	font-weight: bold;
	font-size: 95%;
	float: right;
	text-align: center;
	text-transform: uppercase;
	background-image: url(images/usNo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
	height: 24px;
}
.smallReview span.rating5 {
	color: #666666;
	font-weight: bold;
	font-size: 95%;
	float: right;
	text-align: center;
	text-transform: uppercase;
	background-image: url(images/rating5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 24px;
	width: 78px;
}
.smallReview span.rating4 {
	color: #666666;
	font-weight: bold;
	font-size: 95%;
	float: right;
	text-align: center;
	text-transform: uppercase;
	background-image: url(images/rating4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 24px;
	width: 78px;
}
.smallReview span.rating3 {
	color: #666666;
	font-weight: bold;
	font-size: 95%;
	float: right;
	text-align: center;
	text-transform: uppercase;
	background-image: url(images/rating3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 24px;
	width: 78px;
}
.smallReview  img {
	padding: 0px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smallReview p {
	margin: 0px;
	font-size: 120%;
	padding: 0px;
}
.smallReview  h4 {
	font-size: 140%;
	font-weight: bold;
	background-color: #CC0000;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px;
	line-height: 30px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.smallReview a {
	font-weight: bold;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	display: block;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smallReview a:hover {
	color: #FFFFCC;
	background-color: #990000;
}

.sideBanner {
	text-align: center;
	margin-top: 5px;
}
/******************************************
LISTS
*******************************************/
dl {
	margin: 8px;
}
dt {
	width: 90px;
	float: left;
	font-weight: bold;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
dd {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	display: block;
	float: left;
	margin: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 125px;
}
.defList {
	border: 1px solid #C5AA83;
	overflow: hidden;
}
.defList h1 {
	background-image: url(images/h2defList.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5AA83;
	color: #222;
}
.defListLink {
	font-size: 120%;
	font-weight: bold;
}
/**************************** PLUE TABLE IN POST *******************/
.bluePost {
	background-color: #73A4C4;
	background-image: url(images/bluePostBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 494px;
}
.bluePostInner {
	padding: 3px;
}
.bluePost h1 {
	background-image: url(images/bluePostHeadBg.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
}
.bluePost th {
	background-color: #2C5E8C;
	color: #CCFFCC;
	text-align: center;
}
.bluePost td {
	color: #FFFFCC;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C5E8C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6598BC;
}
.bluePost a {
	font-weight: bold;
	color: #FFFFFF;
}
