@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
    background-color: #D7E6D6;
    height: 100%;
}

#conteiner {
	width: 100%;
	height: 100%;
}

#header {
	height: 198px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.hd_top_line {
    height: 26px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(/images/top_line_bg.jpg);
	background-repeat: repeat-x;
}

.hd_banner {
    height: 96px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;

}

.hd_menu_line {
    height: 76px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(/images/menu_bg.jpg);
	background-repeat: repeat-x;
}

.topmenu {
	width: 897px;
	height: 76px;
	margin: 0;
	padding: 0;
	background-image:url(/images/menu.jpg);
	background-repeat: no-repeat;   
}

.topmenu a {
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.menuitem {
    padding-left: 6px;
	padding-right: 6px;
    text-align: center;   
}

.menuitem a {
	text-decoration: none;
	font-weight: normal;
}

.menuitem a:hover{
	text-decoration: underline;
}

.spacer {
	width: 53px;
}

#submenu_col {
	height: 100%;
	width: 149px;
	margin: 0;
	padding: 0;
	background-color: #990033;
	background-image: url(/images/sub_bottom_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;

}

#submenu_col ul{
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin-left: 8px;
}

#submenu_col li {
    margin-top: 8px;
}

.sub_menu {
	width: 140px;
    margin-top: 43px;
    * margin-top: 33px;
}

.sub_menu a {
   	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sub_menu a:hover {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.subclass a {
	font-weight: normal;
	font-size: 13px;
}

#submenu_col .subclass li {
    margin-top: -2px;
}

.subclass a:hover {
	font-weight: normal;
    font-size: 13px;
}

#content {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(/images/text_bg.jpg);
}

#text {
	height: 100%;
	width: 100%;
    font-family: Times New Roman, Times, serif;
    padding: 20px 25px 25px 25px;
	background-image: url(/images/content_bg_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


#footer {
	height: 50px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
}


.footer {
	background: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
	margin: 0;
	padding: 0;
}

.ft_line {
	margin-left: 160px;
    margin-right: 15px;
    color: #646464;
	padding: 0;
}

.ft_text {
	font-size: 10px;
	font-style: normal;
	color: #1E1F1E;
	margin-left: 177px;
	margin-top: 8px;
	* margin-top: 0;
	padding: 0;
}

hr {
	margin: 0;
	padding: 0;
}

h1{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #951D1B;
    margin: 0;
    padding: 0;
}


p{
	color: #000000;
	font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: justify;
}

a {
    color: #AD3B60;
}
