body {
  background: url(../images/homepage/bg4.jpg) center repeat-y;
  height: 100%;
}

html {
  height: 100%;
}

#main {
  position:relative;
  width: 780px;
  top:0px;  
  height:100%;
  left:50%;
  margin-left:-390px; 
}

#header {
  position:absolute;
  width: 780px;
  top:0px;
  left:50%;
  margin-left:-390px;    
}

#content {
  position:absolute;
  top:40px;
  min-height:100%;
  width:599px;
  border-right: solid 2px #ffffff;
  left:50%;
  margin-left:-210px;	
} 

#nav {
  position:absolute; 
  width:170px;
  top:0px;
  min-height:100%;
  left:50%;
  margin-left:-390px;  
  background-color:#666666;  
}

.banner {
  position:absolute;
  width:612px;
  height:35px;
  top:0px;
  left:170px;
  background:#878787;
  border-top-style:solid;
  border-top-color:#FFCC00;
  border-top-width:thick;
}

#photoBlock {
  width:180px; 
  float:right; 
  padding:10px;
  text-align:center;
}

.imageL {
  float:left;
}

.imageR {
  float:right;
}

.hometextbanner {
  position:relative;
  width:auto;
  padding:5px;
  border-style:solid;
  border-color:#000000;
  border-width:1px;
  background-color:#FFCC00;
  font-family:"Times New Roman", Times, serif;
  font-size:1.7em;
  text-align:center;
}

.textbanner {
  position:relative;
  width:auto;
  padding:2px;
  border-bottom-style:solid;
  border-color:#000000;
  border-width:1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.5em;
  font-weight:bold;
  text-align:left;
}
 
#body {
  position:relative;
  width:75%;
  height:100%;
  margin-top:20px;
}  
  
.navBar {

  width:150px;
  height:100%;  
  background-color:#666666;
  padding:10px; 
}

.navText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: white;
	line-height: 1.6em;
	text-decoration: none;
	font-weight: normal;
}

.navTextSm {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: white;
  text-decoration: none;
}

a.navText:link {
  color: #FFFFFF;
  font-weight:normal;
  text-decoration: none;
}

a.navText:visited {
  color: #FFFFFF;
  font-weight:normal;
  text-decoration: none;
}

a.navText:hover {
  color: #FFCC33;
  font-weight:normal;
  text-decoration: none;
}

a.buttonText:link {
  color: #000000;
  text-decoration: none;
}

a.buttonText:visited {
  color: #000000;
  text-decoration: none;
}

a.buttonText:hover {
  color: #666666;
}

.centerColumn {
  position:relative;
  width:64%;
}

.rightColumn {
  position:relative;
  float:right;
  width:34%;
} 

.headers {
  position: relative;
  text-align: center;
  margin-top:10px;
  background-image: url(/images/homepage/blueGradient.jpg);
  background-repeat: repeat-x; padding:5px;
  font-family: Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-weight: bold;
  font-size: medium;
  font-variant: small-caps;
} 

.profile {
  width:200px;
}

.events {
  position: relative;
  background-color:#FFFF99;
  border: 1px solid #FFCC33;
}    

.thumbnail {
  float: left;
  width: 120px;
  padding: 5px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

.bodyText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}

.smallCaps {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  font-variant: small-caps;
}

.smallBold {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: .7em; 
  font-weight: bold;
}

.clearboth {
  clear: both; 
}

.clearright {
  clear: right;
}

.education {
  width:25%;
}

#containerButtons {
  position:relative;
  bottom:0px;
}

.buttons {
  float: left;
  width:122px;
  padding: 4px;
  border-style:solid;
  border-color:#000000;
  border-width:1px;
  background-color:#FFCC00;
  font-family:"Times New Roman", Times, serif;
  font-size:1em;
  font-weight:bolder;
  text-align:center;
}

.specialButtons {
  float:right;
  width:264px;
  padding:4px;
  margin-top:10px;
  margin-bottom:10px;
  border: 1px solid #000000;
  background-color:#ffcc33;  
  text-align:center;
}

.specialText {
  font-family:"Times New Roman, Times, serif";
  font-size: 0.9em;
  color:#999999;
  line-height: 1.6em;
  text-decoration: none;
}  

.footer {
  position:absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  margin-top:10px;
}

.title {
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: bold;
  color: #000080;
}
.LargeLinks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;

}
.caption {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #800000;
}
.body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.imtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #660000;
}
.hilight {
  background-color: #FFFF99;
}
