/* CSS Document */

@charset "iso-8859-1";

 /* default body values */

body {
 	margin: 0;
	margin-bottom: 20px;
	color: #666;
 	background:#FFF;
 	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
 }
 
a {
	text-decoration: underline;
	color: #6B800E;
}

a:hover, a:active {
	color: #8FCE45;
}

p	{
	margin-top: 0px;
}

h1 {
 	font-size: 120%;
	color: #7988A8;
	margin-bottom: 5px;
}

h2 {
 	font-size: 100%;
	margin-bottom: 0px;
}

 /* formatting */
 
#outer {
 	width: 700px;
 	margin: 0 auto;
 	background: #FFF url(images/mainbg.gif) repeat-y;
}

#banner {
	width: 700px;
	height: 99px;
}

#leftcol {
 	float: left;
 	width:520px;
 	padding: 0px;
	margin-bottom:10px;
 }
 
#leftrow1 {
 	float: left;
 	width:520px;
 	padding: 0px;
 }
 
#leftrow2 {
 	float: left;
 	width:520px;
	min-height: 300px;
	height: auto;
	height: 300px;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
 	padding: 0px;
	text-align: justify;
 }

#leftrow2 img {
	padding:5px;
	margin:5px;
	border: 1px solid #7988A8;
	float:right;
}

#leftrowcontent {
 	float: left;
 	width:490px;
	min-height: 300px;
	height: auto;
	height: 300px;
 	padding: 15px;
 }

#leftrowcol1 {
 	float: left;
 	width:230px;
	min-height: 300px;
	height: auto;
	height: 300px;
 	padding: 15px;
 }
 
#leftrowcol2 {
 	float: left;
 	width:230px;
	min-height: 300px;
	height: auto;
	height: 300px;
 	padding: 15px;
 }
 
#rightcol {
 	float: right;
 	width:160px;
 	padding: 10px;
	font-size: 90%;
}

#rightcol p {
	margin-top: 0px;
}

#rightcol h1 {
 	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}

#rightcol h2 {
 	font-size: 90%;
	font-weight: bold;
	color: #7988A8;
	margin-bottom: 0px;
}

#ftr {
 	clear: both;
	height:20px;
 	color: #fff;
 	background:#7988A8;
 	font-size: 80%;
	line-height: 20px;
 	text-align: center;
 	border-top: 1px solid #000;
 }
 
 /* navigation bar */

#navbar {
	height: 19px;
	width: 700px;
	background-image: url(images/navbg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	float: left;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	height: 19px;
	line-height: 19px;
}

#navbar li	{
	list-style-type: none;
	display: inline;
	float: left;
}

#navbar li a {
	width: 9em;
	display: block;
	text-decoration: none;
	color:  #333;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#navbar li a
{
float: none
}
/* End hide */

#navbar li a:link, #navbar li a:visited {
	background-repeat: repeat;
}

#navbar li a:hover, #navbar li a:active {
	background-image: url(images/navbgover.gif);
	background-repeat: repeat;
	color: #FFF;
}
	