BODY { color: black;
	background-image: url(background.gif);
	margin: 0px;
}

A:link  {
	color: #0058b0; 
	text-decoration: underline;
}

A:visited   {
	color: #db9734;	
	text-decoration: underline;
}

A:active    {
	color: #004080; 
	text-decoration: underline;
}

A:hover {
	color: #00356a; 
	text-decoration: underline;
}

#layer1 { position:absolute; height: 36px; width: 580px; left: 18px; top: 120px; visibility: visible; }
#layer2 { position:absolute; height: 19px; width: 76px; left: 930px; top: 3px; visibility: visible; }

H1 {
	color: black;
	font-family: "Trebuchet MS";
	font-size: 130%;
	padding-top: 3px; 
	border-bottom: 1px dotted #2e7bc9; 
}

H2 { 
	color: black;
	font-family: "Trebuchet MS";
	font-size: 120%;
	padding-top: 3px; 
	border-bottom: 1px dotted #2e7bc9; 
}

H3 {
	color: black;
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
}

.bottomBackground {
	background-color: #85997b;
	color: black;
	font-family: "Trebuchet MS";
	font-size: small;
	text-align: right;
	padding-top: 8px;
}

.contentBackground { 
	background-color: #eeeae0; 
	width: 1002px; 
	position:relative; 
	margin: 0; 
	padding: 0; 
}

.leftborder {
	padding-left: 4px; 
	border-left: 1px solid #bbbbbb
}

/* DotNetNuke overrides */
/* -------------------- */

/* text style used for most text rendered by modules */
.Normal {
	color: black; 
	font-size: small; 
	font-family: "Trebuchet MS";
}

/* style for module titles */
.Head   {
	font-family: "Trebuchet MS";
	color: black;
	font-size: 140%;
}

/* (SOLPARTMENU) Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	font-size: 18px;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	font-size: 18px;
	background-color: #2f468a;
	color: white;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}









