body
{
	font-size: 62.5%;
}

p
{
	padding: 5px;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}

ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 5px;
	list-style-type: circle;
}
li
{
	margin-left: 20px;
}

.bold
{
	font-weight: bold;
}

#horizon        
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#preload
{
	background: url('/images/loading.gif');
	margin-left: -200px;
	position: absolute;
	top: -200px;
	left: 50%;
	width: 400px;
	height: 400px;
	visibility: visible
}

#wrapper
{
	color: #000066;
	margin: 0px auto 0px auto;
	padding: 20px 5px 5px 5px;
	width: 930px;
}

#mast
{
	background: url('/images/back_grad.gif') repeat-y;
	background-position: 50px 0px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 56px;
}

#head
{
	margin-top: 1px;
	width: 100%;
}

#content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
}

#content a
{
	color: #6952a2;
	text-decoration: none;
}
#content a:link
{
	color: #6952a2;
}
#content a:active
{
	color: #6952a2;
}
#content a:visited
{
	color: #6952a2;
}
#content a:hover
{
	border-bottom: 1px dashed #6952a2;
	color: #6952a2;
}

#footer
{
	border-top: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-top: 20px;
	padding-top: 5px;
	text-align: center;
	width: 100%; 
}
#footer a
{
	color: #000066;
	text-decoration: none;
}
#footer a:visited
{
	color: #000066;
	text-decoration: none;
}
#footer a:link
{
	color: #000066;
	text-decoration: none;
}
#footer a:active
{
	color: #000066;
	text-decoration: none;
}
#footer a:hover
{
	border-bottom: 1px solid #000066;
	text-decoration: none;
}


/* Top Navigation */

#topnav ul
{
	background-color: #000000;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 5px 5px 5px 5px;
}

#topnav li
{
	display: inline;
	
}

#topnav a
{
	color: #dfb540;
	text-decoration: none;
}
#topnav a:hover
{
	border-bottom: 1px dashed #ffffff;
}
#topnav a:visited
{
	color: #dfb540;
	text-decoration: none;
}
#topnav a:link
{
	color: #dfb540;
	text-decoration: none;
}
#topnav a:active
{
	color: #dfb540;
	text-decoration: none;
}




/* Floats */

.fl
{
	float: left;
}

.fr 
{
	float: right;
}

.cb
{
	clear: both;
}


.col1
{
	border: 1px solid #cccccc;
	float: left;
	margin-top: 20px;
	width: 300px; height: 400px;
}

.col2
{
	float: left;
	margin-left: 12px;
	border: 1px solid #cccccc;
	margin-top: 20px;
	width: 300px; height:400px;
}

.col3
{
	float: right;
	border: 1px solid #cccccc;
	margin-top: 20px;
	width: 300px; height: 400px;
}

