/* CSS Document */

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

body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:rgb(0,0,109);
	}

#container {
	width: 785px;
	margin: 0px auto 3px;
	position: relative;
	background-color:white;
	border:solid black 3px;
	}

#header {
	height: 213px;
	text-align:center;
	background-image:url(images/SpartaLogo-header.png);
	background-repeat:no-repeat;
	padding:30px 0px 0px 200px;
	}

#header p, #header h1 {
	margin-left:50px;
	color: rgb(0,0,90);
	font-weight: bold;
	}
	
#header p {
	background-color:#ccc;
	padding-bottom:3px;
	font-size:40px;
	}
	
#header h1 {
	font-size:16px;
	padding:15px 0px 100px 0px;
	}

#header2 {
	height:55px;
	padding-top:20px;
	text-align:center;
	vertical-align:center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	background-color: tan;
/*
	background-image:url(images/image3.jpg);
	background-repeat:no-repeat;
*/
	}

#nav_bar {
	background-color:tan;
	background-color:transparent;
	/* height: 400px;*/
	width:170px;
	padding: 60px 0px 0px 30px;
	margin-right:20px;
	float:left;
	}

#nav_button a {
	background:transparent url(images/button2.png) no-repeat bottom;
	display:block;
	width:140px;
	height:29px;
	overflow:hidden;
	text-align:center;
	color:white;
	font-family:Times, serif;
	font-size:18px;
	font-weight:bold;
	padding:13px 0px 3px 1px;
	text-decoration:none;
/*	border:solid black 2px; */
	margin-bottom:5px;
}

#nav_button a:hover {
	padding:12px 1px 4px 0px;
	background:transparent url(images/button2.png) no-repeat top;
/*	border-top:		solid rgb(4,150,210) 2px;
	border-right:	solid rgb(31,62,90) 2px;
	border-bottom:	solid rgb(31,62,90) 2px;
	border-left:	solid rgb(4,150,210) 2px;
*/
}

#nav_button a:visited, #nav_button a:active	{color:#fff;}
	
#nav_button a.current  {
	background:transparent url(images/button2.png) no-repeat top;
	color: #888;
	padding: 12px 1px 4px 0px;
/*	border-left: outset #eee 2px;
	border-right: outset #ccc 2px;
	border-top: solid #ccc 2px;
	border-bottom: solid #777 2px;
	*/
	
	}
#nav_button a.current:hover  {
	color: #999;
	}

#center {
	position:relative;
	top:-40px;
}

#center h3 {
	font-size:14px;
	color: #3e649b;
	text-align:center;
	margin:0px;
	margin-top:20px;
	}

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

.lead {padding-bottom:10px;}

li {font-weight:normal;}
td {padding:0px 15px;}

a.box_link		{background:url("link_bg.png") rgb(255,255,222) repeat-x;
			color: rgb(189,126,125);
			text-decoration: none;
			margin:5px;}
a.box_link:hover	{ color: rgb(153,96,87); text-decoration: underline; background:none white;}
a.box_link:active	{ color: #fff; text-decoration: underline;}

#footer {
	text-align: center;
	font-size: 8pt;
	padding-bottom:10px;
	color: #dda;
}

div#footer span {padding-left:15px; padding-right:15px;}

div#footer a			{ color: #dda; text-decoration: none;}
div#footer a:hover	{ color: #bbf; text-decoration: underline;}
div#footer a:active	{ color: #fff; text-decoration: underline;}

