/* Navigation */

#ULMainMenu
{
	list-style:						none;
	margin-bottom:					0px;
	margin-top:						0px;
	margin-left:					0px;
	z-index:						51;
}

#ULMainMenu li
{
	float:							left;
	text-align:						center;
	width:							100px;
	z-index:						51;
}

#ULMainMenu li a:link, #ULMainMenu li a:active, #ULMainMenu li a:visited
{
	color:							white;
	text-decoration:				none;
	z-index:						51;
}

#ULMainMenu li a:hover
{
	color:							white;
	text-decoration:				underline;
	z-index:						51;
}

#ULMainMenu li ul
{
	display:						none;
	list-style:						none;
	margin:							0px;
	padding:						0px;
	margin-top:						12px;
	width:							200px;
	background-color:				#015cac;
	z-index:						51;
	height:							0px;
}

#ULMainMenu li:hover ul
{
	display:						list-item;
}

#ULMainMenu li ul li
{
	float:							top;
	text-align:						left;
	height:							30px;
	margin-left:					0px;
	width:							200px;
	background-color:				#015cac;
	z-index:						51;
	border-bottom:					2px solid #012e55;
}

/* As */

a:link, a:active, a:visited
{
	color:							#002f55;
	text-decoration:				none;
}

a:hover
{
	text-decoration:				underline;
}

a.feeter:link, a.feeter:active, a.feeter:visited
{
	color:							#dad8d8;
	text-decoration:				none;
}

a.feeter:hover
{
	text-decoration:				underline;
}

/* BODYs */

body
{

	font-family:					Arial, Verdana;
	font-size:						9pt;
	margin:							0px;
	background-image:				url(img/bg.jpg);
	background-position:			top left;
	background-repeat: 				repeat-x;
		background-color:				#cbced1;
	behavior:						url("templates/csshover3.htc");
}

/* IMGs */

img
{
	border:							0px;
}

/* Ps and Hs */

p
{
	line-height:					150%;
}

h1
{
	color:							#9c4f0b;
	margin-top:						0px;
	font-size:						15pt;
	font-style:						italic;
	font-family:					Times New Roman, Lucida Sans Unicode, Verdana;
}

h2
{
	color:							#e5ce82;
	margin-top:						0px;
	font-size:						13pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h3
{
	color:							#e5ce82;
	margin-top:						0px;
	font-size:						12pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h4
{
	color:							#e5ce82;
	margin-top:						0px;
	font-size:						11pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h5
{
	color:							#e5ce82;
	margin-top:						0px;
	font-size:						10pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h6
{
	color:							#e5ce82;
	margin-top:						0px;
	font-size:						9pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

/* Other stylings */

pre
{
	font-family:					Courier New;
}

address
{
	font-style:						italic;
}

td
{
	font-size:						9pt;
	line-height:					150%;
}

/* DIVs */

div.DivSite
{
	width:							852px;
	position:						absolute;
	left:							50%;
	margin-left:					-426px;
	top:							14px;
}

div.DivHeader
{
	width:							852px;
	height:							161px;
	background-image:				url(img/header.jpg);
}

div.DivMenu
{
	position:						absolute;
	left:							182px;
	top:							134px;
	color:							white;
}

div.DivBreaker
{
	width:							852px;
	height:							222px;
	background-image:				url(img/breaker2.jpg);
}

div.DivMiddle
{
	height:							285px;
	width:							852px;
	background-color:				#efeeee;
}

div.DivFeeter
{
	height:							72px;
	background-image:				url(img/feeter.jpg);
	color:							#9c4f0b;
	text-align:						center;
}

div.DivFeeterPadding
{
	padding-top:					40px;
}

#DivFeeterPadding p
{
	margin:							0px;
}

div.DivCopyright
{
	height:							25px;
	text-align:						right;
	position:						absolute;
	top:							810px;
	font-size:						8pt;
	color:							#dad8d8;
	width:							852px;
	left:							50%;
	margin-left:					-426px;
}

#DivCopyright p
{
	margin:							0px;
}

div.DivContact
{
	width:							316px;
	height:							250px;
	background-color:				#dad8d8;
	position:						absolute;
	left:							10px;
	top:							383px;
	overflow:						hidden;
	color:							#002f55;
}

div.DivContactPadding
{
	padding:						20px;
	padding-top:					15px;
}

#DivContactPadding p
{
	margin:							3px;
}

div.DivContent
{
	width:							540px;
	height:							280px;
	position:						absolute;
	left:							300px;
	overflow:						auto;
}

div.DivContentPadding
{
	padding-left:					46px;
	padding-top:					10px;
	padding-right:					39px;
	padding-bottom:					20px;
}

/* IMGs */

img.ImgLogo
{
	position:						absolute;
	left:							32px;
	top:							20px;
}

img.ImgStarters
{
	position:						absolute;
	left:							200px;
	top:							161px;
	z-index:						0;
}
