body#Body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #AFC0D2;
}

* { outline: 0; }

.PageWrap {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.HeaderTD {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.TagLineDiv {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #763D43;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color:#FFF; 
	font-weight:bold;
	text-align: center;
	padding: 5px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.NavTD {
	/* width: 250px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 100%; */
	background-color: #763D43;
 	border-left: 1px solid black;
/* 	border-bottom: 1px solid black; */
/*	border-bottom: 1px solid black; */
}

.LogoPane {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.BannerPane {
	background-color: #763D43;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

p.BannerText {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: white;
	font-weight: bold;
	/* line-height: 1em;
	margin-top: 15px; */
}


.ContentPane {
	/* margin-left: auto;
	margin-right: auto; */
	background-color: #FFFFFF;
	border-right: 1px solid black;
	/* border-bottom: 1px solid black; */
}

.LinksTD {
/* 	width: 780px;
	margin-left: auto;
	margin-right: auto; */
	background-color: #763D43;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	font-family: Georgia;
	font-size: 14px;
}

.FooterLinks {
	font-family: Verdana, Arial, sans-serif;
	color: white;
}

a.FooterLinks:link, a.FooterLinks:active, a.FooterLinks:visited {
	color: white;
}

a.FooterLinks:hover {
	color: yellow;
}

.LoginDiv {
	width: 100px;
	float: right;
	text-align: right;
}

.LoginDiv a:link, .LoginDiv a:visited,.LoginDiv a:active {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: black;
}

.LoginStyle {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: black;
}
.PlugDiv {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
}

.PlugP {
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
}	

P.MapInfo {
	font-family: Verdana, Tahoma, sans-serif;
	line-height: 1.2em;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
	padding-left: 10px;
	padding-right: 10px;
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.title_grey .Head {width: 100%; font-family: Georgia; font-weight: bold;} 

.Head   {
	color: #763D43;
	text-align: center;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 200%;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

