@import "layout.css";
@import "form.css";

/*-------------------------*//* global text styles *//*---------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* define basic elements
--------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	background: url(/images/bg_html.gif) no-repeat;
	height:100%;
}

body {
	font: normal 62.5%/1 verdana,arial,helvetica,sans-serif;
	color:#333;
	text-align:center;
}

h1, h2, h3, h4, h5 {
	font-family:arial,helvetica,sans-serif;
}

h1 {
	float:left;
}

h1 span{
	display:none;
}

h2 {
	float:right;
	color:#CCC;
	font-size:1.2em;
	margin:6px 0 0 0;
}

h3 {
	clear:both;
	margin:20px 0 5px;
}

h4 {
	
}

h5 {
	
}

p {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	line-height:1.4;
	clear:left;
}

span {
	
}

address{
	font:normal 1.1em/1.3 verdana, arial, sans-serif;
	margin:0 0 10px 0;
}


/* list styles
--------------------------------------------------------------------------*/
ol{
	
}

ul {
	
}

#content_main ul{
	clear:left;
}

li {
	line-height:1.4;
	font-size: 1.1em;
	list-style:none;
}

#content_main li{
	margin:0 0 5px 0;
}

dl {
	
}

dt {
	float:left;
	width:100px;
}

dd {
	
}


/* link styles
--------------------------------------------------------------------------*/
a img {
	border:none;
}

a:link, a:visited {
	color:#F63;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

a:active {
	
}

.skip {
	position: absolute;
	left: -9999px;
}

/* general custom classes
--------------------------------------------------------------------------*/
.hrule {
	height:1px; 
	font-size:1px;
	clear:both;
	margin:5px 0 15px 0;
	width:100%;
	float:left;
	background-color:#EEE;
}
	
.right{
	float:right;
}

.left{
	float:left;
}
