body {
	background-image: url(/images/homeBackground.jpg);
	background-repeat: repeat-x;
        background-color: black;
        color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#outer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#inner {
	position: absolute;;
	height: 100%;
	width: 960px;
	top: 0px;
}

#header {
	position: relative;
	height: 134px;
	width: 960px;
	top: 0px;
	left: 0px;
}

#headerNav {
        position: absolute;
        bottom: 0px;
        right: 30px;
}

#headerNav li {
        float: left;
        list-style: none;
}

#headerNav li a {
        margin-left: 15px;
        text-decoration: none;
        color: rgb(172,172,172);
        font-family: "Myriad Pro";
        font-size: 14px;
}

#headerNav li a:hover {
        color: rgb(255,194,134);
}

#logo {
	position: absolute;;
	height: 94px;
	width: 386px;
	left: 0px;
	bottom: 0px;
	background-image:url(/images/logo.png);	
}

#contact {
	position: absolute;
        top: 30px;
        right: 30px;
	color: #9e9d9d;
	font-family: Georgia;
	font-size: 18px;
}

#studentAlert {
        position: absolute;
        top: 70px;
        right: 30px;
        color: rgb(255,194,134);
        font-size: 16px;
        font-family: Georgia;
}

#main {
	position: absolute;
	width: 960px;
	top: 164px; 
	background-color: rgb(59,59,59);
}

#nav {
	position: relative;
	width: 200px;
	float: left;
        color: white;
	background-color: rgb(59,59,59);
        font-family: "Myriad Pro";
        font-weight: lighter;
        text-align: center;
        padding-top: 10px;
}

#nav li {
        list-style: none;
        font-family: "Myriad Pro";
        font-size: 12px;
}

#nav li a {
        line-height: 20px;
        text-decoration: none;
        color: rgb(172,172,172);
        margin-right: 0 0 0 0;
}

#nav ul {
        padding: 0px;
        margin: 0px;
}

#nav li a:hover {
        color: white;
}

#text {
	position: relative;;
	width: 760px;
	float: right;
	background-color: white;
	color: black;
}

#textinner {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
}

#footer {
        position: relative;
        height: 134px;
        width: 960px;
        background-color: black;
        color: rgb(59,59,59);
        font-size: 10px;
}

#footertext {
        padding: 10px 10px 10px 10px;
}

#navfooter {
        position: absolute;        
        right: 10px;
        top: 0px;
        text-align: right;
}

#footer li {
        list-style: none;
        float: left;
}

#footer li a {
        text-decoration: none;
        color: rgb(59,59,59);
        font-size: 10px;
       margin-left: 10px;
}

#footer li a:hover {
        color: white;
}

@font-face {
   font-family: Pristina;
   src: url(‘PRISTINA.TTF’);
 }

h1, h2, h3, h4, h5 {
	/* The H6 tag is ignored as the online editor doesn't allow use of it.
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0;*/
}

	h1 {font-family: Pristina, Palatino Linotype, Book Antiqua, Palatino, serif; font-size: 28px;  }
	h2 {font-family: "Myriad Pro"; font-size: 18px; }
	h3 {  }
	h4 {  }
	h5 {  }


#homeMain {
	position: relative;
	width: 960px;
	float: left;
	background-color: black;
	color: white;
}

#homepageText {
       position: absolute;
       height: 187px;
       width: 800px;
       top: 289px;
       left: 130px;
       text-align: right;
}

#homeSubFlashText {
	position: relative;
	width: 940px;
	float: left;
	background-color: white;
	color: black;
        padding: 10px 10px 10px 10px;
}