body
{
	background-image: url(../Images/menuGrad.jpg);
	background-repeat: repeat-y;
}

#headArea
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 800px;
}


#topic
{
	text-align: right;
	color:red;
	font-family: Trebuchet MS, Times New Roman;
	font-size: 16;
	font-weight: bold;
	background-color: transparent;
	margin-top: 5px;
	padding: 5px 5px 5px;
	border-top: solid 2px black;
	letter-spacing: 2px;
	
}


#menuBox
{
	position:relative;
	top: 115px;
	left: 0px;
	width: 100px;
	
}

#menuCC
{
	position: relative;
	top: 350px;
	left: -20px;
	text-align: right;
	font-family: Sans-Serif;
	font-size: 10px;
	color: Red;
	width: 150px;
	background-color:Transparent;
}

#mainBox
{
	position:absolute;
	top: 130px;
	left: 200px;
	width: 550px;
	background-color:white;
}

#note
{
	position:relative;
	top: 10px;
	font-family: Sans-Serif;
	color: Black;
	font-size: 12px;
}



#copyRight
{
	position: absolute;
	left: 190px;
	top: 600px;
	z-index: 10;
	font-family: Sans-Serif;
	font-size: 10px;
	color: Red;
}

#loginBox
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
}

.appName{
	position: relative;
	top: 0px;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	color: teal;
}



.menu
{
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
}


a
{
	color: #336699;
	text-decoration: none;
	border: solid 1px black;
	padding: 5px 5px 5px 30px;
	width: 130px;
	margin-bottom: 10px;
}

a:visited
{
	color: #336699;
	text-decoration: none;
}

a:active
{
	color: #cc9933;
	text-decoration: none;
}

a:hover
{
	color: #ff9933;
}

.fieldName{
	font-family: verdana, Arial;
	font-size: 12px;
	color: black;
	float: left;
	clear: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	background-color: Transparent;
}

.fieldControl
{
	float: right;
	font-size: 12px;
	font-family: verdana;
	padding-bottom: 2px;
	margin-bottom: 10px;
	background-color: Transparent;
}

.sectHeading{
	top: 0px;
	left: 0px;
	width: 300px;
	padding: 5px 5px 5px 5px;
	color: black;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	background-image: url(../images/headerGrad.jpg);
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
}

.sectDetails{
	position: relative;
	top: -2px;
	left: 0px;
	width: 100%;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}
h4
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color: teal;
}