/*structure*/
body {
	background:url(../images/body_bg.jpg) left top repeat-x #7ac3e2;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
#container {
	width:766px;
	margin:0 auto;
}
#header {
	height:130px;
}
#nav {
	height:30px;
	width:760px;
}
#content {
	-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;
	min-height:470px;
	background:#def4ff;
	padding:20px;
}
#content.home {
	-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;
}
#footer {
	background:right center no-repeat #fff;
	padding:10px;
	height:60px;
	-moz-border-radius-bottomleft:8px;-moz-border-radius-bottomright:8px;-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;
	margin-bottom:20px;
}
#footerMenu li {
	display:inline-block;
}
/*nav*/
#menu li {
	display:inline-block;
	padding:8px;
	text-align:center;
}
#footerMenu li a,#footer p {
	color:#222;
	font-size:10px;
	text-decoration:none;
}
#footerMenu li a:hover {
	text-decoration:underline;
}
#menu li:hover, #menu li.active {
	-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;
	background:#def4ff;
	color:#222;
}
.button {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/btn.jpg) center center no-repeat;
	display:inline-block;
	width:114px;
	height:23px;
	text-align:center;
	padding-top:10px;
}
hr {
	border:none;
	height:1px;
	background:#999;
}
/*fonts and colors*/
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#222;
	line-height:1.15;
}
#content a {
	color:#187299;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#e5e5e5;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#menu li:hover a, #menu li.active a {
	color:#222;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	font-size:24px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#402c1a;
	font-size:18px;
}
.button {
	color:#402c1a!important;
	font-size:12px!important;
	text-decoration:none!important;
}
.listHome {
	color:#222;
	font-size:14px;
	font-weight:bold;
}
.referencetext 
{
	font-size: 10px;
	line-height: normal;
	height: auto;
	vertical-align: text-top;
}
#content.paper ul li,#content.paper p,#content.paper ol {
	font-size:16px;
}
#content.paper h3 {
	font-size:16px;
}
.small
{
	font-size: 11px;
}
#content ol {
	list-style:decimal;
	margin-left:20px;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
}
select {
	background:url(../images/input_bg.jpg) top left repeat-x;
	border:1px solid #ccc;
}
option {
	background:#fff;
}
input {
	border:solid 1px #ccc;
	background:url(../images/input_bg.jpg) top left repeat-x #fff;
	height:30px;
}
textarea {
	border:solid 1px #ccc;
	background:url(../images/textarea_bg.jpg) left top repeat-x #fff;
	height:150px;
}
.validation-advice {
	color:#F00;
}
.validation-failed {
	background:#FF8A8D;
}

