* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body div {
	text-align: left;
}
a:link, a:visited, a:active, a:hover {
	color: #3953a4;
}
a:hover {
	text-decoration: underline;
}
img, table {
	border-style: none;
}

/*Basic Layout*/
.basicLayout #Container { 
	width: 780px;
	background-color: #E9EBE9;
	margin: 0 auto;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #000000;
} 
.basicLayout #logo { 
	background: #FFFFFF;
	float: left;
} 
.basicLayout #header1 { 
	width: 625px;
	height: 18px;
	background: #247fb7;
	background-image: url(../images/header_01.gif);
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding: 2px 2px 0 0;
} 
.basicLayout #header1 a, .basicLayout #header1 a:visited {
	color: #FFFFFF;
}
.basicLayout #header1 a:hover, .basicLayout #header1 a:active{
	background-color: #336699;
	text-decoration: none;
}
.basicLayout #header2 { 
	width: 437px;
	height: 22px;
	background: #247fb7;
	background-image: url(../images/header_02.gif);
	float: left;
	padding: 2px 0 0 10px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
} 
.basicLayout #header3 {
	width: 176px;
	height: 24px;
	background: #247fb7;
	background-image: url(../images/header_03.gif);
	float: left;
	text-align: right;
	font-size: 90%;
	padding: 0 4px 0 0;
} 
.searchbox {
	height: 16px;
	width: 100px;
} 
.searchbutton {
	height: 20px;
} 
.basicLayout #header4 { 
	width: 623px;
	height: 16px;
	background: #247fb7;
	background-image: url(../images/header_04.gif);
	float: left;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
	padding: 0 4px 0 0;
}
.basicLayout #main { 
	background: #FFFFFF;
	float: left;
	width: 540px;
	padding: 20px;
	z-index: 1;
} 
.basicLayout #main p {
	margin: 0 0 20px 0;
}
.basicLayout #sidebar {
	float: left;
	width: 180px;
	padding: 10px;
	z-index: 1;
}
.basicLayout #footer1 {
	float: left;
	width: 572px;
	background-color: #FFFFFF;
	padding: 4px;
}
.basicLayout #footer2 {
	float: left;
	width: 192px;
	background-color: #E9EBEB;
	padding: 4px;
	text-align: right;
	font-size: 80%;
	font-style: italic;
	color: #333333;
}
.basicLayout #footer3 { 
	background:#FFFFFF; 
	border-top: 1px solid #999999;
	text-align:center;
	font-size: 80%;
	line-height: 200%;
	padding: 4px 0 4px 0;
}
.clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.currentLocation {
/*	width: 576px;*/
	height: 15px;
	background-color: #C9CCC9;
	padding: 1px 0 2px 4px;
	margin: -20px -20px 20px -20px;
}
.currentLocation a:link, .currentLocation a:visited {
	color: #333333;
}
h1 {
	height: 16px;
	background-image: url(../images/hl.gif);
	background-repeat:no-repeat;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 15px;
	font-size: 100%;
	font-weight: bold;
	color :#FFFFFF;
}
h2 {
	width: 260px;
	border-bottom: 4px solid #336699;
	margin: 0 0 6px 0;
	padding: 0 0 4px 0;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
h3 {
	border-bottom: 4px solid #336699;
	margin: 0 0 6px 0;
	padding: 0 0 4px 0;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
.normal {
	font-weight: normal;
}
.blackBold {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
}
.greenBold {
	font-size: 90%;
	font-weight: bold;
	color: #00FF00;
}
.whiteBold {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}
.white {
	color: #FFFFFF;
}
.orangeBold {
	font-size: 90%;
	font-weight: bold;
	color: #FF6600;
}
.redBold {
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
}
.redBig {
	font-size: 150%;
	font-weight: bold;
	color: #FF0000;
	line-height: 70%
}
.blueBold {
	font-size: 90%;
	font-weight: bold;
	color: #3953a4;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style:italic;
}
.black {
	font-size: 90%;
	color: #000000;
}
.red {
	font-size: 90%;
	color: #FF0000;
}
.noTemplate {
	background-color: #FFFFFF;
	background-image: none;
	padding: 10px;
	text-align: left;
	color: #333333;
	font-size: 80%;
	font-family: Verdana, Arial, "Lucida Grande", Geneva, sans-serif;
}
.noTemplate ul {
	 margin: 10px 0 0 20px;
}
.noTemplate ul li{
	padding-bottom: 10px;
}
.newsEntries {
	margin: 10px 0 0 0;
	padding-bottom: 6px;
	border-bottom: 1px dotted #999999;
}
.mainTablePadding {
}
.mainTablePadding td {
	padding: 4px 2px 4px 10px;
}
.mainTablePadding li {
	margin-left: 20px;
	padding-left: 0px;
}
.sideTablePadding {
}
.sideTablePadding td {
	padding: 4px;
}
.defaultList {
}
.defaultList li {
	margin-bottom: 6px;
	margin-left: 20px;
	padding-left: 0px;
}
.wideList {
}
.wideList li {
	margin-bottom: 10px;
	margin-left: 30px;
	padding-left: 0px;
}
.narrowList {
}
.narrowList li {
	margin-bottom: 2px;
	margin-left: 20px;
	padding-left: 0px;
}
.defaultOl {
}
.defaultOl li {
	margin-left: 30px;
	padding-left: 0px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.strike {
	text-decoration: line-through;
}
img.marginLeft {
	margin-right: 20px;
}
img.marginRight {
	margin-left: 20px;
}
img.marginBottom {
	margin-bottom: 20px;
}
img.sideMarginBottom {
	margin-bottom: 4px;
}
.form360 {
	width: 360px;
}
.narrowMargin {
	margin-top: 0;
}
.subnet {
	width: 50px;
	ime-mode: disabled;
}
table.schedulePadding {
}
table.schedulePadding td {
	padding: 4px 2px 4px 2px;
}
table.schedulePadding form {
	margin: 0;
}
.redButton {
	width: 52px;
	height: 22px;
	color: #ff0000;
	font-weight: bold;
 	cursor: pointer;
} 
dl{
	margin-bottom: 30px;
}
dt {
	background-color: #eeeee9;
	border: 1px solid #DDDDD9;
	padding: 3px;
/*	width: 100%;*/
	font-weight: bold;
}
dd{
	height: 100%;
	padding:10px;
	margin: 10px;
}
#rec1 {
	width: 268px;
	height: 22px;
	background-image: url(../images/itcertifications-j.gif);
	padding-bottom: 24px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}	
#rec2 {
	width: 268px;
	height: 22px;
	background-image: url(../images/webdesign-j.gif);
	padding-bottom: 24px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}	
.chromestyle{
	width: 780px;
	font-weight: bold;
	background-color: #000000;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
	width: 100%;
	background: url(../images/menubarbg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 0 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
	display: inline;
	line-height: 18px;
}
.chromestyle ul li a{
	padding: 0 7px;
	margin: 0;
	border-right: 1px solid #DADADA;
}
.chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:active, .chromestyle ul li a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/menubarbg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 230px;
	visibility: hidden;
	filter: Alpha(opacity=85) progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
}
.dropmenudiv a:link, .dropmenudiv a:visited {
	color: #333333;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #99CCFF;
}

