/*CSS*/

body,td,th{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#main {
	margin: 0;
	padding: 0;
	background: #666666 url(images/img1.gif) repeat-x;
}
	
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#99CCFF;
}
ul.square{
	list-style-type: square;
	color:#F05959;
}


/* Header */

#header {
	width: 1000px;
	height: 203px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 {
	padding: 100px 0 0 0;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#logo h2 {
	letter-spacing: 1px;
	font-size: 1em;
}
h3 {
	font-size:20px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 154px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	padding: 5px 19px;
	background: #2F1A1A url(images/img2.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;
	border-bottom-color: #7A6D6D;
	color: #FFFFFF;
}

/* Content */

#content {
	margin: 0 auto;
	padding: 20px 0 0 0;
	background-repeat: repeat-x;
	background-image: url(images/img2.gif);
	height: 100%;
	width: 1050px;
}

/* Column One */

#colOne {
	float: right;
	width: 785px;
	padding-right: 8px;
	padding-left: 8px;
	color:#000000;
	border:solid 1px;
	border-color:#CCCCCC;
	background-color: #FFFFFF;
}
#colOne a {
	color:#003399;
	text-decoration:underline;
}
#colOne a:hover {
	color:#CC0000;
	text-decoration:underline;
}	

/* Column Two */

#colTwo {
	float: left;
	width: 245px;
	height:550px;
	border-top:#CCCCCC solid 1px;
	background-image: url(images/menu_bgr.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
}

#colTwo ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 20px;
}

#colTwo li li {
	margin-bottom: auto;
}

#colTwo li ul {
	padding-left: 20px;
	list-style: square inside;
}

#colTwo h2 {
	padding-bottom: 5px;
	font-size: 1em;
	color: #FFFFFF;
	padding-left: 20px;
	background: url(images/img3.gif) no-repeat 5px 6px;
	border-bottom: 1px solid #2C2C2C;
}

#textfield1 {
	width: 150px;
	margin-left: 20px;
	background: #9E9E9E url(images/img4.gif) repeat-x;
	border: 1px solid #9C9C9C;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
}

#submit1 {
	background: #9E9E9E url(images/img5.gif) repeat-x;
	border: 1px solid #625252;
	border-right-color: #1B0F0F;
	border-bottom-color: #1B0F0F;
	color: #CCCCCC;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: url(images/img6.gif) repeat-x;
	padding-top: 20px;
	font-size: 11px;
	color: #CCC;
	text-align: center;
}

#footer p {
	margin-left: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-align: left;
	font-size: smaller;
}
/* Headings */
h2 {
	color:#CC0000;
	font-size: 18px;
}
h3 {
	color:#000;
	font-size: 16px;
} 

/* Classes */
.imagebutton { border: 1px solid; color:#CCCCCC; float:right; margin-right:90px; margin-left: 20px; }
.logohead {
	float: left;
	margin: 0px 10px 0px 0px;
	border:none;
}
.imagehead {float: right; margin: 0px;}
.trs_image {float: right; margin: 0px;}
.formdiv {float: left; margin: 8px;}

/* Font Styles */
.red {color:#CC0000;}
.small {font-size:10px;}

/* Line Styles */
.redline {
	color:#CC0000;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #900;
	border-bottom-color: #000;
	width: 810px;
	clear: both;
}
/* Forms */
#formtbl tr td{
	vertical-align:top;
	padding: 2px;
}
.right {
	text-align: right;
	float: right;
}
