/* CSS File created by TJ Roy 1/29/2010 */
@charset "utf-8";

body  {
	
	color: #696a6c;
    font-family: Tahoma, sans-serif;
    font-size: 10pt;
	background-color: #0f4b7d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

body a
{
	color: #696a6c;
    text-decoration: none;
}

body a:hover
{
	 color: #792316;
     text-decoration: underline;
}

#topnav {
	padding-top: 10px;
	padding-bottom: 0;
	margin: 0;
	text-align: right;
}
#topnav a {
	padding-right: 13px;
}
#topnav img {
	margin-bottom: -10px;
}
#tagline {
	padding-left: 2px;
	padding-bottom: 15px;
}
#menu {
	/*position: absolute; *//* Menu position that can be changed at will */
	margin: 0 auto;
	width: 955px; /* precision for Opera */
	/*background-color: #ffffff;*/
}
#menu a {
	padding-right: 16px;
	padding-left: 16px;
}
#menu img {
	margin-bottom: -5px;
}
#image_rotator {
	margin-top: 10px;
	padding-left: 20px;
	}
#page_titles {
	margin-top: 0px;
	padding-left: 4px;
	}
.img_right {
       float: right;
       padding-right: 20px;
	   *margin-top:  -272px;
}
#tres_boxes {
	padding-left: 20px;
}

.star_students {
	padding-left: 5px;
}

.corp_sponsors {
	padding-right: 20px;
    padding-left: 10px;
}
#sideNav {
	position:relative;
	left:0px;
	top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 200px;
}
/* New CSS */
#container
{
	margin: 0 auto;
	width: 955px;
	background: #fff;
	margin-top:10px;
}
/*
#container {
	width: 955px;
	margin: 0 auto;  the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;
	text-align: left;  this overrides the text-align: center on the body element. 
	margin-top:10px;
	background-color: #ffffff;
}
*/
#header
{
	/*background-color: #ffffff;*/
	padding: 0 10px;
}
#header h1 
{ 
	margin: 0;


 }


#content-container
{
	float: left;
	width: 955px;
	/*background: #fff;*/
}

#section-navigation
{
	float: left;
	width: 200px;
	margin: 0 0px;
	display: inline;
	padding: 10px 0;
}

#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#section-navigation ul li
{
	margin: 0 0 1em;
	padding: 0;
	/*list-style-type: none;*/
}

#content
{
	float: left;
	width: 508px;
	padding-top: 10px;
	margin-left: 20px;
}

#content a
{
	color: #696a6c;
    text-decoration: none;
}

#content a:hover
{
	 color: #792316;
     text-decoration: underline;
}
#content_home
{
	float: left;
	width: 600px;
	padding-top: 10px;
	margin-left: 10px;
}
#aside_home
{
	float: right;
	width: 290px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 15px;
	margin: 0 0px 0 0;
	/*display: inline;*/
}
.img_right_home {
       /*float: right;*/
       padding-right: 0px;
	   padding-bottom: 15px;
	   *margin-top:  -0px;
}

#my_gallery {

     /*z-index: -2;*/
}
#content_news
{
	float: left;
	width: 350px;
	padding-top: 10px;
	margin-left: 20px;
}

#content_news a
{
	color: #696a6c;
    text-decoration: none;
}

#content_news a:hover {
        color: #792316;
        text-decoration: underline;
}

#content table { 
	margin-top: 10px; 
}
#content tr { 
	margin: 0; 
}
#aside
{
	float: right;
	width: 200px;
	padding: 10px 10px;
	margin: 0 0px 0 0;
	display: inline;
}

#aside_news
{
	float: right;
	width: 350px;
	padding: 10px 10px;
	margin: 0 0px 0 0;
	display: inline;
}
#aside h3 { margin: 0; }

#aside a
{
	color: #696a6c;
    text-decoration: none;
}

#aside a:hover
{
	color: #792316;
    text-decoration: underline;
}

#footer
{
	clear: left;
	background-color: #ffffff;
	text-align: right;
	padding: 20px;
	height: 1%;
	color: #696a6c;
    font-family: Tahoma, sans-serif;
    font-size: 10pt;
}

#footer a {
        color: #696a6c;
        text-decoration: none;
}

#footer a:hover {
        color: #792316;
        text-decoration: underline;
}
