* CSS Document */

body { 
	background-color: #ffffff; 
	margin-top: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:12px;
	width:100%;
	text-align:center;
	vertical-align:top;
}
input{
	width: auto;
}
select{
	width: auto;
	font-size:small;
	border: 1px solid #b1b1bc;
	background-color: #fff;
	color: #000;	
}
ul.blue {
	list-style-type: disc; color: #3366cc; 
}
li {
	list-style-type:disc;
	list-style-position:outside;
	line-height:15px;
}

h1 {
	font-family:Times New Roman, Times, serif;
	font-size:18px;
	color: #3366cc;
	font-weight:bold;
	text-align:left;
}
h2 {
	font-family:Times New Roman, Times, serif;
	font-size:16px;
	color: #3366cc;
	font-weight:bold;
	text-align:left;
}
	

a {
	color:#3366CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#3366CC;
	text-decoration: underline;
	font-weight: bold;
}

.content { 
	width:800px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
	padding-bottom:20px;
	color: #333333;
	

}
.content2 {
	width:800px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 40px 0px 40px;
	vertical-align:top;
	font-size:12px;
	color: #333333;

}
.top {
	margin-top:-12px;
	background-image:url(images/content_frame_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.content_bg {
	width:860px;
	background-image:url(images/content_frame_bg.gif);
	background-repeat:repeat;
	

}
.bottom {
	background-image:url(images/content_frame_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:5px;

}
.image {
	padding-left:20px;
	padding-top:20px;
	text-align:center;
}

.footer_nav {
	font-size:13px;
	color:#3366CC;
	
}
.copyright {
	font-size:12px;
	color:#3366CC;
	font-weight:bold;
}