body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #000000;
}
body {
	background-color: #C1D0D2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
blockquote {
	margin-right: 3em;
	margin-left: 3em;
	font-size: 1em;
	font-style: italic;
	color: #075870;
}
cite {
	text-align: right;
	padding-right: 2em;
	font-size: .92em;
	color: #666666;
}
a {
	font-family: "Comic Sans MS", "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
address {
	font-weight: bold;
	margin-left: 4em;
}



.hidden {
	display: none;
}
.topEmphasis {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #8C0704;
}
.boldtext {
	font-weight: bold;
}
.italtext {
	font-style: italic;
}


/* CSS Document */

#page {
	vertical-align:top;
	width:800px;
	background-color: #FFFFFF;
	background-image: url(../Images/pageBorderLeft.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#page2 {
	vertical-align:top;
	width:760px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../Images/pageBorderRight.jpg);
	background-repeat: repeat-y;
	background-position: right;
}


#banner {margin:0; padding:0;}

#topnav {
	text-align:center;
	color:#999966;
	margin:0;
	padding:10px 0 10px 0;
}
#topnav td {
	text-align: center;
	vertical-align: text-top;
}

#topnav ul {list-style:none; width:auto; margin:0; padding:2px 0 2px 0; border-top:1px solid #999966; border-bottom:1px solid #999966;}
#topnav li {display:inline;}
#topnav  a,#sidebar a {
	color:#2B2B3C;
	text-decoration:none;
	font-family: "Comic Sans MS", "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
#topnav a:hover {
	color:#990000;
}

/*The divider is used to separate the top navigation menu from the content area.*/
#divider {
	padding:0;
	background-color:#8C0704;
	height:10px;
	margin-top: 0;
	margin-right: -2px;
	margin-bottom: 0;
	margin-left: -2px;
}
#main/*The container is used to enclose both the left navigation and the content area in to one div so that the left navigation will float properly.*/
 {
	padding:0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#header {
	float: right;
	width: 530px;
}

#header  h1 {
	font-size:1.9em;
	font-weight:bold;
	color:#990000;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
	font-family: Verdana, Geneva, sans-serif;
}
#content p.left {
	margin-left: 0px;
}

#content h2 {
	font-size:1.33em;
	color:#333333;
	font-style:italic;
	padding:0;
	margin-left: 1em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
}
#content p {
	margin-left: 3em;
	margin-bottom: 10px;

}
#content ul {font-size:75%;}
#content li {
	margin-left: 3em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#content a {
	text-decoration:none;
	color:#990000;
}
#content a:hover {
	color:#0000cc;
}
#sidebar {
	font-size: 0.85em;
}


#footer {
	font-size: 0.8em;
	font-style: italic;
	color: #999999;
	clear: both;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
}
#footer p {
	margin-top: .2em;
	margin-bottom: .2em;
	text-align: center;
}
#bottom {
	padding:0;
	background-color:#8c0704;
	height:2px;
	margin-top: 15px;
	margin-right: -2px;
	margin-bottom: 0;
	margin-left: -2px;
}
