
body, html {
margin: 0px;
	padding: 0px;
  height		 : auto !important; 
  height 		 : 100%;
}

a img {
	border: 0px;
}

	
hr {
	height:1px; 
	color: #cccccc;
	border: 0;
	}
	
a {
	color: #FF3300;
	}
	
a:hover {
	color: #330000;
	}


a:link, a:visited, a:hover {
	color: #13151f;
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

.pages {
	margin: 10px;
}
.pages a {
	margin: 0px 2px;
	padding: 0px 4px;
	text-decoration: none !important;
}
.pages a.current {
	border: 1px solid #ccc;
	font-weight: bold;
}

input.invalid, select.invalid, textarea.invalid {
	border: 2px solid #f55;
}



#container {
	width: 100%;
	margin: 0px auto;
	background: white;
	}


#head {
	position: relative;
	height: 130px;
background:#CCCAD7;

}
#head a{
color:#fb8903;
font-size: 16px;
font-weight: bold;
	text-decoration: none;
}
#head .logo {
	position: absolute;
	left: 20px;
	top: 20px;
}




#main {
	min-height: 450px;
	_height: 450px;
	padding: 10px 0px;
}





#nav {
  height: 30px;
	width: 200px;
	padding: 0px 8px;
	background: #cccccc;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	
}
#left ul.menu, #left ul.menu li, #left ul.submenu, #left ul.submenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#left ul.menu li {
	margin-top: 1em;
}
#left ul.menu li a {
	display: block;
	padding-left: 16px;
	color: #007cc2 !important;
	font-weight: bold;
	text-decoration: none !important;
}
#left ul.submenu li a {
	padding-left: 32px;
}
#left ul.menu  li a:hover {
	text-decoration: underline !important;
}
#left ul.menu  li a.current {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	color: red !important;
	background: white;
}

#main_container {
width:50%;
float: left;
}
#left {
	float: left;
	width: 22%;
	min-width:200px;
	padding: 0px 8px;
	background: #ffffff;
	
}
#right {	float: left;
	width: 20%;
	padding: 0px 8px;
	background: #ffffff;

}

#footer {
	padding: 1em 0px;
	background: #ffffff;
	text-align: right;
	clear: both;
}
#footer * {
	color: #000000;
}
.spec_lbl {
	color: #FF0000;
	font-weight: bold;
}
.spec_txt {
	color: #000000;
	font-size: 14px;
}
.spec_lnk {
	color: #007cc2;
	float:right;
	font-size:12px
}
.spec_lnk a{
	color: #007cc2;
	font-size:12px
}
.vert_dvd {
	background:url(../images/dotted_div_vertical.gif) repeat-y;
	background-position: center;
}
.hor_dvd {
	background:url(../images/dotted_div_btm.gif) repeat-x;
	background-position: center;
}
.spec_td {
	padding-left: 35px;
	background:url(../images/stars.png) no-repeat top left;

}
