/*
body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 0px auto;
	background-color: #EFF0F2;
}
*/
body {
	color:#666666;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:13px;
	line-height:22px;
	margin: 10px 0px auto;
	background-color: #EFF0F2;
}
#wrapper {
	width: 660px;
	border: 1px solid #BABBC0;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 0 0 5px 5px;
}

h1 {
	color: #81838D;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}

h1 span {
	color: #4AA2B9;
}

h2 {
	color: #81838D;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
}
h1, h2 {
	border-bottom:1px dotted #BBBBBB;
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2.4em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:-0.02em;
	line-height:1.2em;
	margin:0pt 0pt 0.5em;
	padding:0pt 0pt 2px;
}
a:link {
	color: #036EBF;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

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

fieldset {
	border: 1px solid #BABBC0;
	margin: 0px auto;
	padding: 1px;
	width: 500px;
}

legend {
	color: #81838D;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}

.myForm td, input, select, textarea, checkbox {
	font-family: georgia, tahoma;
	font-size: 14px;
}

.myForm {
	padding: 10px;
}

.required {
	color: red;
}

.footer {
	text-align: center;
}

#content {
	padding: 0 15px 15px 15px;
	
}

li {
	padding-bottom: 5px;
}