/* globals */
* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0px; 
	padding: 20px 0;
	font: normal 0.8em/1.6em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #7c7c7c;
	text-align: center;
	background: url(images/background.gif);
	}

/* layout */
#container {
	margin: 0 auto;
	width: 666px;
	color: white;
	background: url(images/wrap-bg.jpg) 0 0 repeat-y;
	}	

#header {
	border-bottom: 3px solid #bbb;
	background: #A2B3D3 url(images/logowhole.jpg) no-repeat;
	height: 158px;
	}
	

#content {
	margin: 0 -5px 0 0;
	padding: 0;
	float: left;
	width: 460px;
	line-height: 1.5em;
	color: #7c7c7c;
	text-align: left;
	}
	
#contenttext {	
	margin: 1px 0;
 	padding: 1em 2em;
	background: url(images/grade.jpg) repeat-y top left;
	}
	
#sidebar {
	float: right;
	width: 206px;
	}
		
#footer {
	clear: both;
	color:#DDDDDD;
	margin: 0 auto;
	background: #828377;	
	width: 666px;
	height: 28px;
	line-height: 2em;
	}
	
/* sidebar */	
	.box {
		margin: 20px 18px 10px 18px;
		padding: 0;
		line-height: 1.5em;
		color: #666;
		background: #fff url(images/box-b.jpg) no-repeat bottom right ;
		font: normal 0.9em/1.5em Tahoma, Verdana, Arial, Georgia, sans-serif; 
		}
		
	.box h3 {
		text-indent: -9999px;
		padding: 12px;
		background: url(images/box-t.jpg) no-repeat top left;
		background-color: transparent;
		}
		
	.box img {
		position: relative;
		top: -36px;
		}
	
	.box ul {
		text-align: left;
		position: relative;
		left: .9em;
		top: -3.5em;
		}
	
	.box ul li {
		margin: 0 0 0 12px;
		padding: 0 0 0 24px;
		list-style: none;
		background: url(images/tinybulb.gif) no-repeat 0 -0px;
		}
		
	.box ul li a {
	width: 120px;
	line-height: 1.65em;
	line-spacing: 1em;

	}
	
					
	.box a:hover {
		text-decoration: none;
		}

    .box h3 a img{
		text-decoration:none;}

/* flavor */


/* blockquote ain't working - 3/15 */
#blockquote 
  {
  background-color: #999999;
  border-left: 1px #666666 solid;
  }



#content p {margin: 0 0 25px 0;}

#content p a {
color: #6699FF;
 text-decoration: none;
 
 }

#content li a {
color: #6699FF;
 text-decoration: none;
 }

ul,ol {position: relative;
	left: 30px;
	width: 375px;}

h1 {font-family: Helvetica, Verdana, sans-serif;
     color: #666666;
	 font-size: 1.5em;

 }

			
h2 {font-size: 1em; line-height: 0.25em;}


h4 .phone {color: red; text-align: center; margin: 0 0 25px 0;}
						

			
#validate img {margin: 5px 0;}
	
a:visited {color: blue;}
	
a:link {color: blue;}

object {
	margin: 5px 0 5px 0;
	position: relative;
	left: -2px;
	}
	
	/* removes the funky blue style around the border */
img
{  border-style: none;
}

