body
{
	font-family: Verdana, sans-serif;
	font-size: 13;
	background-color: #14223D;
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	min-width: 750px;
}

#wrapper
{
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

.main_content
{
	/*width: 600px;*/
	background-color: #2b3a58;
	color: #72b1ff;
	border: 1px solid #A1A1A1;
	padding: 5px 10px;
	margin: 0px 0px 0px 0px;
}

.box1
{
	background-color: #2C4384;
	color: white;
	padding: 10px;
	border: 1px solid #A1A1A1;
}

h1
{
	color: white;
	font-size: 22;
	font-variant: small-caps;
}

h2
{
	color: white;
	font-size: 18;
	font-variant: small-caps;
}

.level1
{
	margin-left: 20px;
}
.level2
{
	margin-left: 40px;
}

strong
{
	background-color: #2C4384;
}

p, td, li
{
	line-height: 1.6em;
}

.header
{
	color: white;
	font-size: 32;
	font-variant: small-caps;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}

.footer
{
	text-align: center;
	color: #A1A1A1;
	font-size: 10px;
	padding: 20px 0px 30px 0px;
}

hr
{
	background-color: #757575;
	color: #757575;
	border: 1px solid #A1A1A1;
}

a:link , a:visited, a:active, a:hover
{
	text-decoration: none;
	color: #f1b103;
	border-bottom: 1px solid #757575;
}

a:hover
{
	border-bottom: 2px solid #757575;
}

.footer a:link , .footer a:visited, .footer a:active, .footer a:hover
{
	color: #A1A1A1;
	border-bottom: 0px solid #757575;
}

.footer a:hover
{
	border-bottom: 1px solid #757575;
}

table
{
	border: 1px solid #757575;
	color: #72b1ff;
	background-color: #14223D;
	font-size: 18;
}

th
{
	font-size: 13;
	font-weight: bold;
	padding: 5px 7px 5px 7px;
	color: white;
}

tr
{
	border: 1px solid #757575;
}

td
{
	font-size: 12;
	padding: 2px 7px 2px 7px;
	text-align: left;
}

.even
{
	background-color: #2b3a58;
}

.odd
{
	background-color: #14223D;
}

/*
body
{
	font-family: arial, sans-serif;
	font-size: 15;
	background-image: url(http://troybrant.net/images/sky_gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;

	padding-top: 10px;
	padding-left: 20px;
}

p
{
	margin: 0px 12px;
	line-height: 24px;
}

img .pic
{
	padding: 10px;
	border: none;
	width: 200;
}

.nav
{
	float: left;
	width: 80px;

	padding: 10px;
	border: 1px solid #A1A1A1;

}

.header
{
	position: absolute;
	top: 30px;
	left: 340px;
}

.footer
{
	bottom: 100px;
}

.main_content
{
	width:768px;
	position: absolute;
	top: 100px;
	left: 150px;
	background-color: White;

	padding: 10px;
	border: 1px solid #A1A1A1;

}

.bio_pic
{
	float: right;
	padding: 5px;
	border: 1px solid #A1A1A1;
	/*margin: 0 0 15px 15px;
}

.custom_list
{
	padding: 10px;
}

hr
{
	background-color: #757575;
	color: #757575;
	border: 1px solid #A1A1A1;
}
*/

/************************
 * code below is unused *
 ************************/

/*
.content
{
	border-style: solid;
	border-color: #A1A1A1;
	border-width: thin;
	
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;

	background-color: #FFFF8D;
	color: #757575;
}


p.content
{
	display: inline;
	position: relative;
	top: 10px;
	left: 10px;
}
*/
