/* CSS Document */

body {
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/template/top_fill.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.upload {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}

a:link {
	color: #999966;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999966;
}
a:hover {
	text-decoration: none;
	color: #87875A;
}
a:active {
	text-decoration: underline;
	color: #999966;
}
h1 {
	font-size: 14px;
	color: #999966;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #646698;
}

h3 {
	font-size: 14px;
	color: #999966;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	color: #983333;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	color: #646698;
	font-weight: normal;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

/* Positioning starts here */

div#logo {
	position: absolute;
	top: 72px;
	left: 0px;
}
div#header {
	position: absolute;
	top: 124px;
	left: 0px;
}
div#portnum {
	position: absolute;
	top: 160px;
	left: 360px;
}
div#content {
	position: absolute;
	left: 367px;
	top: 227px;
}
