/* what are these three? */

* {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}

ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

/* general defs & classes */

body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#3a3a3a;
	background-color: #FFFFFF;
	background:url(../menu/image/topnavbg.png) repeat-x left top #ffffff;
}
.clear {
	margin:0px;
	padding:0px;
	height:0px;
	line-height: 0px;
	font-size:0px;
	clear:both;
}
.float_right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	
}
.float_left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

/* from old site, some elements still apply */

a:link { color: #3a3a3a; text-decoration: none;}
a:hover { color: #990000; text-decoration: none;}
a:active { color: #CCCCCC; text-decoration: none;}
a:visited {
	color: #3a3a3a;
	text-decoration: none;
}



.img-plain { 
	border: #3a3a3a 1px solid; 
	border-width: 0px 0px 0px 0px;
}


.img-plain a:link{ 
	border: #3a3a3a 1px solid; 
	border-width: 0px 0px 0px 0px;
}
.img-plain a:hover{ 
	border: #3a3a3a 1px solid; 
	border-width: 0px 0px 0px 0pxx;
}
.img-plain a:active{ 
	border: #3a3a3a 1px solid; 
	border-width: 0px 0px 0px 0px;
}
.img-plain a:visited{ 
	border: #3a3a3a 1px solid; 
	border-width: 0px 0px 0px 0px;
}


.text-title{  
	font-style: italic; 
	font-weight: normal;
}
.text-title a:hover{
	color:#990000;
	text-decoration:none;
}



 
/* header divs & classes */

#edosborn {
	float:none;
	height:23px;
	vertical-align:bottom;
	padding-top:9px;
	margin-left:10px;
	padding-bottom:2px;
}
#navbar {
	height:68px;
}

ul.topNav  {
	margin:0px;
	padding:0px;
	width:720px;
}
.topNav li{
	float:left;
	display:inline-block;
}
.topNav li a{
	 float:left;
     font-family:tahoma, arial;
	 font-size:14px;
	 color:#FFFFFF;
	 text-align:center;
	 line-height:34px;
	 display:inline-block;
	 text-decoration:none;
	 background:#3a3a3a;
	 padding-left:12px;
	 padding-right:12px;
	 margin-top:0px;
	 border-right:1px solid #dbd7c0;
}
.topNav li a:hover{
	color:#c53700;  
 /*		color:#990000;  */
	text-decoration:none;
}

.topNav li a.topNavFinal{
	border-right:none;
	padding-left:10px;
	padding-right:10px;
}

/* general stuff for body content */ 

#container {	/* holds everything on page */
	margin:0px auto;
	width:740px;
}

#container2 {	/* holds everything on page */
	width:720px;
	border-left:solid #3a3a3a 1px;
	border-right:solid #3a3a3a 1px;
	padding-left:10px;
	padding-right:10px;
	min-height:437px;
}

#spacer1 {  	/* horizontal spacer */
	height:10px;
	width:720px;
} 
#page-title {  	/* space for article title & subheading */
	/* height:40px; */
	width:720px;
	text-align:right;
} 
.page-title-text h1{
	font-size:24px;
	color:#3a3a3a;
	font-weight:normal;
	line-height:24px;
	font-family: Tahoma, Geneva, sans-serif;
}
#mainContent {
	width:720px;
	margin: 0 0 0 0px;
/*	padding: 10 10px; */
	
} 
.mainContent_text p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3a3a3a;
	font-weight:normal;
	line-height:16px;
	text-align:left;
}
.mainContent_text a:hover{
	color:#990000;
	text-decoration:none;
}
.credits_text p{
	font-size:12px;
	color:#3a3a3a;
	font-weight:normal;
	text-align:left;
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;	
}

/* footer */

#footer {
	background:url(../menu/image/footerbg.png) repeat-x left top;
	height:50px;
	width:100%;
	bottom: auto;		
}

#footer_text {
	width:740px;
	height:inherit;
	padding-top: 12px;
	margin:auto;

}
#footer_text p{	
	font-size:11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align:center;
}
/* contact page info */

#contact-left{
	float:left;
	position:relative;
	width:344px;
	border:solid #3a3a3a 1px;
	padding:3px;
}
#contact-right{
	float:right;
	position:relative;
	width:350px;
	border:solid #3a3a3a 1px;
	margin-left:10px;
	padding:3px;
}


