/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B7B7B;
}


p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

#scroller {
	width: 460px;
	height: 437px;
	padding: 39px 28px 31px 25px;
	overflow: auto;
}

.content{
	line-height:18px;
	text-align:justify;
	margin-top:10px;
}

.content2{
	line-height:18px;
	text-align:justify;
}


ul{margin:0px; padding:0px; list-style:none; line-height:18px; color:#666666; font-size:11px; margin-left:10px; text-align:left;}
ul li{ background:url(images/bullet.jpg) no-repeat left top; padding-left:15px;}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 6px 0px 10px 0px;
	color: #234D77;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	height: 10px;
}

h3 {
	font-size: 11px;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 20px;
}

/** LINKS */

a {
	color: #0053A7;
	text-decoration:none
}

a:hover {
	color:#666666;
	text-decoration: none;
}

.more {
	padding-left: 16px;
	background: url(images/homepage13.gif) no-repeat left center;
	margin-top:5px;
}



/** BACKGROUNDS */

.bg1 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg2 { background: url(images/subpage02.jpg) no-repeat left top; }
.bg3 { background: url(images/subpage03.jpg) no-repeat left top; }

.bg10 { background: url(images/subpage04.jpg) no-repeat left top; }


/*images*/

.imgsty {
	float: left;
	margin: 0px 15px 0px 0px;
	border: 1px solid #688FB7;
}

.imgsty1 {
	border: 1px solid #688FB7;
}

.imgsty2 {
	float:left;
	border: 1px solid #688FB7;
	margin: 0px 0px 10px 0px;
}

hr { display: none; }

.hr1 {
	height: 15px;
	margin-bottom: 10px;
	background: url(images/homepage14.gif) repeat-x left bottom;
}

.hr2 {
	background: url(images/homepage14.gif) repeat-y;
}


/*footer*/

.footer {
	line-height:20px;
	text-align: center;
	color: #688FB7;
	font-size:11px;
}

.footer a {
	color: #FFFFFF;
	text-decoration:none
}

.footer a:hover {
	color:#999999;
	text-decoration: none;
}

/*form*/

.input{
	width: 253px;
	font-size: 11px;
    height:17px; 
	font-family:Arial, sans-serif; 
	border:1px solid #B3B2B2;
	margin-top:2px;
}
	
.inputComment{
	width: 253px;
	font-size:11px;
	height: 50px;
	font-family:Arial, sans-serif; 
	border:1px solid #B3B2B2; 
	overflow:auto;
	margin-top:2px;
}
	
.dropDown{
	width: 255px;
	font-size: 11px;
	height:100px; 
	font-family:Arial, sans-serif; 
	border:1px solid #004466;
	margin-top:2px;
}
	
.submitButton{
	width: 55px;
	height: 20px;
	background: url(images/submit.jpg) no-repeat left top;
	border: none;
	text-transform: lowercase;
	font-size: 12px;
	color: #FFFFFF;
	margin-top:5px;}
	
.form-dropdown {
width: 345px !important;
}