/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
}
.logo
{
margin-left:40px;
}
.body_left_table
{
margin:8px 18px 12px 0px;
}
.banner_table
{
margin:0px 15px;
}
.partner_logo
{
border:1px solid #33486A;
padding:2px;
}
.partner_table
{
margin:8px 30px
}
.input_box
{
width:210px;
height:18px;
background-color:#CCD2DE;
border:1px solid #33486A;
padding-left:4px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 18px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #33486A;
text-decoration: none;
}
.input_textbox
{
width:210px;
background-color:#CCD2DE;
border:1px solid #33486A;
padding-left:4px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 13px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #33486A;
text-decoration: none;
}
.poll_box
{
border:1px solid #7589A7;
background-color:#33486A;
padding:10px;
width:210px;
}
.bar_box
{
border:1px solid #7589A7;
background-color:#33486A;
padding:10px;
}

/* CSS Background Document */
.welcome_image
{
background:url(../images/welcome_image.jpg) left top no-repeat;
height:175px;
}
.welcome_text
{
background:url(../images/welcome_text.gif) left top no-repeat;
height:60px;
}
.banner_box
{
background:url(../images/banner_box_bg.gif) left top no-repeat;
width:265px;
height:52px;
padding:12px;
}
.body_box
{
background:url(../images/body_box_bg.gif) left top no-repeat;
width:257px;
height:60px;
padding:20px;
}
.body_slogan
{
background:url(../images/slogan_text.gif) right bottom no-repeat #536C91;
}
.contact_image
{
background:url(../images/contact_image.jpg) left bottom no-repeat #536C91;
}



/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.page_title {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.more_link
{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	}
.more_link:hover
{
color:#C0D8FF;
text-decoration:underline;
}
.title_link
{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration:underline;
	}
.title_link:hover
{
color:#C0D8FF;
text-decoration:underline;
}
.footer_link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #34496B;
	text-decoration: none;
}
.footer_link:hover
{
text-decoration:underline;
color:#34496B;
}
.copyright_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #34496B;
	text-decoration: none;
}
.footer_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #171717;
	text-decoration: none;
}