body
{
	font-family: 'Trebuchet MS' , Verdana, Arial;
	background-color: lightsteelblue;
}

/* MainContent styles */

.maincontent
{
	font-size: 10pt;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-align:left;
}

/* TitleMenu User Control styles */
.title
{
	background-color: lightsteelblue;
}

.titleMenu
{
	background-color: black;
	font-size: 12pt;
	font-family: 'Trebuchet MS' , Verdana, Arial;
	vertical-align:bottom;
}

.titleMenuRow
{
	font-weight:300;
	padding-left:3px;
}

.titleMenuImage
{
	text-align:left ;
	vertical-align:middle  ;
	padding-left: 2px;
	padding-top : 2px;
	padding-right: 2px;
	padding-bottom : 2px;
}

.titleMenuNav
{
	border-top-width: medium;
	padding-right: 2px;
	padding-left: 2px;
	border-left-width: medium;
	border-left-color: #669999;
	border-bottom-width: medium;
	border-bottom-color: #669999;
	padding-bottom: 2px;
	vertical-align: bottom;
	border-top-color: #669999;
	text-align: center;
	border-right-width: medium;
	border-right-color: #669999;
}

.titleMenuNav a
{
	text-decoration: none;
	color: White;
	vertical-align:bottom;
}
.titleMenuNav a:visited
{
	text-decoration: none;
	color: White;
}
.titleMenuNav a:hover
{
	color: #6699ff;
}

/* SideMenu User Control styles */
.side
{
	background-image: url(images/wxsys_sideback.jpg);
	background-repeat: no-repeat;
	background-color: #336699;
}

.sideMenu
{
	font-size: 12pt;
	vertical-align: top;
	font-family: 'Trebuchet MS' , Verdana, Arial;
	
}

.sideMenuRow
{
	font-weight:300;
	width: 100%;
	padding-left:5px;
	padding-bottom : 5px;
}

.sideMenuRow a
{
	text-decoration: none;
	color: White;
	vertical-align:bottom;
	width: 100%;
}
.sideMenuRow a:visited
{
	text-decoration: none;
	width: 100%;
}
.sideMenuRow a:hover
{
	background-color: lightsteelblue;
	color: Black;
	width: 100%;
}


/* content styles */
.content
{
	background:white;
}

.content a
{
	text-decoration: none;
	color: #336699;
}
.content a:visited
{
	text-decoration: none;
	
}
.content a:hover
{
	color: midnightblue;
	text-decoration: none;
}

.content-column
{
	
}
	
/* FooterMenu User Control styles */
.footer
{
	background-color: white;
	vertical-align: middle;
}
.footerMenu
{
	border-top: black 1px solid;
	vertical-align: middle;
}
.footerMenuNav
{
	font-size: 8pt;
	font-family: 'Trebuchet MS' , Verdana, Arial;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	background-color: transparent;
	list-style-type: none;
	
}

.footerMenuNav li
{
	border-right: black 1px solid;
	padding-right: 7px;
	display: inline;
	padding-left: 3px;
	background-color: transparent;
}

.footerMenuNav li a
{
	text-decoration: none;
	color: black;
}

.footerMenuNav li a:visited
{
	
}

.footerMenuNav li a:hover
{
	color: red;
}