	body { background: #fdfef6 url("../images/back.jpg") no-repeat center top;
	margin:0;
	margin-top: 13px;
	padding:0;
    	color : #572d38;
    	font-size : 13px;
    	font-family: Georgia, "Times New Roman", Times, serif;
	
	
	}
    a  {
    	text-decoration : none;
		color: #003399;
    }
	h1 {
	font-size: 21px;
	color:#571e03;
	font-weight:normal;
	padding:0;
	margin:0;
	margin-top: 6px;
	margin-bottom: 9px;
	
	}
    
    a:hover  {
    	text-decoration : underline;
    }
    
    select  {
    	font-size : 12pt;
    	font-family : times new roman,sans-serif;
    }
    
    input  {
    	font : verdana, helvetica, arial,sans-serif;
    	color : blue;
    	font-size : 10px;
    }
	
    .main {
	padding-top: 9px;
	
	
	
    	
    }

    .main  p{
	text-align:justify;
    	
    }
	 .smmain  {
    	color : black;
    	font-size : 12px;
    }
    
    .bold  {
    	color : 003366;
    	font-size : 12px;
    	font-weight : bold;
    }
    
    .side  {
    	color : gray;
    	font-size : 12px;
    }
	
	.bigger  {
    	color : black;
    	font-size : 12px;
    }
	.biggest  {
    	color : black;
    	font-size : 14px;
    }
	.thebiggest  {
    	color : black;
    	font-size : 16px;
    }
	
	
/* footer nav items */

#footerCon

{

FONT-SIZE: 12px;
	text-align:center;
	FONT-WEIGHT: normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 9px;


}

.footerlinks, .footerlinks:visited { color: #571e03; FONT-WEIGHT: bold; FONT-SIZE: 12px; line-height:12px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; padding-left: 2px;padding-right: 2px;}

.footerlinks:hover, .footerlinks:visited.hover {color: #000; FONT-WEIGHT: bold; FONT-SIZE: 12px; line-height:12px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; padding-left: 2px;padding-right: 2px;} 

.footerlinks:visited.active, .footerlinks:active {color: #000; FONT-WEIGHT: bold; FONT-SIZE: 12px; line-height:12px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; padding-left: 2px;padding-right: 2px;} 

#copyright

{
padding-top: 12px;

}





/* -------------------------- */
/* We begin by styling the main navigation on the page... */

#topmainnav {

	background: #844741;

	height: 23px;
	color: #fdfef6;
	font-size: 12px;
	display:block;
	position:relative;
	text-align:center;
	z-index:999;
	font-size:12px;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}

/* -------------------------- */
/* Overall main navigation styles */



#topnav, #topnav ul {
	float: left;
	list-style: none;
	color: #999;
	background-color: transparent;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
/* -------------------------- */
/* The top main topnavigation links */
#topnav a {
	display: block;
	padding-left: 11px;
	padding-right: 11px;
	color: #fdfef6;
	line-height: 23px;
	background: url(../images/line.jpg) no-repeat top right; /* puts a "bar" on right of the main topnav links */
	text-decoration: none;
}
/* I'm targeting the last main topnavigation link to have no "bar" on the right side */
#topnav a.last {
	background-image: none;

}
#topnav a.laston {
background-image: none;
	background-color: #571e03;
	

}
#topnav a.first {
	padding-left: 12px;
	padding-right: 12px;
}
#topnav a.firston {
	padding-left: 12px;
	padding-right: 12px;
	background-color:#571e03;
}
#topnav a.on {
	background-color:#571e03;
}
#topnav a:hover {
	color: #fff;
}

#topnav a.tech {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech.jpg) repeat-x;
	color: #2E5EA4;
}
#topnav a.techon {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech_on.jpg) repeat-x;
	color: #2E5EA4;
}
#topnav a.tech:hover {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech_on.jpg) repeat-x;
	color: #2E5EA4;
}



#topnav a.one, #topnav a.two, #topnav a.three {
	text-align: left;
	
}
#topnav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#topnav li ul {
	position: absolute;
	left: -999em;
	width: 160px; 
	font-weight: normal;
	background-color: #495a63;
	margin: 0;
	margin-left: -1px;
	border-right: 1px solid #394a54;
	border-left: 1px solid #394a54;
	border-bottom: 1px solid #394a54;
	font-size: 11px;
}
#topnav li li {
	padding: 0;
	width: 160px; 
}
#topnav li ul a {
	line-height: 12px;
	padding: 5px 10px;
	width: 140px;
	* html width: 100px;
	border-top: 1px solid #394a54;
	
}

/* This controls the flyout location of the second level dropdowns */
#topnav li ul ul {
	margin: -2em 0 0 160px;
}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main topnav link while looking at the dropdown */
#topnav li:hover, #topnav li.sfhover {
	background-color: #571e03;
	color:#fff;

}
#topnav li.tech {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech.jpg) repeat-x;
	color: #2E5EA4;

}
#topnav li.tech:hover {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech_on.jpg) repeat-x;
	color: #000;

}
#topnav li.techon {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech_on.jpg) repeat-x;
	color: #000;

}
#topnav li.techon:hover {
	background: #7A9DCF url(../images/skycss/nav/bg_menu_tech_on.jpg) repeat-x;
	color: #000;

}
/* -------------------------- */
/* The dropdown links list colors */
#topnav li ul.under a {
	color: #fff;
	background-image: none;
}
#topnav li ul.under a:hover {
	background: #000;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#topnav li ul.under li:hover a.daddy, #topnav li ul.under li.sfhover a.daddy {
	color: #000;
}
#topnav li ul.under li:hover, #topnav li ul.under li.sfhover {
	color: #000;
	background-color: #00218E;
}
/* -------------------------- */
.flashmovie {padding:0; margin: 0; margin-top: 12px;}
.photo {border: #844741 solid 1px;}