* {
    padding: 0;
    margin: 0;
} 

body {
background: #585C68;
font-family: Arial;
font-size: 16px;
line-height: 18px;
color:#FFFF00;

}

a { color: #FFFF00; text-decoration: none; }
a:hover { color: #B91919; text-decoration: underline; }

#wrap {
width: 980px;
margin: 10px auto;
}

#top {
background: #585C68 url(images/top.gif) no-repeat;
padding: 5px 0;
}

#header {
background: #3333FF url(images/header.gif) no-repeat;
height: 40px;
line-height: 40px;

}
#header h1 {
float:left;
font-size: 29px;
font-weight: 100;
letter-spacing: -3px;
padding-left: 20px;

}
#header h1 a {
text-decoration: none;
color: #8C0221;
}
#header h1 a:hover { color: #000; }
#header h2 {
float: right;
padding-right: 20px;
color: #FFFF00;
font-size: 20px;
font-weight:bold;
letter-spacing: -1px;
}

#intro {
background: #3333FF url(images/intro.gif) no-repeat;
padding: 0 20px;
color: #fff;
font-size: 11px;
text-align: justify;
padding-top: 4px;
height: 5px;
}
#intro a { color: #FF0000; text-decoration: underline; }
#intro a:hover { text-decoration: none; }

#content {
background: #3333FF url(images/contentbg.gif) repeat-y;
padding: 10px;
}


#content ul.training {
	padding-left:30px
	
}


#content td {
	vertical-align:top;
	width:50%
}



.right {
float: right;
width: 750px;
padding: 10px 20px 10px 10px;
background:#3333FF;
}
.right h2 {
font-weight:bold;
font-size:16px; 
padding: 10px 0 10px 0;
text-decoration: none;
color:#FFFF00; 
}

.right h3 {
font-weight:bold;
font-size:16px; 
color:#FFFF00; 
}


.left {
float:left;
width: 160px;
padding: 10px 0px 10px 10px;
background:#3333FF;
}

.left ul.NoBulletNoIndent {
  font-size: 18px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  color: #666;
  font-weight: 100;
}

.left ul.NoBulletNoIndent li {
	padding-bottom:6px;
	padding-top:6px;
	}


.left ul.submenu { padding: 5px 0 30px 30px;
		 font-size: 13px; 
		 color: #666; 
		 list-style-type: square;
		  padding-bottom:1px;
		  padding-top: 1px
	}

.left ul.submenu li {
	font-weight:bold;
	padding-bottom:1px;
	padding-top:1px;

	}
	

.left h2 { font-size: 14px; color: #666; font-weight: 100; }

#footer {
background: #585C68 url(images/footer.gif) no-repeat;
height: 30px;
color: #eee;
line-height: 30px;
text-align: center;
font-size: 11px;
text-align:right;
padding-right:10px
}
#footer a {
color: #eee;
text-decoration: none;
}
#footer a:hover {
color: #fff;
text-decoration: underline;
}

#bottom {
background: #585C68 url(images/bottom.gif) no-repeat;
padding: 5px 0;
}
