/* GENERAL STYLES */

html
	{
	margin: 0;
	padding: 0;
	}
	
body
	{
	text-align: center;
	background: #CDD0D1 url(stripebackground.gif) top left repeat;
	font-family: arial, helvetica, sans-serif;
	}
	
#content
	{
	background: #fff;
	border: 1px solid #ccc;
	border-top: 1px solid #fff;
	}
	
p
	{
	padding: 0;
	margin: 0;
	text-align: justify;
	color: #333;
	}
	
/* LAYOUT */ 

#border
	{
	border: 1px solid #ccc;
	text-align: left;
	position: relative;
	margin: 40px auto;
	width: 776px;
	}
	

#container
	{
	border: 9px solid #fff;
	width: 758px;
	}
	
/* HEADINGS */

 #title
	{
	background: #fff url(bluebanner.jpg) top left  no-repeat;
	border-bottom: 1px solid #ccc;
 	height: 236px;
 	width: 758px;
 	}
 
 	
#title h1
	{
 	display: none;
	}

h2
	{
 	display: none;
	}

h3
	{
	color: #062A6E;
	font-size: 12px;
	margin-bottom: 8px;
	text-align: left;
	text-transform: uppercase;
	font-family: verdana;
	font-weight: bold;
	margin-left: 84px;
	}
	
/* TEXT */

#textbox p
	{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	margin-left: 84px;
	width: 425px;
	}
	
#copyright
	{
	font-size: 10px;
	margin-left: 85px;
	margin-bottom: 10px;
	padding-top: 30px;
	}

/* LINKS */

a.basiclink
	{
	text-decoration: none;
	color: #2CB1E4;
	}
	
a:hover.basiclink
	{
	text-decoration: underline;
	}

ul#links li
	{
	float: left;
	list-style: none;
	position: relative;
	margin: 0px 15px 0 -15px;
	}
	
/* values for IE5 mac */

/* hide from IE mac \*/

ul#links li
	{
	float: left;
	list-style: none;
	position: relative;
	right: 13px;
	bottom: 17px;
	margin: 0px 0px 0px 0px;
	}
	
/* IE Mac can see the rest of the style sheet */
	
#links a
	{
	border-right: 1px solid #ccc;
	text-decoration: none;
	display: block;
	position: relative;
	bottom: 20px;
	width: 100px;
	height: 28px;
	font-size: 0px;
	}
	
/* values for IE5 mac */

/* hide from IE mac \*/
	
#links a
	{
	border-right: 1px solid #ccc;
	text-decoration: none;
	display: block;
	position: relative;
	bottom: 0px;
	width: 100px;
	height: 28px;
	font-size: 0px;
	}
/* IE Mac can see the rest of the style sheet */
	
a#home
	{
	background: url(home.gif) top left no-repeat;
	background-position: 27px 3px;
	border-left: 1px solid #ccc;
	}
	
a#background
	{
	background: url(background.gif) top left no-repeat;
	background-position: 4px 3px;
	}
	
a#strategy
	{
	background: url(strategy.gif) top left no-repeat;
	background-position: 15px 3px;
	}
	
a#school
	{
	background: url(school.gif) top left no-repeat;
	background-position: 14px 3px;
	}
	
a#videos
	{
	background: url(videos.gif) top left no-repeat;
	background-position: 26px 3px;
	}
	
a#faq
	{
	background: url(faq.gif) top left no-repeat;
	background-position: 36px 3px;
	}

a#home:hover	
	{
	background: url(home.gif) no-repeat left top;
	background-position: 27px -22px;
	}
	
a#background:hover	
	{
	background: url(background.gif) no-repeat left top;
	background-position: 4px -22px;
	}

a#strategy:hover	
	{
	background: url(strategy.gif) no-repeat left top;
	background-position: 15px -21px;
	}
	
a#school:hover	
	{
	background: url(school.gif) no-repeat left top;
	background-position: 14px -22px;
	}
	
a#videos:hover	
	{
	background: url(videos.gif) no-repeat left top;
	background-position: 26px -22px;
	}
	
a#faq:hover	
	{
	background: url(faq.gif) no-repeat left top;
	background-position: 36px -23px;
	}
	
/* IMAGES */

img#grayline
	{
	position: absolute;
	top: 274px;
	left: 10px;
	}
	
img#stamp
	{
	position: absolute;
	clear: both;
	left: 670px;
	top: 253px;
	}
	
img#contact
	{
	position: absolute;
	clear: both;
	left: 616px;
	top: 325px;
	}
	