/* CSS Document */

body{
font-family:Arial Narrow;
background:#FFFFFF;
}

/*Global Layout*/

#container{
width:985px;
height:610px;
margin:0 auto;
background:url(../img/backdrop.jpg) no-repeat;
}

#header{
width:985px;
height:90px;
}

#headerLeft{
float:left;
width:865px;
height:90px;
}

#headerRight{
float:left;
width:100px;
height:75px;
margin:15px 20px 0px 0px;
background:url(../img/phdbutton.png) 0% 0% no-repeat;
cursor:pointer;
}

*html #headerRight{
float:left;
width:100px;
height:75px;
margin:15px 20px 0px 0px;
background:url(../img/phdbutton.gif) 0% 0% no-repeat;
cursor:pointer;
}

#leftContent{
width:502px;
height:462px;
float:left;
}

#rightContent{
width:482px;
height:190px;
border-left:1px solid #FFFFFF;
float:right;
}

#innerRightContent{
width:211px;
height:160px;
float:left;
margin-top:30px;
}

#innerLeftContent{
width:271px;
height:190px;
float:left;
}

#footer{
width:985px;
height:58px;
float:left;
}

#leftFooter{
float:left;
width:785px;
height:58px;
}

#rightFooter{
float:right;
width:200px;
height:58px;
margin:8px 0px 0px 0px;
}

#leftButtSubmit{
float:left;
width:65px;
padding:0px 0px 0px 42px;
height:80px;
}

#rightButtSubmit{
float:right;
width:95px;
height:80px;
}

#buttonContainer{
float:left;
width:90px;
height:80px;
}

#logoContainer{
float:right;
width:105px;
margin-top:0px;
padding-left:53px;
height:26px;
background:url(../img/paypal.png) no-repeat;
}

*html #logoContainer{
float:right;
width:105px;
margin-top:-15px;
padding-left:53px;
height:26px;
background:url(../img/paypal.png) no-repeat;
}

*html #logoContainer{
float:right;
width:105px;
padding-left:53px;
height:26px;
background:url(../img/paypal.gif) no-repeat;
}

#contactLeft{
float:left;
width:50px;
height:75px;
}

#contactRight{
float:left;
width:100px;
height:75px;
}

/*End of Global Layout*/

/*Global Styling*/

p{
font-size:0.8em;
color:#FFFFFF;
margin:0px 5px 5px 15px;
line-height:13px;
}

#bottomContent p{
font-size:0.8em;
color:#FFFFFF;
margin:10px 50px 10px 15px;
line-height:13px;
}

#innerLeftContent p{
padding:0px 0px 0px 15px;
margin-bottom:0px;
}

ol{
font-size:0.8em;
margin:5px 10px 10px 30px;
padding:0px 0px 0px 0px;
color:#FFFFFF;
list-style:none;
}

li{
line-height:15px;
}

#footer ol{
margin:6px 10px 0px 15px;
}

#footer a{
color:#FFFFFF;
text-decoration:none;
}

#headerLeft h1{
font-size:1.6em;
font-weight:normal;
color:#FBCB2F;
margin:20px 10px 0px 15px;
padding:0px 0px 0px 0px;
}

#headerLeft h2{
font-size:1.2em;
font-weight:bold;
font-style:italic;
color:#FBCB2F;
margin:0px 0px 10px 0px;
padding:0px 0px 0px 15px;
float:left;
}

#headerLeft h3{
font-size:0.6em;
color:#FBCB2F;
margin:8px 0px 0px 5px;
padding:0px 0px 0px 0px;
float:left;
}

#rightContent h1{
font-size:3.0em;
color:#FBCB2F;
margin:0px 10px 5px 30px;
padding:0px 0px 0px 0px;
font-style:italic;
line-height:45px;
}

#rightContent h2{
font-size:1.3em;
color:#FFFFFF;
margin:0px 10px 0px 30px;
padding:0px 0px 0px 0px;
line-height:20px;
}

/*End of Global Styling*/

/*Forms*/

label{
font-size:0.7em;
color:#2C77BC;
}

.textbox{
height:10px;
width:130px;
font-size:0.5em;
}

.button{
margin:0px 10px 10px 10px;
height:18px;
width:60px;
background-color:#FBCA2D;
color:#487397;
font-size:0.6em;
font-weight:bold;
}

#rightContent .button{
height:75px;
width:53px;
display:block;
}

/*End of Forms*/

/*Classes*/

.noBorder{
border:none;
float:left;
margin-right:10px;
}

.bold{
font-weight:bold;
}

.boldRed{
font-weight:bold;
color:#FF0000;
}

#bottomContent .bold{
font-weight:bold;
color:#536040;
}

.nonItalics{
font-style:normal;
font-weight:normal;
}

.bullet{
margin-right:10px;
}

/*End of Classes*/