body {
	margin-top:0;
	padding-top:0;
	margin-left:15px;
	margin-right:15px;
	background-image:url(/images/header_bg.jpg);
	background-repeat:repeat-x;
	font-family: Geneva, Arial, Helvetica, san-serif;
}

form {
	margin: 0px;
}

/**** Header */

#header {
	width:100%;
	height:119px;
	position: relative;
	margin: 0; padding: 0;
}

#header h1 {
	margin-top:35px;
	margin-left:5px;
	float:left;
	font-size:2em;
}

#header h1 a {
	color:white;
}

#header ul {
	text-align: center;
	position: absolute; bottom:0; right:0;
	list-style-type: none;
	white-space: nowrap;
}

#header li {
	width:90px;
	background-color:#ccc;
	float: left;
	font-size:0.6em;
	font-weight: bold;
	padding:5px 0px 14px 0px;
	background:transparent url(/images/nav_bg.jpg);
	background-repeat:no-repeat;
}

#header li a { color: #333; text-decoration: none; }
#header li a:hover { color:#dd0066; }



/**** Body */

#content {
	display: block;
	margin: 20px;
	padding-bottom:50px;
}

#content h4 {
	margin-bottom: 10px;
}

#content .callout {
	float:left;
	width:150px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding:10px;
	margin-top:8px;
	margin-right:10px;
}

/**** Sidebar */

#sidebar {
	width:250px;
	float:right;
	margin: 20px;
}

#sidebar div {
	/* margin-top:10px; */
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

#sidebar h4 {
	margin-bottom: 10px;
}

/*********** ul, h2,h4,p,and so on *************/

ul, ol {
	margin:0;
	padding-left:20px;
	color:#333;
}

h2 {
	color:#006699;
	margin:0;
}

h4 {
	color:#999999;
	margin:0;
}

p, td {
	color:#333;
	line-height:1.5em;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #006699;
}

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

a:active {
	text-decoration: none;
}

/**** Footer */

#footer {
	clear:both;
	height:30px;
	background-image:url(/images/footer_bg.jpg);
	background-repeat:repeat-x;
}

#footer #copyright {
	font-size:0.7em;
	color:#333;
	float:left;
	padding-top: 5px;
	padding-left: 5px;
}

#footer #credit {
	font-size:0.7em;
	color:#333;
	text-align:right;
	padding-top: 5px;
	padding-right: 5px;
}

.form-text-required .form-select-required {
	border-color: red;
}

span.form-text-required {
	color: red;
}
