/* MAIN STUFF */
body {
	background-color: #d7d7d7;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#maintab {
	height: 100%;
	width: 880px;
}
#ls {
	background: url(images/ls_bg.gif) repeat-y;
	width: 12px;
}
#rs {
	background: url(images/rs_bg.gif) repeat-y;
	width: 12px;
}
#header {
	background: #950407;
}

/* MAIN STUFF END */
/* MENU 1 */
.head_text {
	color: #fefefe;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 15px;
}
.desc {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #fefefe;
	padding-left:12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;
}
.m1 {
	background: #f3f3f3;
	font-size: 16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #062e80;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ae3f42;
	text-align:center
}
.line {
    border-bottom: #950407;
	border-bottom-style:solid;
	border-width: 1px;
}
.m1h{
	color: #950407;
	text-decoration: none;
}
.m1h:visited{
	color: #950407;
	text-decoration: none;
}
.s{
	color: #adc9cd;
}
.m1 a {
	display: block;
	color: #950407;
}
.m1 a:hover {
	background: #FFFFFF;
	color: #950407;
	margin:middle;
	height: 16px;
	padding: 4px 0 4px 0;
}
/* MENU 1 END */
/* MENU 2 */
#m2 {
	background: #f3f3f3;
	height: 19px;
	font-size: 10px;
	font-weight: bolder;
	padding: 0px;
	text-align: center;
}
#m2 a{
	color: #000;
	text-decoration: none;
	margin: 1px;
}
#m2 a:visited{
	color: #000;
	text-decoration: none;
}
#m2 form {
	margin: 2px;
	padding: 4px;
}
#search {
	 height: 19px;
	 width: 140px;
	 font-size: 11px;
	 border: 1px solid #363636;
}

/* MENU 2 END */
#ms {
	background: #4e5354;
	border-bottom: 1px solid #4e5354;
	width: 10px;
}
/* CONTENT */
#cont1 {
	height: 100%;
	vertical-align: top;
	padding: 8px;
	background: #fff;
}
#cont1_ads {
	height: 100%;
	vertical-align: top;
	background: #fff;
	border-bottom: 2px solid #4e5354;
}
h1 {
	font-weight: bolder;
	font-size: 12px;
	color: #363636;
	margin: 0;
}
p {
	font-size: 10px;
	color: #363636;
	margin: 5px 0 2px 0;
}
.ll {
	padding: 8px 0 8px 0;
}
.ll a {
	color: #005872;
	font-weight: bolder;
}
.ll a:visited {
	color: #005872;
}
.q {
	font-size: 12px;
	margin: 10px 0 10px 0;
}
.ind {
	color: #363636;
	font-size: 14px;
}
.la {
	color: #950407;
	font-size:14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.la:visited {
	color: #950407;
}
.lb {
	color: #000000;
}
.lb:visited {
	color: #000000;
}
/* CONTENT END */
#cs {
	background: #fff;
}
/* SIDE */
#side {
	background: #f3f3f3;
	vertical-align: top;
}
.catname {
	color: #60c56b;
	font-size: 10px;
	font-weight: bolder;
	background: #232829;
	padding: 3px 3px 3px 10px;
	margin-bottom: 4px;
}
.cats {
	background: url(images/cat_border.gif) repeat-x bottom;
	font-size: 10px;
	padding: 0 0 6px 0;
	margin-bottom: 4px;
}
.cats a {
	color: #005872;
	display: block;
	padding: 0 0 0 20px;
}
.cats a:visited {
	color: #005872;
}

.cats .active:visited {
   color: White;
}
.cl {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	line-height: 150%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E6BAB0;
}
.cl a {
	color: #950407;
}
.cl a:visited {
	color: #950407;
}
.cl a:hover {
	color: #333333;
}
.links a {
	color: #58767a;
	display: block;
	padding: 0 0 0 10px;
	font-size: 10px;
	font-weight: bolder;
}
.links a:visited {
	color: #58767a;
}
/* FOOTER */
.footer {
	background: #950407;
	height: 43px;
	color: white;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer a {
	color: white;
}
.links a:visited {
	color: white;
}
/* FOOTER END */
/* SUBMIT */
.freelink input, select {
	 height: 18px;
	 font-size: 11px;
	 border: 1px solid #363636;
}
textarea {
	font-size: 11px;
	border: 1px solid #363636;
	overflow: auto;
	width: 320px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.freelink {
	width: 100%;
}
.freelink td {
	padding: 2px;
	vertical-align: top;
	font-size: 10px;
}