/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background-color:#FFFFFF;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;

}
.body_text
{
margin:0px auto;
padding:0px;
background-color:#FFFFFF;
font-size: 16px;
font-style: normal;
line-height: 18px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
}
.footer_text
{
margin:0px auto;
padding:0px;
background-color:#FFFFFF;
font-size: 11px;
font-style: normal;
line-height: 16px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
}
.body_header_text
{
margin:0px auto;
padding:0px;
background-color:#FFFFFF;
font-size: 22px;
font-style: normal;
line-height: 30px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #004A80;
text-decoration: none;
}
.main_table
{
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
background-color:#FFFFFF;
color:#000000;
}
.inside_table
{
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}
.logo
{
margin-left:248px;
margin-top:25px;
}
.body_padding
{
padding:20px 10px;
}
.img
{
border:1px solid #CCCCCC;
}
.footer_padding
{
padding:0px 10px;
}





/* CSS Background image Document */
.body_bg
{
background:url(../images/body_bg.jpg) left top repeat-x;
}
.header-image
{
background:url(../images/header.jpg) center top no-repeat;
height:150px;
}
.menu_bg
{
background:url(../images/menu_bg.gif) left top repeat-x;
height:34px;
}
.menu_title_bg
{
background:url(../images/menu_title_bg.gif) left top no-repeat;
height:29px;
padding-left:30px;
}
.left_menu_bg
{
background:url(../images/left_menu_bg.gif) left top no-repeat;
height:26px;
padding-left:30px;
}
.body_line
{
background:url(../images/body_line.gif) left top repeat-x;
height:40px;
}





/* CSS Text Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.menu_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 34px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #405825;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
color:#A76900;
text-decoration:none;
background-color:inherit;
}
.body_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 34px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #004A80;
	background-color:inherit;
	text-decoration: none;
}
.body_link:hover
{
color:#900036;
text-decoration:none;
background-color:inherit;
}
.caption_menu_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color:inherit;
	text-decoration: none;
}
.caption_menu_link:hover
{
color:#900037;
text-decoration:none;
background-color:inherit;
}
.left_menu_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	background-color:inherit;
	text-decoration: none;
}
.left_menu_link:hover
{
color:#900037;
text-decoration:none;
background-color:inherit;
}
.email_link{
	font-family:"Times New Roman", Times, serif
	font-size: 16px;
	font-style: normal;
	line-height: 34px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C07C00;
	background-color:inherit;
	text-decoration: none;
}
.email_link:hover
{
color:#FFE03D;
text-decoration:none;
background-color:inherit;
}
{
   margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer, .push {
    height: 4em;
}
