@charset "utf-8";
body {
	background-color: #f7f7f7;
	background-image: url(/images/mainbody-bg.jpg);
	background-repeat: repeat-x;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
h1 {
	padding-right: 15px;
	padding-left: 15px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 6px;
	letter-spacing: 2px;
	font-style: italic;
	background-image: url(/images/h1bg.jpg);
	background-repeat: repeat-x;
	height: 45px;
	padding-top: 5px;
	margin-top: 0px;
}
p {
	padding-right: 8px;
	padding-left: 8px;
}
a img {
	border: none;
}
a:link {
	color: #EA0000;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 960px;
	margin: 0 auto;
}
.header {
	background: #ADB96E;
}
.sidebar1 {
	float: left;
	width: 240px;
	padding-bottom: 10px;
	background-color: #FFF;
}
.content {
	width: 720px;
	float: right;
	background-color: #FFFFFF;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: 8px;
}
.content ul, .content ol {
	padding-right: 15px;
	/* [disabled]padding-bottom: 10px; */
	padding-left: 40px;
	color: #009;
	font-size: 16px;
	font-weight: bold;
}
ul.nav {
	list-style: none;
	margin-bottom: 15px;
}
ul.nav li {

}
ul.nav a, ul.nav a:visited {
	display: block;
	width: auto;
	text-decoration: none;
	background-color: #F3F3F3;
	color: #09C;
	padding-right: 5px;
	padding-bottom: 14px;
	padding-left: 15px;
	padding-top: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0072EF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #676767;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #F00;
	background-color: #D4D4D4;
}

/* ~~ The footer ~~ */
.footer {
	position: relative;
	clear: both;
	background-color: #D7D7D7;
	height: 30px;
	border: 2px solid #FF0000;
	border-radius: 8px;
	padding: 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
	margin-top: 4px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .content p {
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	text-align: justify;
}
.container .content .redcrisp {
	color: #E60000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	margin-left: 12px;
	background-color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 12px;
	border: 2px solid #2E8BF3;
	border-radius: 5px;
}
.container .sidebar1 .redcrisp {
	color: #E60000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-left: 12px;
	background-color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 12px;
	border: 2px solid #4D9BF0;
	border-radius: 5px;
	text-align: center;
}
.container .sidebar1 p {
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.container .content .review {
	margin-right: 12px;
	margin-left: 12px;
	border-radius: 5px;
	background-color: #EEEEEE;
	border: 2px solid #FF3C3C;
}
.container .content .review p {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align: justify;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 24px;
	padding-top: 12px;
	margin: 0px;
	padding-bottom: 12px;
}
.container .content .review p a {
	font-weight: bold;
	color: #F00;
	font-family: Tahoma, Geneva, sans-serif;
}
.boldnormal {
	font-weight: bold;
}
.bluetext {
	color: #009;
	font-weight: bold;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}
.redtext {
	color: #E60000;
	font-weight: bold;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}
.container .content table {
	margin-top: 12px;
	width: 98%;
	margin-left: 6px;
}
.container .content table tr th {
	background-image: url(/images/h1bg.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-style: italic;
	font-size: 13px;
}
.container .content table tr td {
	text-align: center;
	background-color: #F7F7F7;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;

}
.container .content table tr td a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #F00;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 14px;
}
.container .footer p {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
	/* [disabled]height: auto; */
	font-size: 14px;
	text-align: right;
	padding-right: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1px;
}
.container .footer p a {
	color: #006;
	font-size: 16px;
}
.container .content .small {
	font-size: 10px;
	font-weight: bold;
	color: #1D76D8;
	font-family: Verdana, Geneva, sans-serif;
}
.container .content ol li p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
}
