/* CSS Document */

/* -----Main Stuff----- */

body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat;
	background-color: #000;
}

body, div, span, p, td {
	font-style: normal;
	font: 11px Geneva, Verdana, Helvetica, sans-serif;
}

p {
	color: #000000;
	line-height: 13px;
}

ul {
	line-height:135%;
	letter-spacing:.06em;
	list-style-type: none;
	padding:2px;
	margin:2px;
	color: #000000;
	vertical-align: top;
}

li {
	font-size: 13px;
	vertical-align: middle;
	width: 180px;
}

h2 {
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	color: #3399cc;
	padding-bottom: 2px;
}

h1 {
	color: #3399cc;
	padding-top: 4px;
	border-top: solid #FFFFFF 2px;
	padding-bottom: 4px;
	border-bottom: solid #FFFFFF 2px;
}

a {
	font-size: 11px;
}

/* -----Link Stuff----- */
a:link {
	color: #259761;
	text-decoration: none;
}     

a:visited {
	color: #259761;
	text-decoration: none;
}  
a:hover {
	color:#259761;
	text-decoration: underline;
}   
a:active {
	color: #ffffff;
}


/* -----Psuedo Classes----- */

a.home:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}     
a.home:visited {
	color: #FFF;
	text-decoration: none;
}  
a.home:hover {
	color:#000099;
	text-decoration: none;
}

a.subnav:link {
font-size:18px;
	font-weight: bold;
	line-height: 20px;
	color: #333399;
}

a.subnav:hover {
	text-decoration: underline;
}

a.subnav:visited {
	text-decoration: none;
}

a.newA {
	color:#dd0000;
	font-weight: bold;
}

a.email {
	font-size:inherit;
}

h1.head {
	width: 550px;
	background-color: #DDDDFF;
}

td.h_button {
	width: 137px;
	border: solid #FFFFFF 1px;
}

p.desc_title {
	font-weight: bold;
	color: #444444;
}

p.roll_desc {
	color: #000000;
}

p.main_p {
	background-color: #DDDDFF;
	width: 380px;
	border: solid #FFFFFF 1px;
	padding: 5px;
	font-size: 12px;
	line-height:135%;
}

p.bio {
font-family:"Times New Roman", Times, serif;
font-size: 16px;
line-height:145%;
	color:#FFFFFF;
	padding: 50px;
}

p.subtitle {
	text-align:center;
	color:#333;
	font-style:italic;
}

img { border: 0px;}


td.gal_tmb {
	background-color: #DDDDFF;
	width: 665px;
}


li.D_title {
	font-family: serif;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	color: #336699;
	padding: 1px;
}

td.divide {
	border-bottom: dotted 2px #3399cc;
}

strong.wht {
	color: #444444;
}


/* -----Contents----- */
#main, #nav_top, #foot {
	background-color: #000;
}

#how {
	width: 340px;
	height: 500px;
	overflow: scroll;
}

#home_main {
	width: 800px;
	background-image: url(images/home/home_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}


#nav_top {
	vertical-align: top;
	width: 800px;
	height: 25px;
	position: relative;
	border-top: dotted 2px #3399cc;
}


#descrip {
	width: 180px;
	vertical-align: top;
}


#divider {
	border-top: dotted 2px #3399cc;
}

#foot {
	height: 30px;
	color: #259761;
	border-top: dotted 2px #3399cc;
	font-size: 12px;
	text-align: center;
}

