img
{
	border: 0px;
}

/*
**  Front Page Styles
*/
body.front
{
	
}

#splash
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -150px;
}

#front_nav
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-top: 200px;
	margin-left: -200px;
	text-align: center;
	padding-top: 3px;
}

#front_nav a
{
	color: #FFFFFF;
	text-decoration: none;
}

#front_nav a:hover
{
	color: #FFCC33;
}

/*
**  Other Page Styles
*/
body
{
	background: #EEEEEE;
	margin: 0px;
	font-family: verdana, sans;
	font-size: 11px;
}

#main
{
	margin: 0 auto;
	width: 700px;
	border-left: 2px solid #4040FF;
	border-right: 2px solid #4040FF;
	border-bottom: 2px solid #4040FF;
}

#content
{
	background: #FFFFFF;
	padding: 3px;
	line-height: 1.1;
}

#logo
{
	background: #FFFFFF;
}

#nav
{
	background: #4040FF;
	color: #FFFFFF;
	padding: 3px 2px;
	font-size: 10px;
}

#nav a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover
{
	color:#FFCC33;
}

#page_title
{
	font-size: 18px;
	font-weight: bold;
}

.subtitle
{
	font-size: 12px;
	font-weight: bold;
}

.red
{
	color: #FF0000;
}

a
{
	color: #4040FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.dl_image
{
	float: left;
	padding-left: 20px;
	text-align: left;
	width: 250px;
}

.dl_desc
{
	width: 50px;
	text-align: right;
	float: left;
	font-weight: bold;
}

.dl_info
{
	float: left;
	text-align: left;
	padding-left: 10px;
}
