html,body
{
	background:#fff;
	color:#000;
	margin:0;
	padding:0;
	font-family:"helvetica",arial,sans-serif;
}

a
{
	color:#888888;
	text-decoration:none;
}

a:hover
{
	color:#bbbbbb;
	text-decoration:none;
}

.splash
{
	position:absolute;
	top:50%;
	margin-top:-115px;
	left:50%;
	margin-left:-430px;
	width:860px;
	height:230px;
}

.splashtxt
{
	padding:10px;
	text-align:justify;
}

.splashlinks
{
	font-size:27px;
	line-height:25px;
	word-spacing: 10px;
}

.tbar
{
	width:100%;
	height:40px;
	color:#fff;
	background:#000;
	font-size:20px;
}

.tbartxt
{
	padding:10px 0 0 15px;
	word-spacing: 25px;
}

a.tb
{
	color:#fff;
	text-decoration:none;
}

a.tb:hover
{
	color:#bbbbbb;
	text-decoration:none;
}

#mc
{
	margin-left:30px;
	color:#fff;
}

.mbar
{
	width:100%;
	height:10px;
	background:#212121;
}

.pbar
{
	width:100%;
	height:5px;
	background:#b50b1b;
}

.ptxt
{
	color:#b50b1b;
}

.abar
{
	width:100%;
	height:5px;
	background:#1d86cd;
}

.atxt
{
	color:#1d86cd;
}

.cbar
{
	width:100%;
	height:5px;
	background:#55992b;
}

.ctxt
{
	color:#55992b;
}

.content
{
	padding:10px 0 0 25px;
	font-size: 14px;
	color:#888888;
}

#contentframe
{
	margin:5px 0 0 5px;
	height:100%; 
	width:99%;
	overflow:auto;
	white-space:nowrap;
}

.acontent
{
	padding:10px 0 0 0;
	font-size: 14px;
	color:#000;
	width: 800px;
	text-transform:lowercase;
	text-align:justify;
	position:absolute;
	left: 50%;
	margin-left:-400px;
}

h1.about
{
	font-size: 18px;
	color:#1d86cd;
}

h1.contact
{
	font-size: 18px;
	color:#55992b;
}

.ccontent
{
	padding:10px 0 0 20px;
	font-size: 14px;
	color:#000;
	width: 800px;
	text-transform:lowercase;
	text-align:justify;
}