/* Layout Styles */

body
{
	background-color: #EE8615;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet, Arial, Helvetica, Verdana, serif;
}



#background
{
	background-image: url(images/background01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto 0px auto;
    
}

		

		#banner		
		{height: 175px;
			width: 720px;
			
			background-image: url(images/banner03.gif);
			
			background-position: 18px top;
			background-repeat: no-repeat;
			margin: 0px auto 0px auto;
		}
		
		#A2logo		
		{
			float: right;
			margin: 20px 40px 0px 70px;
		}

#teens
{
	float: left;
	overflow: default;
	margin: 0px 15px 0px 0px;
	position: relative;
	top: 20px;
	right: 0px;
}
	





		#content
		{
			padding: 10px 10px 0px 25px;
			margin: 0px;
		}

	#roundcorner
	{
		background-color: #ECEBF5;
		border-color: #352F72;
		border-width: 2px;
		border-style: solid;
	}
	
	#bottomcorner
	{
		background-image: url(images/roundcorner03.gif);
		background-repeat: no-repeat;
		background-position: -55px bottom;
		display: none;
	}	

		#sidebar-b		
		{
			
			width: 147px;
			\width: 157px;
			w\idth: 147px;
			margin: 0;
			margin-left: 5px;
			padding: 5px;
			height: 800px;
		}

/* Text  and Image Styles */		

#bannerquote
{
	padding: 20px 175px 0px 200px;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
	text-transform: inherit;
	margin: 35px 0px 5px 0px;
	color: white;
}

.menuheader{

color: white;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-indent: +12px;
margin-bottom: 5px;
margin-top: 10px;}

p,li,td{color: black;
			
			font-size: 12px;
			line-height: 16px;
			font-style: normal;}
			
			
h1
{
	text-align: left;
	text-transform: inherit;
	text-decoration: none;
	color: #CD7123;
	
	font-size: 18px;
	
	font-weight: bold;
	line-height: 22px;
}
h2
{
	text-align: left;
	text-transform: inherit;
	text-decoration: none;
	color: #CD7123;
	
	font-size: 14px;
	
	font-weight: bold;
	line-height: 18px;
}

.firstletter
{
	color: #CD7123;
	font-size: 1.3em;
	font-weight: bold;
}

.floatright{ float: right; }		
 
 .floatleft { float: left; }


/* Menu Styles */		


.topmenu
{
	font-size: 11px;
	line-height: 11px;
	margin: 0px 0 0 245px;
	padding: 7px 0px 0px 0px;
	font-weight: bold;
}

.topmenu a:link
{
	
	color: white;
	text-decoration: none;
}

.topmenu a:visited{
  
	color: white;
	text-decoration: none;
}

.topmenu a:active{
  
	color: white;
	text-decoration: none;
}

.topmenu a:hover{
  
	color: black;
	text-decoration: none;}

.navlist
{
	padding-left: 0;
	font-size: 10px;
	line-height: 12px;
	margin: 5px -5px 10px 15px;
	font-weight: normal;
}

.navlist li
{
	list-style: disc outside url(images/blue-bullet.gif);
	margin: 0 0 0 5px;
	padding: 0px 0.10em 2px 0.25em;
	
}

.navlist li a:link
{
	text-decoration: none;
	color: white;
}

.navlist li a:visited
{
	text-decoration: none;
	color: white;
}

.navlist li a:active
{
	text-decoration: none;
	color: white;
}

.navlist li a:hover
{
	text-decoration: none;
	color: silver;
}

		a:link {
	color: blue;
	text-decoration: none;
}

	a:visited {
	color: blue;
	text-decoration: none;
}



	a:active {
	color: blue;
	text-decoration: none;
}


a:hover {
	color: red;
	text-decoration: none;
}









