﻿@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	font-family:Tahoma, sans-serif;
	font-size: 12px;
	color:#000;
}
p {
	line-height:175%;
}
a:link {
	text-decoration:none;
	color:#000;
	}
a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#FE0607;
	}

#main {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:755px;
}
#header {
	width:755px;
	text-align:center;
}
#nav {
	float:left;
	width: 74px;
	margin-top:34px;
	margin-bottom:23px;
	text-align:right;
}
#content {
	float:left;
	width:650px;
	margin-top:34px;
	min-height:472px;
	margin-bottom:23px;
}
#sidebar {
	float:left;
	width:140px;
	min-height:418px;
}
#content2 {
	float:left;
	margin-left:15px;
	width:560px;
	min-height:418px;
	text-align:left;
}

#footer {
		text-align:center;
}

/* Form Styles */



.cssform p {
	width: 300px;
	font-family: Trebuchet Ms, Arial, Verdana, sans-serif;
	font-size:11px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
}
.cssform label {
	font-weight: bold;
	float: left;
	text-align:right;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 252px;
	font-family: Trebuchet Ms, Arial, Verdana, sans-serif;
	font-size:11px;
}
.cssform textarea {
	width: 250px;
	height: 150px;
	font-family: Trebuchet Ms, Arial, Verdana, sans-serif;
	font-size:11px;
}
* html .threepxfix {
	margin-left: 3px;
}
.formbutton {
	cursor:pointer;
	border:solid 1px #ccc;
	background:#999;
	color:#666;
	font-size:11px;
	font-weight:bold;
	padding: 1px 2px;
	background:#FFFFFF repeat-x left top;
	font-family: Trebuchet Ms, Arial, Verdana, sans-serif;
}
.textInput, textarea {	/* General style for my inputs when they're not highlighted */
	width: 180px;
	font-family: Trebuchet Ms, Arial, Verdana, sans-serif;
	font-size:11px;
}

