body		{	font-family: verdana, arial, sans-serif;
			font-size: 80%;	
			color: #000;
			text-align: center;
			background-color: #666;
		}
* 		{	margin: 0;
			padding: 0;
		}
td		{	padding: 2px;
		}
div#container	{				
			margin: 10px auto;
			width: 860px;
			text-align: left;
			background-color: #fff;
			color: #000;
			border: 1px solid #000;
			background-image: url('/images/nav_bg.gif');
			background-repeat: repeat-y;

		}
div#header	{	background-color: #fff;
			background-image: url('/images/top_bg.jpg');
			background-position: top right;
			height: 110px;
			overflow: hidden;
		}
div#menubar	{	background-color: #69c;
			height: 21px;
		}
div#navbar	{	float: left;
			width: 150px;
			background-color: #ccc;
		}
div#navbar ul	{	line-height: 1.7em;
			list-style-type: none;	
			margin: 10px 5px 5px 15px;
		}
div#navbar li	{	font-size: .85em;		
		}
div#navbar li.top	{	color: #c00;
				font-size: 1em;		
		}
div#content 	{	margin-left: 170px; 
			padding: 5px;
			min-height: 400px;
		}
div#content h1	{	margin: 1em 0 .5em 0; 	
			font-size: 1.3em;
			color: #06c;		
		}

div#content h2	{	margin: 1em 0 .5em 0; 	
			font-size: 1.1em;
			color: #06c;		
		}
div#content h3	{	margin: 1em 0 .5em 0; 	
			font-size: 1em;
			color: #06c;		
		}
div#content h3.ybg {	background-color: #fc3;
			padding: .2em;
		}
div#content p 	{	margin: 1em 0; 		
		}
div#content ol, ul {	margin-left: 3em; 
		}
div#content li  {	margin: .5em 0;
				  
                }
div#content ul.feature_list li {	margin:  0;				  
                }
div#content .col {	margin-right: 170px;
		}

div#content .links {	border-top: dotted 1px #336699;
			padding: .3em;
			margin: 0;
		}
div#content .linksection {	background-color: #99CCFF; 
			padding: .3em;
		}
div#content .warning	{	 
			font-size: .85em; 
			color: #f00;
		}
div#content .siteimage	{	
			border: 0;
			vertical-align: middle;
		}
div#content .caption	{	
			font-size: .85em; 
			color: #000000;
		}
div#content div#partners {
			text-align:center;
		}
div#content div#partners img {
			border:0;
		}
div#footer	{	clear: both;			
			margin: 0;
			font-size: .85em;
			padding: 5px 0 10px 0;
			text-align: center;
			background-color: #839BC5;
			color: #fff;
			border-top: 1px solid #000;
		}
/*clearing options */

.clearfloat	{	width: 100%;
			overflow: hidden;
		}
.nav		{ 	text-decoration: none;
		}
a.nav:link  	{ 	color: #000; 

               	}
a.nav:visited 	{ 	color: #666; 
		}
a.nav:hover   	{	color: #fff; 
			text-decoration: underline;
		}
a.nav:active  	{ 	color: #ff0000; 
			text-decoration: none;  
	       	}
a.more		{	font-style: italic;
		}
div#right_panel { 	float: right;
			width: 150px;
			border: 1px solid #000;
			margin-left: 10px;
			padding: 5px;
			font-size: .85em;
		}
div#right_panel ul {	margin-left: 2em;
			
		}

div#formcontainer 	{	margin: 25px 0 0 50px;
				width: auto;
			}
div#formcontainer form  {
			}

div#formcontainer div.clearform	{	padding: 5px 0px; 
					vertical-align: top;
					width: auto;
					overflow: hidden;
					margin: .5em 0;
				}
div#formcontainer form label {	width: 120px;	 
				float: left;
				margin-right: 10px;
			}

.formcaption 		{	font-size: .75em; 
			}	
div#formcontainer div.buttongroup 	{	float: left; 
						margin: 0px; 
						padding: 0px;
			} 
div#formcontainer div.buttongroup div 	{	margin-bottom: 5px; 
					} 
div#formcontainer div.buttongroup input	{	margin-right:5px;
					} 

.button		{	color: #fff;
			background-color: #69c;
			padding: .1em .5em;
			font-weight: bold;
			font-size: .85em;
		}
textarea	{	font-family: verdana, arial, sans-serif;
			font-size: 1em;
		}
div#feature_container {	
			overflow: hidden;
			margin-top: 5px;
			margin-bottom: 5px;
			}
div#feature_container h4 {	font-size: .8em;
			}
div#feature_container p {	font-size: .8em;
				padding: 0;
				margin: .75em 0;
			}
div#feature_container ul {	list-style-type: square;
				margin-left: 2em;
				font-size: .8em;
			}
div.left_feature_box {	width: 235px;
			border: 1px solid #000;
			padding: 5px;	
			float: left;
			min-height: 250px;
			}
div.right_feature_box {	width: 235px;
			border: 1px solid #000;
			padding: 5px;
			float: right;
			min-height: 250px;
			}

div.news_feature_box {	border: 1px solid #000;
			margin-top: 5px;
			margin-bottom: 5px;
			font-size: .85em;
			padding: 0 5px;
			}
div.inner_wrapper {	overflow: hidden;
		}

/* THE HORIZONTAL MENU STARTS HERE */

div#listmenu 	{	font-size:.85em;	/* SET FONT-SIZE HERE */
			font-weight: bold;
			margin-left: 0;
			padding-top: 4px;
		}
div#listmenu ul {	margin-left: 160px; /* indents ul from edge of container */
		}
div#listmenu li {	float:left;
			position:relative; 
			list-style-type:none;
		}
div#listmenu a 	{	display:block;
			padding: 0 3px;
                        margin: 0 10px; /*creates space each side of menu item's text */
			text-decoration:none;	 /* removes the underlining of the link */
			color:#fff;	/* sets the type color */
		}
div#listmenu a:hover 	{	
			color:#6776A1;
			text-decoration: none;
			background-color: #fff;
			}
/* the horizontal menu ends here */


/* the drop-down starts here */

div#listmenu ul li ul 	{
			margin: 0;
                        position:absolute;
			width: 180px;
			left:-1px;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			}
div#listmenu ul li ul li {
			width: 100%;
			background-color: #69c;
			padding-top: 5px;
			padding-bottom: 5px;
			border-top: 1px solid #fff;
			}
div#listmenu ul li ul li:first-child {
        border-top:1px solid #fff; /*the top edge of the dropdown */
	}

/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul 	{	display:none;
			}
div#listmenu ul li:hover ul {	display:block; 
			}

/* END OF LIST-BASED MENU */

