html, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial,'Lucida Sans','Lucida Sans Unicode',
Helvetica, sans-serif;
	padding: 10px 0;
}

blockquote {
	border-left: 1px solid #e0e0d0;
	padding-left: 10px;
	margin: 0 30px;
}

a {
	color: #DC5E04;
	text-decoration: none;
}

code {
	color: #005577;
	text-align: left;
}


h1, h1 a {
	color: #7680B3;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
}

h2, h2 a {
	color: #7680B3;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
}

h3 {
	color: #7680B3;
	font-size: 12px;
	font-weight: bold;
	margin:  0;
	padding: 0;
}

h4 {
	font-size: 12px;
	color: #7680B3;
        border: solid 1px #7680B3;
	font-weight: bold;
	margin: 0;
        display: inline;
        text-align: center;
	padding: 0 5px;
}
h5 {
	font-size: 12px;
	background: #7680B3;
        color: #FFF;
        display: inline;
        border-radius: 0 12px 12px 12px;
        text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
}
h6 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
hr
{
color: #7680B3;
background: #7680B3;
height: 2px;
border: 0;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5em;
	text-align: justify;
}

small {
	font-size: 10px;
	line-height: 1.2em;
}

#submenu {
margin: 0 0 0 15px;
padding: 0;
font-style: normal;
font-weight: bold;
}

#submenu a:hover {
	color: #cc0000;
}

#submenu li a {
	color: #443;
	padding: 5px 0 0 0 ;
	border-bottom: #A3533B solid 1px;
	height: 1.7em;
	display: block;
}
#submenu li.selected a {
	color: #DC5E04;
	padding: 5px 0 0 0 ;
	border-bottom: #A3533B solid 1px;
	height: 1.7em;
	
}

#submenu li.selected a:link, #submenu li.selected a:visited {
	color: #DC5E04; 
}

#submenu li a:hover
{
	color: #D44F2C; 
}

#submenu li {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#submenu ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#main_menu >.basictab{
margin: 0;
}

#footer
{
	color: #808979;
	font-size: 11px;
	display: block;
	height: 65px;
	width: 100%;
	background-image: url(bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 0 20px;
}

.basictab{
position:relative;
padding: 8px 0;
margin: 0;
top:0px;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as
desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 8px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #C5D6D3;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 9px;
background-color: #C95C57;
color: black;
}
