body {
	margin: 0 auto;
	padding: 0;
	font: 9pt Arial, Verdana, Sans-Serif;
	background: #fff;
	background-image:url(../images/long_bg.jpg);
	background-repeat:repeat-x;
}

a {
	text-decoration: none;
	color: #204F7D;
}

a:hover {
	color: #859EC7;
}

a img {
	border: 0;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
}

#bg { 
	width: 760px;
	margin: 0 auto;
}


#wrap {
	margin: 0px auto;
	
	color: #303030;
	width: 736px;

	
}

#toplinks {
	height: 20px;
	background: #333;
	text-align: left;
	padding-right: 10px;	
	padding-top: 5px;
}

#toplinks a {
	font-size: 8pt;
	display: inline;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-right: 5px;
	color: #fff;
}

#toplinks a:hover {
	border-bottom: 2px solid #fff;	
}

#head {
	
	margin: 0px 0 5px 0;
	height: 155px;
	
}

#title {
	float: left;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 5px;
}

#title_info {
	float: right;
	height: auto;
	padding: 8px;
	width: 310px;
	margin: 10px 5px 0 0;
	border: 2px solid #fff;	
	background: #FFF5D9;
	color: #808080;
}

#title_info p {
	margin: 0;
}

#navigate {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
}
#navigate .small {
	font-size:12px;
}

#navigate ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 13px;
}	

#navigate li {
	margin-bottom: 4px;
}

#navigate li a, #navigate li a:visited {
	text-align: left;
	height: 20px;
	text-decoration: none;
	color: #960;
	display: block;
	padding: 6px 8px 0 10px;
	background: #FAD57C;
}	
	
#navigate li a:hover {
	background: #FCE6B8;
	color: #333;
}

.links {
	margin: 2px 0 10px 0;
	padding: 3px 10px 5px 10px;
	width: 130px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	color: #6B6B6B;
	background: #ddd url(../images/nav.gif) repeat-x;
	height: 400px;
}

.links  a, .links  a:visited {
	text-decoration: underline;
}

#leftfoot {
	float: right;
	width: 270px;
	margin: 0 0 10px 0;
	padding: 5px 13px 20px 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #ddd url(../images/nav.gif) repeat-x;
	color: #5D5D5D;
	line-height: 1.5em;
}

#leftfoot p {
	margin: 0px;
	font-size: 90%;
}

#leftfoot h3 {
	font-size: 9pt;	
}

#leftfoot a {
	display: block;
	height: 12px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc;
}


#content{
	margin:  0 0 5px 155px;
	padding: 0 10px 5px 6px;
	line-height: 1.4em;
	background: url(../images/cont.gif) repeat-x bottom left;
}

#content h2 {
	margin: 0px;
	padding: 4px 0 4px 0;
	font-size: 12pt;
}

#content p {
	margin: 0;
}

.date{
	padding-top: 2px;
	height: 30px;
	margin: 5px 0 6px 0;
	border-top: 1px solid #eee;
	font-size: 80%;
	text-transform: uppercase;	
	color: #808080;
}

#rightfoot {
	margin: 0 300px 20px 155px;
	border-top: 1px solid #AFCEED;
	border-bottom: 1px solid #AFCEED;
	background: #ddd url(../images/nav.gif) repeat-x;
	padding: 5px 6px 5px 6px;
	line-height: 1.6em;
	text-align: left;
	color: #5D5D5D;
}

#rightfoot  a, #rightfoot  a:visited {
	text-decoration: underline;	
}

#rightfoot  h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	color: #808080;
	padding-top: 3px;
}

#rightfoot  p {
	padding: 0;
	margin: 0;
}
#footer2{
	width: 740px;
margin:0 auto;
padding:0;
text-align:center;
}


/* images with this class will get this style*/

.imgborder {border: 1px solid #000000;
}
/*   form styles   */

#formbg{
	background-repeat:no-repeat;
	width:400px;
	margin-left:10px;
	font:14px Arial, Helvetica, sans-serif;
	color:#19255F;

}
label{
	display:block;
}
input, textarea, select {
	display:block;
}


#form2{
	width:350px;
	margin-left:30px;
	left:20px;
	font:14px Arial, Helvetica, sans-serif;
	color:#19255F;
	z-index:3;
	text-align:left;
	border:1px #006 dotted;
	padding:6px;
}
textarea{
	width:200px;
}
	
