html {
	height:100%;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	
	background-color:#000;
}

/*------------------------------------------------
	links
------------------------------------------------*/
a, a:link {
	color:#f00bae;
	text-decoration:underline;
}
a:visited {
	color:#f00bae;
	text-decoration:underline;
}
a:hover {
	color:#f00bae;
	text-decoration:none;
}

#navi a, #navi a:link, #adi p a, #adi p a:link {
	color:#fff;
	text-decoration:none;
}
#navi a:visited, #adi p a:visited {
	color:#fff;
	text-decoration:none;
}
#navi a:hover, #adi p a:hover {
	color:#808080;
	text-decoration:none;
}

#adi .adbox p a, #adi .adbox p a:link {
	color:#f00bae;
	text-decoration:underline;
}
#adi .adbox p a:visited {
	color:#f00bae;
	text-decoration:underline;
}
#adi .adbox p a:hover {
	color:#f00bae;
	text-decoration:none;
}

#footeri a, #footeri a:link {
	color:#aaa;
	text-decoration:none;
}
#footeri a:visited {
	color:#aaa;
	text-decoration:none;
}
#footeri a:hover {
	color:#fff;
	text-decoration:none;
}

#navi a.callout, #navi a.callout:link {
	color:#b30000;
	text-decoration:none;
}
#navi a.callout:visited {
	color:#b30000;
	text-decoration:none;
}
#navi a.callout:hover {
	color:#fff;
	text-decoration:none;
}

ul.linklist {
	margin:5px;
	padding:0;
}
	ul.linklist li {
		display:inline;
		padding:0 10px;
		margin:0;
	}

ul.vertlinklist {
	list-style-type:none;
	padding:0;
}
	ul.vertlinklist li {
	}

a img {
	border:none;
	text-decoration:none;
}

/*------------------------------------------------
	global layout
------------------------------------------------*/
/*---------------- id layouts ---------------- */
#wrap {
	margin:0;
	width:900px;
	height:100%;
	text-align:left;
}

#cap {
	width:900px;
	height:25px;
}

#ltypep {
	float:left;
	width:300px;
	height:200px;
	background-color:#000;
}
	#ltypei {
		height:170px;
		margin:30px 0 0 0;
		padding:0 20px 0 0;
	}
		#ltypei h1 {
			margin:0;
			padding:0 20px 0 0;
		}
		#ltypei p {
			margin:20px 0 0 0;
			padding:0 20px 0 0;
		}

#logop {
	float:left;
	width:600px;
	height:200px;
}
	#logop img {
		float:left;
	}
	#logop object {
		float:left;
	}

#navp {
	float:left;
	width:900px;
	height:25px;
}
	#navi {
		padding-left:10px;
	}

#centerp {
	float:left;
	width:900px;
}

#bodyp {
	float:left;
	width:600px;
	padding-bottom:40px;
}
	#bodyi {
		padding:40px 20px;
	}
		#bodyleft {
			float:left;
			width:300px;
		}
		#bodyright {
			float:left;
			width:260px;
		}

#adp {
	float:left;
	width:300px;
}
	#adi {
		padding:0 0 20px 20px;
	}

#footerp {
	width:900px;
	margin:0;
	background-color:#000;
	font-size:95%;
	clear:both;
}
	#footeri {
		padding:10px 20px 10px 10px;
	}
	#footeri span {
		margin-left:15px;
	}

/*---------------- class layouts ---------------- */
.fullTable {
	width:560px;
}
.spaced tr {
	height:25px;
}
.col1 {
	width:150px;
}
.col2 {
	width:100px;
}
.col3 {
	width:200px;
}
.adbox {
	width:240px;
	padding:10px;
}
.textbox {
	width:280px;
}

.w265 {
	width:265px;
}

.boxright {
	width:240px;
	padding:10px;
	border-top:5px solid #333;
	border-left:5px solid #333;
}
	.boxright h2 {
		font-weight:400;
	}
.boxleft {
	width:250px;
	padding:10px;
	border-top:5px solid #333;
	border-left:5px solid #333;
	background-color:#ccc;
}
	.boxleft h2 {
		color:#333;
		font-weight:400;
	}

.uTitles h3 {
	width:560px;
}

.clear {
	clear:both;
}

/*---------------- float layouts ---------------- */
.right {
	float:right;
}
.left {
	float:left;
}

/*------------------------------------------------
	global style
------------------------------------------------*/
/*---------------- id styles ---------------- */
#cap {
	background-color:#f00bae;
}
#ltypei {
	text-align:right;
	vertical-align:top;
	color:#aaa;
	border-right:2px solid #333;
}
#ltypei p {
	font-size: 14px;
	font-weight:400;
	color:#f00bae;
}
#logop {
	background-color:#000;
}
#navp {
	background-color:#333;
}
#centerp {
	background-color:#333;
}
#bodyp {
	background-color:#fff;
}
#bodyi {
/*	text-align:justify;*/
}
#adp {
	background-color:#333;
}
#adi {
	color:#aaa;
}

/*---------------- class styles ---------------- */
.adbox {
	background-color:#fff;
	color:#333;
}
ul.blanklist {
	list-style-type:none;
}
	ul.blanklist li {
		margin-left:0px;
		padding-left:0px;
	}
	ul.blanklist li.bull {
		list-style-type:circle;
	}
.nodec li a {
	text-decoration:none;
}
.nodec li a:visited {
	text-decoration:none;
}
.cfields {
	font-weight:700;
}

.uTitles h3 {
	border-bottom:1px solid #f00bae;
}

/*---------------- span styles ---------------- */
.b {
	font-weight:bold;
}
.u {
	text-decoration:underline;
}
.i {
	font-style:italic;
}
.strike {
	text-decoration:line-through;
}
.red {
	color:#800000;
}
.grey {
	color:#666;
}
.darkgrey {
	color:#333;
}
.orange {
	color:#d98900;
}
.black {
	color:#000;
}
.pink {
	color:#f00bae;
}

.bggrey {
	background-color:#ccc;
}

.none {
	display:none;
}

/*---------------- tag styles ---------------- */
h1 {
	font-size:37px;
	font-weight:100;
	color:#fff;
}

h2 {
	margin:0 0 15px 0;
	padding:0;
	font-size:20px;
	font-weight:700px;
	color:#f00bae;
}

p {
	margin: 10px 0;
}

ul {
	margin:10px 0;
}
	li {
		margin:5px 0 0 15px;
	}