body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
	background-color: #D6D9E1;
	font-family: "Trebuchet MS";
	font-size: 100%;
	background-repeat: repeat;
}



/* MAIN */

#mainContent a {
	text-decoration: none;
	color: #152D6A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

#mainContent h1 {
	color: #000066;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}

#mainContent h2 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #CF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
}
#mainContent p {
	font-size: 13px;
	margin-bottom: 5px;
}

/* sidebar 1 */

#sidebar1  p {
	color: #000066;
	padding-right: 20px;
	padding-left: 5px;
	font-size: 11px;
	margin-right: 10px;
}
#sidebar1  a {
	text-decoration: none;
	color: #000066;
}
#sidebar1 .related {
	margin-bottom: 10px;
	background-color: #D7DDF4;
	color: #FFFFFF;
}


#sidebar1 .related li {
	list-style: none;
	display: inline;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1  h2 {
	color: #000066;
	padding-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0;
	padding-left: 5px;
	padding-top: 13px;
	background-image: url(../images/sidebkghead.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#sidebar1 .related a {
	display: block;
	padding: 5px;
	text-decoration: none;
	background-color: #D7DDF4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#sidebar1 .related a:hover {
	color: #FFCC00;
	background-color: #000099;
	font-weight: bold;
}

#sidebar1 .related ul {
	padding: 0px;
	font-size: 12px;
	border-right-width: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




.featureHead {
	background: url(../images/feature_bug.png) no-repeat right 0px;
}

a img {
	border-style: none;
}


#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}
#container {
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.photoBox {
	text-align: center;
	float: right;
	width: 220px;
}
#header img {
	display: block;
}

