/* We use a Background Image for Netscape 4 because*/ 
/*it cannot span the entire window with a div bg color */
body {
	margin: 36px 36px 0 240px;
	padding: 0;
	background-image: url("/pages/tpayne/UEG/images/UEGbackground.jpg");
	background-repeat: repeat-y;
	background-color: #E3F8F1;
}

#logo {
	position: absolute;
	right: 0px;
	width: 409px;
	top: 0px;
}

/* Netscape 4 will not honor font styles on the body selector very well */
p, div {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

#header {
	margin: 0;
}
#header p {
	margin: 0;
	font-size: 12px;
	text-align: right;
}

#mainwrapper {
	margin: 0;
}

/*Sidebar is absolutely posititioned for NN4 because it's more stable than floating*/
#sidebar {
	position: absolute;
	left: 24px;
	width: 180px;
	top: 136px;
	color: #666666;
}

.dottedline {border-bottom-style: dotted }

#maincontent p {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
#maincontent h1 {
	margin-top: 14px;
	color: #006666;
	font-weight: bold;
}
#sidebar h2 {
	margin: 0 0 12px 0;
}
#sidebar p {
	font-size: 12px;
	color: #666666;
}
#footer {
	margin: 48px 0 0 0;
}
#footer p {
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar a:link, #sidebar a:visited  {
	color: #FFFFFF;
}
/*Hover is used because MSIE4 supports it*/
#sidebar a:hover, #sidebar a:active  {color: #999;}

.normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 228px;
	color: #000000;
}

.normalwide {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	color: #000000;
	max-width: 600px;
}

.displaytable {
	font-size: 12px;
	color: #006666;
	text-align: center;
	vertical-align: top;
}

.normaltable {
	width: 540px;
	color: #006666;
}

.displaytable a:link, .displaytable a:visited  {
	color: #666; 
	text-decoration: none;
	padding-left: 5px;
	align: center;
}

.displaytable a:hover, .displaytable a:active  {
	color: #006666; 
	text-decoration: none;
	padding-left: 5px;
	align: center;
}

.normal a:link, .normalwide a:link {
	color: #006666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.normal a:visited, .normalwide a:visited {
	color: #000000	;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.normal a:hover, .normalwide a:hover {
	color: #006666;
	text-decoration: none;
}

.fieldlable {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	text-align: right;
	font-style: italic;
	color: #006666;
}

.caption {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #006666;

}

.linklist {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009999;
	font-weight: bold;
}

.linklist a:hover {
	color: #336666; 
	text-decoration: none;
}

.linklist a:link, .linklist a:visited  {
	color: #444; 
	text-decoration: none;
}

.bulletlist {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 228px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: square;
	text-indent: -14px;
	color: #000000;
}

.bulletlist a:link, .bulletlist a:visited {
	color: #666; 
	text-decoration: none;
}

.calculatorhead {
	font-family: "Trebuchet MS", arial, helvetica, "sans serif";
	font-weight: bold;
	color: #33CCFF;
	background-color: #66CCCC;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 14px;
}
h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 14px;
}
#mainwrapper #maincontent .caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#mainwrapper #maincontent .bulletlist {
	list-style-type: disc;
}
