/* set body properties */
body {
	background-color: #D7DFEC;
	margin: 0px;
	padding-top: 20px;
}

/* set image properties */
img {
	margin: 0px 10px;
	border: 1px solid #666666;
}

/* set table cells padding, font */
td {
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}

/* Set container for whole site */
#container
{
	width: 96%;
	margin: auto;
	background-color: #FFFFCC;
}

/* Set top for IE */
*html #top
{
	border-bottom: 1px solid #999999;
	height: 50px;
	padding-top: 10px;
	background-image: url(images/topgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
/* Set top for Firefox */
*>#top
{
	padding-top: -10px;
	border-bottom: 1px solid #999999;
	min-height: 50px;
	background-image: url(images/topgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*Set h1 in top */
#top h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 280%;
	color: #006600;
	margin-left: 30px;
	font-weight: bold;
	font-style: italic;
}

/* Set h2 in top */
#top h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	color: #333333;
	margin-left: 240px;
	margin-top: -20px;
}

/*Set h1 in top */
#top p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #006600;
	margin-left: 150px;
	font-weight: bold;
	font-style: italic;
	margin-top: -12px;
	margin-bottom: 5px;
}

/* Set links in content */
#top a {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #006600;
	text-decoration: none;
}

/* Set links hover in content */
#top a:hover {
	color: #990000;
	text-decoration: underline;
}

#topright{
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
	float: right;
	margin-left: 50px;
	padding: 5px;

}

/* Set leftnav */
#leftnav
{
	float: left;
	width: 100px;
	margin: 0px;
	padding: 10px;
}

/* Set link in leftnav */
#leftnav A
{
	float: left;
	width: 90px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	display: inline;
	color: #000000;
	text-decoration: none;
	background-color: #D7DFEC;
	font-weight: bold;
	padding: 0px;
	margin: 2px 10px;
	text-align: center;
	font-style: normal;
}

/* Set link hover in leftnav */
#leftnav A:hover
{
	color: #FFFFFF;
}


/* Set p in leftnav */
#leftnav p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: italic;
	color: #333333;
}

/* Set content */
#content
{
	margin-left: 130px;
	border-left: 1px solid #999999;
	padding: 10px 0px;
	background-color: #FFFFFF;
}

/* Set h2 in content */
#content h2 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	color: #006600;
	text-align: center;
}

/* Set h3 in content */
#content h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	text-align: left;
}

/* Set paragraph in content */
#content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	text-align: justify;
}

/* Set list in content */
#content li {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
}

/* Set links in content */
#content a {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000099;
	text-decoration: none;
}

/* Set links hover in content */
#content a:hover {
	color: #990000;
	text-decoration: underline;
}

#link a {
	font-size: 11px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}

#linktop a {
	font-size: 13px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-right: 3px;
	padding-left: 3px;
}

/* Set Footer */
#footer
{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999999;
}

/* Set h3 in footer */
#footer h3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	color: #333333;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* set p in footer */
#footer p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	margin: 5px;
	padding: 0px;
	color: #666666;
}

/* Set links in footer */
#footer A
{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
/* Set links hover in footer */
#footer A:hover
{
	color: #FF0000;
	text-decoration: none;
}

/* make a class to style the input boxes */
.inputbox
{
	color: #333333;
	border: 3px double #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFCC;
	font-weight: bold;
}

/* make a class to style the form buttons */
.submitbutton
{
	color: #000000;
	border: 3px double #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #D7DFEC;
	font-weight: bold;
}

/* make a box */
.box
{
	border: 1px solid #666666;
	background-color: #F4F4F4;
	padding: 5px;
}
hr {
	color: #DFDFDF;
	width: 100%;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.question:first-letter {
	font-size: 180%;
}
.question {
	list-style-type: none;
}
