@charset "utf-8";
/* PHS Structure */





/*****************************************************General Tags****************************************************/
html
	{
		height: 100%;
		margin-bottom: 1px;
	}

body 
	{
	background-color: #FFFFA3;
	}

/*****************************************************Containers****************************************************/

#first_container
	{
		margin: 0 auto 0 auto;
		height: 100%;
		position: relative;
		width: 900px;
	}

#second_container
	{
		position:absolute;
		top: 180px;
		width: 100%
	}

#third_container
	{
		position: relative;
		width: 900px;
	}

/*****************************************************General Stuff****************************************************/
#banner
	{
	background-image: url(assets/images/structure/banner/banner.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 899px;
	background-color: #FFFFA3;
	}

.navigation
	{
		height: 400px;
		width: 151px;
		position: absolute;
		top: 10px;
		left: 43px;
		line-height: 220%;
	}

.navfont
	{
		text-decoration: none;
		text-align: left;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		position:absolute;
		left: 5px;
		color:#cc0000;
	}
.navfont:hover
{
color:#339331;
}
.usdbutton
	{
	background-repeat:no-repeat;
	height: 375px;
	width: 165px;
	position: absolute;
	top: 410px;
	left: 51px;
	line-height: 220%;
	}

a.usdbutton
	{
		color:#FFFFFF;
		text-decoration:none;
	}

.content
	{
		position: absolute;
		top:35px;
		left:225px;
		width: 675px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
	}
	
.bottomnav
	{
		position:relative;
		top: 75px;
		width: 525px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:800;
	}
	
.centered
	{
		text-align:center;
	}

#underline
	{
		text-decoration:underline;
	}

#left
	{
		text-align:left;
		position:relative;
		left:100px;
	}

.contactinfo
	{
		height: 500px;
		width: 151px;
		position: absolute;
		top: 487px;
		left: 48px;
		line-height: 100%;
		background-color:#000000;
		color:#FFCC00;
		text-align:center;
	}
	
.spacer
	{
		height: 50px;
		width: 151px;
		position: absolute;
		top: 987px;
		left: 48px;
	}

.school_nav
	{
		text-align:center;
		font-size:10px;
		position:absolute;
		left:85px;
		top:-44px;
		width: 350px;
	}