/*	GENERAL STYLES GENERAL STYLES */

body {
	margin: 0px;
	background: url('/siteflow/images/top_drop.gif') top left repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}

img {
	border: none;
}

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

img.border {
	border: 1px solid #000000;
}

hr {
	border: none;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 100%;
}

.copybig {
	font-size: 14px;
}

.both {
	clear: both;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1.4em;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
}

.center {
	text-align: center;
}


/*	FORM STYLES FORM STYLES */

label {
	display: block;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}

input[type="text"], textarea {
	border: 1px solid #000000;
	font-family: Verdana, sans-serif;
	color: #000000;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 1px;
}

input[type="text"]:focus, textarea:focus {
	background-color: #EEEEEE;
}

.button {
	border: 1px solid #000000;
	background-color: #CCCCCC;
}


/* 	MENU STYLES MENU STYLES */

ul.menu {
	list-style-type: none;
	margin-top: 40px;
}

ul.menu li {
	font-size: 14px;
	padding-bottom: 5px;
}

ul.menu li a:link, ul.menu li a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

ul.menu li a:hover {
	color: #CC0000;
}


/* 	LAYOUT STYLES LAYOUT STYLES */

table.content {
	width: 100%;
	margin-top: 20px;
}

table.content tr td.left {
	width: 25%;
	text-align: right;
	background: url('/siteflow/images/vertical_border.gif') right top repeat-y;
}

table.content tr td.right {
	width: 75%;
}


/*	DIV STYLES DIV STYLES */

div#left {
	padding-top: 2px;
	padding-right: 42px;
}

div#right {
	padding-right: 40px;
}

div#copyright {
	width: 100%;
	margin-bottom: 20px;
	font-size: 10px;
	text-align: center;
}