/*
t r b l
*/

#main {
    width:604px;
	margin: 0;
	padding: 13px 13px 13px 13px;
	
	float:left;
	background-color: #D5CFCC;
}


#single_col {
    width:570px;
    margin: 0;
	padding: 17px 17px 0 17px;
	float:left;
	position:relative;
    background-color: #EDEAE8;
    background-image:url(../_images/lg_leftCol_grade.jpg);
    background-repeat:repeat-x;
}
#single_col .float_left{
    margin: 0;
    padding: 24px 10px 0 0;
    float:left;
}

#left_col {
    width:156px;
    margin: 0 0 0 0;
	padding: 0;
	float:left;
	position:relative;
}
ul.profile_list{
    margin:5px 0 42px 0;
    padding:0;
    width:156px;
}
ul.profile_list li{
    margin:0;
    padding:6px 0 0 0;
    line-height:18px;
    height:27px;
    text-align:center;
    background-image:url(../_images/profile_bg.png);
    background-repeat:repeat-none;
}
ul.profile_list li.sel {
    background-image:url(../_images/profile_sel.png);
    background-repeat:repeat-none;
    font-weight:bold;
}

ul.profile_list li.top{
    margin:0;
    padding:0;
    line-height:18px;
    height:33px;
    text-align:center;
    background-image:none;
    border-bottom:none;
}

#right_col {
    width:387px;
    margin: 0 0 15px 17px;
    padding: 0;
	float:left;
	position:relative;
}
#right_col img.headShot{
    border: 1px solid #aaa19c;
    margin: 2px 8px 0 0;
    padding: 1px;
    float:left;
}
#right_col p{
    margin: 0 0 25px 0;
}
#right_col p.quote {
    margin: 25px 0 5px 0;
}
#right_col p.author {
    text-align:right;
    margin: 5px 0 25px 0;
}
/*TEXT CLASSES*/
h1 {
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 18px;
	text-align:left;
	margin:20px 0px 2px 0px;
}
h1 a {
	border-bottom: 1px dotted #C4957F;
}
h1 a:hover, h1 a:active {
    border-bottom: 1px dotted #9B4116;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #695D54;
	font-size: 14px;
	line-height: 24px;
	text-align:center;
    margin:0 0 50px 0;
	padding:0;
}

/*IMAGE CLASSES*/
.sectionHead{
    margin:13px 0 0 0;
    padding:0;
}
.dropCap{
    margin: 0;
    padding: 2px 10px 0px 0px;
    float:left;
}

