body {
	margin:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%; /* global font size */
	line-height:120%;
	text-align:left;
	font-weight:bold;
	background-color:#333333;
	background: url(/images/bg01.jpg) repeat;
	color: #FFFFFF;
}
a {
	text-decoration:underline;
	color: #ffffff;
	font-weight:bold;
}
a:visited {
	color: #CCCCCC;
		font-weight: bold;
}
a:hover {
	text-decoration:none;
		font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
		line-height:110%;
	margin: 5px 0px 5px;
	padding: 0px;
	
	/* float:right; */
}
h1 a {
	text-decoration: none;
}
/* h1 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	font-weight: normal;
	margin: 20px 0px 15px;
	 image replace
	display:block;
	 background: url(/images/header01.gif) no-repeat; 
	height: 150px;
	width: 770px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;
}*/
h1 a:visited {
	color: #FFFFFF;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0px 5px;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 2px;
	/* border-bottom: 2px solid #6699FF; */
	margin: 5px 0px 5px;
}
#main_wrap{
	margin: 0px auto;
	width: 770px;
    /* background: url(/images/ParchmentBg01.jpg) no-repeat; */
}
#nav {
	clear:both;
	list-style:none;
    font-weight: bold;
	margin:10px;
	padding:0px;
}
#nav li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:100%;
	float:left;
}
#nav li a{
	color:#000000;
	text-decoration: none;
	display:block;
	padding: 12px 20px 0px;
	height:45px;
	float:left;
}
#nav li a:hover{
	background: url(images/nav-highlite.gif) repeat-x;
	color:#FFFFFF;
}
#content {
	width: 420px;
	float:right;
	padding: 0px 20px 20px 20px;
	background: url(/images/bg02.jpg) repeat;	 
}
#content2 {
	width: 705px;
	float:right;
	padding: 0px 20px 20px 20px;
	background: url(/images/bg02.jpg) repeat;	 
}
#content3 {
	width: 525px;
	float:right;
	padding: 0px 20px 20px 20px;
	background: url(/images/bg02.jpg) repeat;	 
}
#sidebar {
	width:270px;
	float:left;
	margin-top: 10px;
	padding: 20px 0px 0px 20px;	

}
#sidebar3 {
	width:180px;
	float:left;
	margin-top: 0px;
	padding: 10px 0px 0px 10px;	

}
#submenu {
	list-style:none;
	margin:0px;
	padding:0px;
}
#submenu li{
	border-bottom: 1px solid #dae6e9;
	padding:2px 0px;
}
#submenu li a{
	color: #036f8b;
	text-decoration: none;
}
#submenu li a:hover{
	color: #FF6600;
	text-decoration:none;
}
#footer {
	clear:both;
	 /* background: url(images/footer-bg.gif) repeat-x; */
	 
	text-align: right;
	height: 50px;
}
#copyright {
	width: 770px;
	text-align:right;
	margin: 0px auto;
	font-size: 90%;
	color: #666666;
}
#forms
{
}


.errormsg
	{ color: #cc0000; font-weight:bold; background: transparent;}
	
table {margin:0;} 
table.bgmid {background: transparent url("/images/layout01bg.jpg")  repeat-y;} /* not used */
table.bgbottom {background: transparent url("/images/01bgcolor.jpg") repeat;} /* not used */

table td
{margin:0; padding: 0; spacing: 0;}
th 
{COLOR: #333333; }


#tableLinks td
{
	letter-spacing: 1px;
	/* Kerning */
}











dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
	font-weight: bold;
}
#menu {
position: relative; /* Menu position that can be changed at will */
top: 0;
left: 0;
z-index:100;
width: 100%; /* precision for Opera */
height:60px;
}
#menu dl {
float: left;
width: 6em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
/* background: #ccc;
border: 1px solid gray;
margin: 1px; */
}
#menu dd {
display: none;
/* border: 1px solid gray; */
}
#menu li {
text-align: left;
width: 16em;
 background: #333333; 
 border: 1px solid white;
 font-weight: bold;
}
#menu li a, #menu dt a {
text-decoration: none;
width: 30em;
/* color: #FFF;
display: block;
height: 100%;
border: 0 none; */
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
/* background: #eee; */
}
#site {
position: absolute;
z-index: 1;
top : 90px;
left : 10px;
color: #000;
/* background-color: #ddd; */
padding: 5px;
border: 1px solid gray; 
}



#testing p
{
 font-weight: normal;
}