/*******************************************************
TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE: 20070807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:10px;
padding:0;
height:100%;
background-image:url("img/background.png");
color:#000000;  
text-align:center;
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:16px;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#cccccc;
text-decoration:none;
}

ul {
margin:0 0 0 20px;
list-style-type:disc;
}

li {
margin:4px 0 5px 10px;
}

table {
margin: 5px;
border: 1px solid black;
}

form table {
border-width: 0;
}

table th {
font-weight: bold;
}

table td, table th {
padding: 3px;
}


blockquote {
margin:1em;
padding:.5em;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

#container { 	
margin:0 auto;
padding:0;
width:900px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;
border:1px solid #cccccc;
}



#header {
margin:0;
padding:0;
height:150px;
background-image:url("img/banner.jpg");
background-repeat: no-repeat;
}

#header h1 {
margin:0;
padding:20px 0 0 20px;
font-size:1.8em;
letter-spacing:.1em;
color:#ffffff;
font-weight:lighter;
}

#firstlink {
float: right;
margin-top: 7px;
margin-right: 7px;
}

#rightColumn {
float:right;
margin:0;
padding:0;
width:200px;
font-size:.9em;
}

#rightColumn p {
padding:10px
}


#rightColumn h2 {
margin:0;
padding:10px 0 0 10px;
font-size:1em;
font-weight: bold;
}

#rightColumn ul {
margin:0 0 0 0;
list-style:none;
}

#rightColumn li {
line-height: 1.2em;
margin:4px 0 10px 10px;
}

#rightColumn li a {
text-decoration:underline;
}

#rightColumn li a:hover{
text-decoration:none;
}

#leftColumn { 	
margin:0 180px 0 0px;
padding-left: 10px;
background-color:#ffffff;
}

#leftColumn p {
padding:10px
}

#leftColumn h2 {
margin:0;
padding:10px 0 5px 0;
font-size:1.3em;
letter-spacing:.1em;
}

#leftColumn h3 {
font-weight: bold;
}

#footer {
clear: both;
position:relative;
bottom:0;
margin:80px 0 0 0;
padding:0;
height:60px;
line-height:60px;
text-align:center;
font-size:.6em;
background-color:#ffffff;
border-top:1px solid #cccccc;
}


div.submenu { display: none; position: absolute; width: 240px; background-color: #DA0000; color: white; }
div.submenu a { display: block; width: 220px; padding: 10px; margin: 0; color: white; text-decoration: none; }
div.submenu a:hover { background-color: red; }

.senior-profile strong { font-weight: bold; }
.senior-profile h3 { margin-top: 1.5em; text-align: center; }
.senior-profile .img-left { float: left; }
.senior-profile .img-right { float: right; }
.senior-profile ul li { list-style-type: none; }

.mentor-profile h3 { margin-top: 1.5em; text-align: center; }
.mentor-profile p { text-align: center; }
.mentor-profile img { float: left; }
