* {padding:0; margin:0;}

body {
	background-image:url(images/bkgd.jpg);
	background-repeat:repeat;
	font-size:.8em;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}


h1 {
	font-size:1.5em;
	color:#006600;
	text-transform:uppercase;
	}

h2 {
	margin-top:20px;
	font-size:1.3em;
	color:#000066;
	text-transform:uppercase;
	}
	
h3 {
	margin-top:20px;
	font-size:1.3em;
	color:#000066;
	text-transform:uppercase;
	}
	
h4 {
	margin-top:10px;
	font-size:1em;
	color:#000000;
	text-align:center;
	text-transform:uppercase;
	}

p 	{
	}
	
div {		
	margin:0;
	padding:0;
	/*border:solid #FF0000 1px;*/
	}
	
#container {
	background-color:#FFFFFF;
	width:800px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border:#CCCCCC solid 5px;
	}


#header {
	background-image:url(images/header2.png);
	width:800px;
	height:165px;
	margin:0;
	padding:0;
	}


#content {
	margin:10px 0 0 0;
	padding:0 20px 20px 20px;
	}
	
#content p {
	text-align:justify;
	line-height:1.2em;
	margin-bottom:1em;
	}

#right {
	margin:40px 0 0  0;
	padding:0;
	font-size:.8em;
	width:200px;
	float:right;
	clear:right;
	}
	
#rightfront {
	margin:53px 0 10px  15px;
	width:200px;
	float:right;
	clear:right;
	}

#right img  {
	padding-bottom:10px;
	}


/********************** menu ************/
#menu {	
	font-size:.9em;
	color:#CCCCCC;
	text-align:left;
	background-image:url(images/menubkg.png);
	background-repeat:repeat-x;
	text-indent:20px;
	line-height:2.5em;
	}


#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

#menu ul li{
	padding:0;
	margin:0;
	display:inline;
	padding-right:20px;
	}

#menu a:link {
	color:#000000;
	text-decoration:none;
	}
	
#menu a:visited {
	color:#000000;
	text-decoration:none;
	}


#menu a:hover {
	color:#000000;
	text-decoration:none;
	border-top:#000000 dotted 1px;
	}

/********************** end menu ************/

#footer {
	background-image:url(images/menubkg.png);
	background-repeat:repeat-x;
	font-size:.8em;
	color:#000000;
	text-align:left;
	padding:0 0 0 20px;
	line-height:2.5em;
	clear:both;
	}

.viewbutt a {
	display:block;
	width:178px;
	height:28px;
	background-image:url(images/viewbutton.png);
	margin-left:190px;
	}
	
.viewbutt a:hover {
	background-position:0 -28px;
	}

.qualbutt a {
	display:block;
	width:250px;
	height:25px;
	background-image:url(images/qual_high.png);
	margin: 5px 0 0 15px;
	}
	
.qualbutt a:hover {
	/*background-position:0 -25px;*/
	}

.qualbutt2 a {
	display:block;
	width:250px;
	height:25px;
	background-image:url(images/qual_med.png);
	margin: 5px 0 0 15px;
	}
	
.qualbutt2 a:hover {
	/*background-position:0 -25px;*/
	}


.active {
	border-top:#000000 dotted 1px;
	}

.center {
	text-align:center;
	margin:0;
	padding:0;
	}
	
.floatl {
	float:left;
	padding: 5px 15px 5px 0;
	}
	
.floatr {
	float:right;
	padding: 5px 0 5px 15px;
	}

.hide {
	display:none;
	}
	
.indent {
	padding-left:50px;
	}
	
.grey {
	background-color:#F2F2F2;
	padding:10px 10px 10px 15px;
	}
	
.grey p {text-align:justify; padding-bottom:10px;}

.grey ul {
	margin:0 0 0 15px ;
	padding:0;
	text-align:left;}
	
.grey li {
	line-height:2.4em;
	padding:10px 0;
	}

.clear {	
	clear:both;
	}
