html
{
	margin: 0px;
}
body
{
	margin: 0px;
}
#leftmenu
{
	float: left;
	width: 150px;
	text-align: left;
	color: #ffffff;
	margin-right: 10px;

}
#contact
{
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	background-color: #ff0000;
	padding: 5px;
	width: 100%;
	border: groove #ffffff 2px;
	margin-bottom: 50px;
	height: 210px;
	vertical-align: middle;
	

}

#leftmenu ul li a, #leftmenu ul li
{
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
}

#leftmenu ul li a:hover
{
	color: #ffff33;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#leftmenu ul li a:visited
{
	color: #993300;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#leftmenu ul li a:active
{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#leftmenu ul
{
	padding-left: 30px;
	margin-left: 0px;
}

#leftmenu ul li ul
{
	padding-left: 15px;
	margin-left: 0px;
}

#contents
{
	float: right;
	clear: right;
	width: 600px;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	padding-left: 10px;
	padding-bottom: 50px;
	padding-top: 5px;
	min-height: 1000px;

}

#bottom
{
	width: 775px;
	clear: both;
	align: center;
	background-color: #ffffff;

}

#page-container
{
	width: 775px;
	background-color: #cccccc;



}
.copyright 
{
	font-family:Arial; 
	font-style:normal; 
	font-size:10pt; 
	color:black;
	text-align: center;
	width: 100%;
}

#contents ul, #contents ol
{
	margin-top: -5px;
}

#contents ul li, #contents ol li
{

	font-family: arial, sans-serif;
	font-size: 80%;
	margin-left: 0px;
	padding-top: 1px;
	line-height: 1.25;
}
#contents ul li ul li, #contents ol li ol li
{

	font-family: arial, sans-serif;
	font-size: 100%;
	margin-left: 0px;
	padding-top: 1px;
	line-height: 1.25;
}

#contents ul.nopad li
{

	font-family: arial, sans-serif;
	font-size: 80%;
	margin-left: 0px;
	padding-top: 1px;
	line-height: 1.25;
	margin-left: -25px;
	padding-left: -25px;
	margin-right: 25px;
}

#contents ol
{
	margin-top: ;
}

#contents ol li
{

	font-family: arial, sans-serif;
	font-size: 100%;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 1px;
}



#contents ol li ol li
{

	font-family: arial, sans-serif;
	font-size: 100%;
	margin-left: 0px;
	padding-top: 1px;
}

#contents ol li p
{

	margin-top: 10px;
}


#contents ul li
{

	font-family: arial, sans-serif;
	font-size: 100%;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 1px;
}
#contents h3
{
	font-family: tahoma, arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
	font-size: 100%;
}

#contents h1
{
	font-family: tahoma, arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 120%;
	color: #000000;
	font-weight: bolder;
	width: 100%;

}

#contents h2
{
	font-family: tahoma, arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 110%;
	font-weight: bold;

}

#contents p, #contents dd, blockquote
{
	margin-top: 0px;
	padding-top: 0px;
	font-family: arial, sans-serif;
	font-size: 100%;
}

#contents dt
{
	margin-top: 0px;
	padding-top: 0px;
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
}

.standards
{
	font-family: arial, sans-serif;
	font-size: 80%;
	text-align: center;
	border-top: #af212f groove 2px;
	margin-top: 0px;
}

span.picleft
{
	margin-right: .75em;
	text-align: center;
	float: left;
	width: auto;
}

p.picright
{
	margin-left: .75em;
	text-align: center;
	float: right;
	width: auto;
}

/*START SETTINGS FOR FORMS*/
label
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 150%;
}

form
{
	font-family:Arial, Helvetica, sans-serif;
}
/*END SETTINGS FOR FORMS */

/* DROP DOWN MENU */

.chromestyle
{
	width: 99%;
	font-weight: bold;
	margin-top: 25px;

}

.chromestyle:after

{ 	/*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;

	 

}

.chromestyle ul
	{
		border: 1px solid #BBB;
		width: 100%;
		background: url(../images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
		padding: 4px 0;
		margin: 0;
		text-align: center; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li
	{
		display: inline;
	}

.chromestyle ul li a
	{
		color: #494949;
		padding: 4px 7px;
		margin: 0;
		text-decoration: none;
		border-right: 1px solid #DADADA;
	}

.chromestyle ul li a:hover
	{
		background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	}

.chromestyle ul li a[rel]:after

	{ /*HTML to indicate drop down link*/
		content: " v";
		/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
	{
		position: absolute;
		top: 0;
		border: 1px solid #BBB; /*THEME CHANGE HERE*/
		border-bottom-width: 0;
		font: normal 10px Verdana;
		line-height: 18px;
		z-index: 100;
		background-color: white;
		width: 200px;
		visibility: hidden;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}


.dropmenudiv a
	{
		width: auto;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
		padding: 2px 0;
		text-decoration: none;
		font-weight: bold;
		color: black;
	}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}