/*tags*/

h2 {
	font-family: Georgia;
	font-color: #333333;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px solid #333333;
	margin-left: 15px;
	margin-right: 12px;
	margin-bottom: 8px;
	
}




/* divs */
#blue{
	background-color:#203a6b;
}

#white{
	background-color:#FFFFFF;
}


#tnav{
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 300;
	text-align: right;
	letter-spacing: .3px;
	background-color: #203a6b;
	padding-top: 25px;
	padding-right: 5px;
	margin-left: -1px;
}

#tnav img{
	padding-right: 1px;
	margin-top: 5px;
	margin-bottom: -2px;
}

#albumlist{
	list-style-type: none;
	width: 680px;
}

#albumlist li{
	float: left;
	margin-top: 12px;
	margin-right: 6px;
	margin-bottom 12px;
	font: bold 11px verdana;
	text-align: center;
}

#albumlist img{
	display: block;
	margin-bottom: 6px;
	border: 1px dashed #999999;
}


.top {
	text-decoration: none;
	 color: #FFFFFF;
}

.top:active {
	text-decoration: none;
	color: #FFFFFF;
}

.top:hover {
	text-decoration: underline;
	color:#E12E26;
}



#border_lft{
	border-left: 1px solid red;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 2px;
}

#image_1{
	float: left;
	position: relative; top: 10px; left: 2px;
	margin-right: 18px;
	margin-bottom: 15px;
}

.regular {
	text-decoration: none;
	 color: #800A0A;
}

.regular:active {
	text-decoration: none;
	color: #FFFFFF;
}

.regular:hover {
	text-decoration: underline;
	color:#E12E26;
}

#body_text{
	font-family: Georgia;
	font-color: #000000;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 18px;
}

.cvlist{
	list-style-type: none;
	list-style-position: outside;
	line-height: 18px;
	padding-left: 0px;
	margin-top: 18px;
	margin-bottom: 20px;
}

.cvlist li{
	margin-right: 40px;
	margin-left: 12px;
}



.quote{
	text-indent: 0px;
	margin-top: 12px;
	margin-left: 30px;
}

#headings{
	font-family: Georgia;
	font-size: 14px;
	font-weight: 600;
	font-variant: small-caps; 
	line-height: 24px;
}

#bnav{
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: 300;
	text-align: center;
	background-color: #203a6b;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
}


#interviews{
	list-style-type: none;
	list-style-position: outside;
	margin-left: -20px;
}

#interviews ul{
	padding: 0px;
}

#interviews li{
	line-height: 18px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.bottom {
	text-decoration: none;
	 color: #FFFFFF;
}

.bottom:active {
	text-decoration: none;
	color: #FFFFFF;
}

.bottom:hover {
	text-decoration: none;
	color:#E12E26;
}

#border_bottom{
	border-bottom: 1px solid #333333;
	margin-right: 5px;
	margin-bottom: 0px;
}

.indent{
	text-indent: 42px:
}