/* MAIN STUFF */
body {
	background-color: #d7d7d7;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#maintab {
	height: 100%;
	width: 782px;
}
#ls {
	background: url(images/ls_bg.gif) repeat-y;
	width: 12px;
}
#rs {
	background: url(images/rs_bg.gif) repeat-y;
	width: 12px;
}
#header {
	background: #3ca9b8 url(images/slogan.gif) no-repeat right;
	height: 79px;
	border-bottom: 3px solid #363636;
}
/* MAIN STUFF END */
/* MENU 1 */
.m1 {
	background: #4e5354;
	font-size: 12px;
	color: #d7d7d7;
	height: 56px;
	border-bottom: 1px solid #4e5354;
	padding: 6px;
}
.m1h{
	color: #adc9cd;
	text-decoration: none;
	margin: 4px;
}
.m1h:visited{
	color: #adc9cd;
	text-decoration: none;
}
.s{
	color: White;
	margin: 4px;
}
/* MENU 1 END */
/* MENU 2 */
#m2 {
	background: #60c56b;
	height: 56px;
	width: 210px;
	border-bottom: 1px solid #363636;
	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: 18px;
	 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;
}
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: 10px;
	margin: 10px 0 10px 0;
}
.ind {
	color: #363636;
	font-size: 11px;
}
.la {
	color: #005872;
	font-weight: bolder;
}
.la:visited {
	color: #005872;
}
.lb {
	color: #005872;
}
.lb:visited {
	color: #005872;
}
/* CONTENT END */
#cs {
	background: #fff;
}
/* SIDE */
#side {
	background: #adc9cd;
	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;
}

.c1 {
	color: #005872;
	font-size: 10px;
	font-weight: bolder;
	padding: 0 0 0 10px;
}
.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: #545858;
	height: 43px;
	color: Silver;
	font-size: 10px;
	padding-left: 10px;
}
/* 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;
}