@charset "utf-8";
/* PHS Structure */





/*****************************************************General Tags****************************************************/
html
	{
		height: 100%;
		margin-bottom: 1px;
	}

body 
	{
		background-color: #FFFFFF;
	}

/*****************************************************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/m_banner.jpg");
		background-repeat: no-repeat;
		height: 212px;
		width: 899px;
	}

.navigation
	{
		height: 400px;
		width: 151px;
		position: absolute;
		top: 32px;
		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:#FFCC00;
	}
	
.navfont:hover
{
color:#FFFFFF;
}
	
.usdbutton
	{
		background-repeat:no-repeat;
		height: 375px;
		width: 165px;
		position: absolute;
		top: 1050px;
		left: 48px;
		line-height: 220%;
	}

a.usdbutton
	{
		color:#FFFFFF;
		text-decoration:none;
	}

.content
	{
	position: absolute;
	top:39px;
	left:223px;
	width: 590px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}
	
.bottomnav
	{
		position:relative;
		top: 75px;
		left:30px;
		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: 452px;
		left: 48px;
		line-height: 100%;
		background-color:#000000;
		color:#FFCC00;
		text-align:center;
	}
	
.spacer
	{
		height: 50px;
		width: 151px;
		position: absolute;
		top: 952px;
		left: 48px;
	}
	
.school_nav
	{
		text-align:center;
		font-size:10px;
		position:absolute;
		left:115px;
		top:-44px;
		width: 350px;
	}
  