@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	/*background: #000 url(images/page_bg.jpg) repeat-x top;*/
	margin: 0; 
	padding: 0;
	text-align: center; 
	color:#666;
	font-size: 62%;
}
.twoColFixLtHdr #container {
	width: 760px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
} 
.twoColFixLtHdr #header {
	background: #fff url(images/banner.jpg) no-repeat bottom;
	padding: 0;  
	height: 265px;
	width: 760px;
	border-bottom:#066;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0px 0px 10px;
	float: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 170px;
	background: #fff;
	padding: 15px 10px 15px 5px;
}
.twoColFixLtHdr #mainContent {
	padding: 0 px;
	background: #fff;
	width: 760px;
	font-size: 1em;
}

em{
	color:red;
	font-size: 1.1em;
	font-weight: bold;
}

.fltrt {
	float:right;
	width: 252px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 15px;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #636363;
}

div.fltrt img { 
	border: 1px solid #559bd9; 

}


.fltlft {
	float:left;
	width: 252px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
	background-color:#FFFFFF;
	padding: 10px;
	border: 1px solid #559bd9;
}

div.fltlft img { 
	border: 1px solid #559bd9; 
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*  Banner Menu */

#menu {
	float: left;
	width: 200px;
	height: 145px;
	background: url(none);
}

#menu ul {
	margin: 0;
	padding: 55px 20px 0px 20px; 
	list-style: none;
	line-height: normal;
}

#menu a {
	display: block;
	padding: 8px 10px;
	/*background: url(images/menu_line.jpg) repeat-x;*/
	text-decoration: none;
	font-size: 1.1em;
	font-weight:normal;
	color:#999;
}

#menu a:hover {
	text-decoration: none;
	color:#FF9933;
}

#menu .first a {
	background: none;
}

/* Logo Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 0px 0 0;
	list-style: none;
	line-height: normal;
	float: right;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #99C;
	text-decoration: none;
	font-size: 1.2em;
	color: #999;
	font-style: normal;
	font-variant: small-caps;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

/* Footer */



.twoColFixLtHdr #footer{
	width: 760px;
	background: #fff;
	height: 100px;
	border-top: solid 1px grey;
	margin: 0 auto;
	padding-top: 10px ;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #99C;
	font-size: 1em;
}


#footer ul li {
	list-style: none;
	display: inline;
	border-left: none #D6D6D6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-left: 80px;
	padding-right: 10px;
}

h2, h3 {
	margin: 0;
	padding-top:20px;
	padding-bottom:10px;
	font-weight: normal;
	color:#99C;
	font-size: 1.4em;
}

h1 {
	font-size: 1em;
	color:#FFF;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
	font-weight: normal;
}

p, ol, ul {
	line-height: 1.4em;
	font-size: 1.4em;
	padding-top: 0px;
	text-decoration: none;
	list-style: square;
	text-align:justify;
}

/* form */

form label {
cursor: pointer;
}

fieldset {
background-color:#CCC;
/*border: 1px solid silver; */
margin: 2em 0;
padding: 1em;
}
input, select, textarea {
font-size: 1.2em;
}

form {
margin: 3em auto;
}

label {
display:block;
font-weight: bold;
float:left;
clear: left;
width: 12em;
padding-right: 3em;
text-align: right;
line-height: 1.8em;
}


input {
display:block;
float:left;
width: 20em;
margin: .1em;
}


legend {
font-size: 1.4em;
font-weight: bold;
position: relative;
top: -.4em
}


br {
clear: both;
}

