/*style sheet for Accent website */

body 	{background-color: #ffffff;} 

/* text */

h1 	{
	color: #003366;
	font-size: 22px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold; 
	line-height: 150%;
	}
	

h2 	{
	color: black;
	font-size: 30px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 150%;
	}
	


h3 	{
	color: #003366;
	font-size: 22px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold; 
	line-height: 150%;
	}

	
	
h4 	{
	color:  #003366; 
	text-align: center;
	font-size: 15px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 150%;
	}
	
p, ul {
	color: #003366; 
	font-size: 16px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	line-height:150%;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
	}



a:link, a:visited

{
	color: #ffffff;
	background-color: transparent;
}

linkothr.a
{
	color: #ff00ff;
	background-color: transparent;
}


a:hover, a:active
{
	color: #ffff00;
	font-weight: bold;
	background-color: transparent;
}


.other a:link {text-decoration: underline overline; color: green;}
.other a:visited {text-decoration: underline overline; color: green;}
.other a:active {text-decoration: underline overline; color: green;}
.other a:hover {text-decoration: underline; color: green;}	

/*end of text*/

/* divs */


.topbanner
{
height: 300px;
margin: 10px 0 10px 0;
background-color: #ff0000;
border: 2px dotted #cd853f;
}

.nav
{
	margin: 0;
	font-size: 120%;
	
	/* background-color: #993300;*/
	 background-color: #003366;
	padding: 2px 0;
}

.nav2
{
	margin: 0;
	height: 100px;
	width: 900px;
	/*  background-color: #993300; */
	 background-color: #003366;
	padding: 0;
}

.nav li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}


.floatright
{
/*  clear: left;
clear: right; */
float: right;
margin: 0 0 10px 10px;
width: 100px;
}

.floatleft
{

float: left;
margin: 0 10px 0 0;
width: 150px;
clear: left;
}

#floatleft_head
{

float: left;
margin: 0px 10px 10px 50px;
width: 900px;
clear: left;

}

.containingbox_content  { 
		
		margin: 0 250px 0 250px;
		background-color: #eeeeee;
		}



.containingbox_subhead  { 
		
		margin: 0 100px 0 250px;
		background-color: #eeeeee;
			}
#containingbox 		{ 
		width:100%;
		height: 600px;
		margin: 0;
		background-color: #eeeeee;
			}
#picture	{margin: 50px 250px 50px 300px;}
