﻿body
{
	background-color: #AE7932;
	color: #ffffcc;
	font-family: Verdana;
	font-size:small;
}

img
{
	border:none;
}

div#header
{
	background-color: #ffffcc;
	background-image: url(../../Resources/Images/hd.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 250px;	
}

div#nav
{
	position:absolute;
	z-index:100;
	right:200px;
	top:200px;
}

div#nav a, div#nav a:link
{
	text-decoration: none;
	color: #ffffcc;
}

div#logo
{
	position:absolute;
	z-index:100px;
	top:0px;
	
}

div#content
{
	position:absolute;
	top:250px;
	left:150px;
	right:100px;
}

div#content h1
{
	font-size:x-large;
}

div#content h2
{
	font-size:large;
}


div#content p
{
	font-size: 10pt;
}

table.forms
{
	width:100%;
	
}

.forms .title
{
	width:100px;
	
}

.forms td
{
	padding:5px 0px 5px 5px;
	margin:0px;
	vertical-align:top;
	border-top:solid 2px #ffffcc;
	
}

.forms tr
{
	border-top:solid 2px #ffffcc;
}

.forms .help
{
	font-size:10pt;
	margin-top:5px;
	display:block;
}

/*forms*/
.forms label
{
	float: left;
	width: 150px;
	font-weight: bold;
}

.forms input, .forms textarea
{
	width: 180px;
	margin-bottom: 5px;
}

.forms textarea
{
	width: 250px;
	height: 150px;
}

.forms br
{
	clear: left;
}

/*forms end*/