@charset "utf-8";
/* CSS Document */
html{
	width:100%;
	height:100%;
}

body{
	background-color:#152652;
	background-image:url(Images/ScholarshipBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#content{
	width:919px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image:url(Images/ScholarshipContent_02.png);
	background-position:top center;
	background-repeat:repeat-y;
	min-height:212px;
}
#content:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
 }
 #wrap{
	 width:850px;
	 text-align:left;
	 margin-left:auto;
	 margin-right:auto;
 }
 #wrap:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
 }
 #links{
	 width:236px;
	 text-align:center;
	 margin-right:auto;
	 margin-left:auto;
	 float:left;
 }
 #links:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
 }
 .links{
	 width:200px;
	 text-align:left;
	 margin-left:auto;
	 margin-right:auto;
 }
 #text{
	 width:598px;
	 text-align:center;
	 margin-left:auto;
	 margin-right:auto;
	 float:right;
 }
 #text:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
 }
 .text{
	 width:543px;
	 text-align:left;
	 margin-left:auto;
	 margin-right:auto;
 }

 #footer{
	 background-image:url(Images/ScholarshipContent_03.png);
	 background-repeat:no-repeat;
	 background-position:top center;
	 min-height:228px;
	 width:919px;
	 text-align:center;
	 margin-left:auto;
	 margin-right:auto;
 }
 #footer a{
	 color:#000;
	 text-decoration:none;
 }
 #footer a:hover{
	 color:#900;
	 text-decoration:underline;
 }
 #footer:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
 }
 .footer{
	 width:850px;
	 text-align:left;
	 margin-left:auto;
	 margin-right:auto;
 }
 .footer:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
 }
 .footCol{
	 float:left;
	 width:33%;
	 text-align:left;
	 margin-left:auto;
	 margin-right:auto;
 }
.footCol:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
 }
 .footSub{
	 float:left;
	 width:49%;
	 text-align:left;
	 margin-left:auto;
	 margin-right:auto;
 }
 .top{
	 width:543px;
	 text-align:right;
	 color:#000;
	 font-size:10px;
	 margin-left:auto;
	 margin-right:auto;
 }
 .top a{
	 text-align:right;
	 color:#000;
	 font-size:10px;
	 margin-left:auto;
	 margin-right:auto;
 }
 .top a:hover{
	 text-align:right;
	 color:#900;
	 font-size:10px;
	 margin-left:auto;
	 margin-right:auto;
 }

