body, html {
	margin: 0px;
	height: 100%;
	width: 100%;
	font: 11px 'Trebuchet MS', arial;
	background-image: url(../Images/background.gif);
	background-repeat: repeat-x;
	background-color: #bfc1c4;	
	line-height: 16px;
}


select {
	font: 11px 'Trebuchet MS', arial;
}

option {
	font: 11px 'Trebuchet MS', arial;
}

#top_area {
	height: 28px;
	width: 650px;
	background-color: #67696c;
}

#top_area_2 {
	height: 68px; 
	text-align: left; 
	padding-left: 10px; 
	width: 730px;
	background-color: #67696c;
}


#image_area {
	width: 270px;
	height: 116px;
}

#logo_area {
	width: 350px;
	height: 116px;
	background-color: #a72b66;
	text-align: center;
}

#select_area {
	width: 270px;
	height: 300px;
	background-color: #bfd26e;
	text-align: center;
}

#flash_area {
	width: 350px;
	height: 300px;
}

#content_area {
	width: 450px;
	padding: 15px;
	background-color: #ffffff;
}

#bottom_area {
	width: 650px;
	height: 143px;
	background: #1f5389;
	background-repeat: no-repeat;
}

#disclaimer {
	padding-top: 15px;
	text-align: center;
	color: #ffffff;
	font-size: 9px;
	width: 570px;
}

.bullet {
	height: 11px;
	width: 11px;
	background-color: #a62a66;
}

.bullet_small {
	height: 7px;
	width: 7px;
	background-color: #a62a66;
}

.sub_link {
	color: #4e4e4e;
	text-decoration: none;
}

.sub_link:hover {
	color: #426798;
	text-decoration: none;
}

.link {
	text-decoration: none;
	color: #000000
}

.link:hover {
	text-decoration: none;
	color: #000000
}

.title {
    font-size: 16px;
    font-weight: bold;
    height: 25px;
}

