	 
* {
margin:0;padding:0;
}
/* ***** Fix for IE bug ***** */
img {
position: relative;
}

body {
font-size:12px;
background:url(images/background.gif) repeat-x;
background-color:#ffffff;
margin:0;
padding:0;
}
/* ***** Standard text styling ***** */
td, th, div, td a, td a:link {
font-family: arial,tahoma,verdana;font-size:11px; color:#000;
}
a,a:link,a:visited {
color:#000000; text-decoration:underline; 
}
a:hover{
color:#999999; text-decoration:underline;
}
.Normal{
font-family: arial,tahoma,verdana;
font-size:12px;color:#000000; 
}
.Normal ul {
margin: 0px 10px 0px 25px;padding:0px 0;
}
.skinObject {
color:#000;
font-weight:normal;
}
.Head {
color:#000;
}
.SubHead {
color:#000;
}

.SubHead a:link, .SubHead a:visited {
color:#000;
}
.DataGrid_Header {
color:#000000;
}
.CommandButton, .CommandButton a {
color:#000;
}


.DNNEmptyPane {
width:0px;
height:0px;
}

/* ***** Wrapper for all Content ***** */
#container {
width:930px;
clear:both;
display:block;
text-align:center;
margin:0px auto;
background:url(images/allback.gif) repeat-y;
background-color:#ffffff;
}


#container td {text-align: left;}


/* ***** Narrow Bar at very top ***** */
#topleft {
width:475px;
height:250px;
float:left;
text-align:left;
background:url(images/topleft.jpg) no-repeat;
padding-left:110px;
padding-top:25px;
}
#topleft a {
font-family:"trebuchet ms", arial, verdana;
font-weight:bold;
font-size:14px;
text-decoration:none;
color:#214ba1;
}
#top {
width:870px;
height:158px;
background:url(images/topback.gif) repeat-x;
background-color:#481647;
margin-bottom:0;
}
#topmenu {
float:right;
margin-right:20px;
margin-top:5px;
width:250px;
}

#topright {
float:right;
width:300px;
height:100px;
text-align:right;
color:#ffffff;
font-weight:normal;
padding-right:10px;
margin-top:10px;
}
#flash {
float:right;
}
#menu {
background:url(images/menuback.gif) no-repeat;
height:40px;
clear:both;
padding-left:30px;
}
#gradient {
background:url(images/gradientback.gif) no-repeat;
}
#filler {
clear:both;
}
#footer {
background:url(images/footerback.gif) no-repeat;
height:41px;
color:#ffffff;
padding-top:12px;
}
#footer a {
color:#ffffff;
}
#left {
width:630px;
background:url(images/leftback.gif) repeat-y;
background-color:#ffffff;
float:left;
margin-left:34px;
text-align:left;
display:inline;
}
#left .text {
font-family:"trebuchet ms",arial, tahoma, verdana;
font-size:13px;
text-align:left;
margin-left:25px;
margin-right:15px;
display:block;
color:#000000;
}
#right {
width:223px;
background:url(images/rightback.gif) repeat-y;
float:right;
margin-right:33px;
text-align:left;
display:inline;
}
#right .text {
font-family:"trebuchet ms",arial, tahoma, verdana;
font-size:14px;
text-align:left;
margin-left:15px;
display:block;
color:#0ca400;
}
#right .text B{
font-size:16px;
font-weight:bold;
}
.title {
font-family:"trebuchet ms", arial, verdana;
font-size:20px;
color:#214ba1;
}

/*  NavMenu styles start here */

#nav ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:auto;
    background-color:none;
	z-index:1000;
}

#nav li {
  position: relative;
  float:left;
  height : 39px;
  line-height : 39px;
  list-style: none;
}
#nav li li{
  position: relative;
  float:left;
  height : 25px;
  line-height : 25px;
  list-style: none;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
    background-color:#333;
}


#nav a {
    font-size:11px;
	display:block;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
     padding :0px 15px 0px 15px;
    color:#fff;
    border-left:1px solid #72d746;
    border-right:1px solid #51a734;	
	font-family:"Trebuchet MS",arial, tahoma, sans-serif;
}

#nav li li a {
    width:12em;
	height:25px;
	line-height:25px;
	text-align:left;
	border-bottom:1px solid #555;
}

#nav li a:hover {
    border-left:1px solid #525252;
    border-right:1px solid #282828;	
	background:url(images/menuhover.gif) repeat-x;
}
#nav li li a:hover {
    border-left:1px solid #525252;
    border-right:1px solid #282828;	
	border-bottom:1px solid #777;	
    background-color:#555;
}
#nav li a.SelectedTab {
    font-size:1.12em;
    background-color: #FFF;
}
#nav .DisabledTab {
    color:#ccc;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li.iehover ul {
	top: 39px;
	left:0;
}
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,  
#nav li li li.iehover ul {
	top: 0;
	left:12.8em;
}









