/* CSS Document */

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

body {
	padding: 0px;
	margin: 0px;
	background: #000000;
}

body, div, span, p, td {
	font-style: normal;
	font: 14px Times New Roman;
	color: #FFF;
}

p {
	color: #FFF;
	line-height: 22px;
}

img { border: 0px;}

h2 {
	font-size: 48px;
	letter-spacing: .1em;
}

/* -----Link Stuff----- */

a.home {border: 0px;}

a:link {
	letter-spacing: .1em;
	color: #bbb;
	text-decoration: none;
}     
a:visited {
	color: #DDD;
	text-decoration: none;
}  
a:hover {
	color:#414141;
	text-decoration: none;
}   
a:active {
	color: #DDD;
}


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

span.Htitle {
	font-size: 58px;
	font-weight: bold;
	letter-spacing: .1em;
}

span.subTitle {
	text-align: center;
	font-size: 15px;
	font-family: Helvetica, Arial, san-serif;
	letter-spacing: .1em;
	line-height: 24px;
	color: #993300;
}

span.spread {
	font-weight: bold;
	letter-spacing: .1em;
}

span.Dis {
	font-weight: bold;
	color: #990000;
	letter-spacing: .1em;
}

p.Hmain {
	text-align: justify;
	width: 340px;
}
td.caption {
	color: #000;
	background-color: #FFF;
	font-family: Helvetica, Arial, san-serif;
}


/* -----Contents----- */

#top_bar {
	vertical-align: top;
	width: 800px;
	height: 90px;
	background: url(images/topbar.jpg) scroll no-repeat;
	position: relative;
}

#nav_bar {
	vertical-align: middle;
	background-color: #330000;
	letter-spacing: .1em;
	text-align: center;
	font-family: Helvetica, Arial, san-serif;
	font-size: 15px;
	color: #ffffff;
	width: 800px;
	height: 35px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}

#title_bar {
	vertical-align: middle;
	text-align: center;
	width: 800px;
	height: 75px;
	position: relative;
}

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

#home_trio {
	vertical-align:top;
	height: 180px;
	width: 800px;
	position: relative;

}

#StylLeft, #StylCenter, #StylRight {
	text-align: center;
	font-size: 15px;
}

#StylLeft, #StylRight {
	border: 1px solid #FFF;
	width: 324px;
}

#StylCenter {
	font-weight: bold;
	width: 120px;
}




