@charset "utf-8";
/* CSS Document */

a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}

body {
	background-color: #cdcdcf;
	background-image: url(images/fade.jpg);
	font: 100% Georgia, "Times New Roman", Times, serif;
	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: #333333;
	line-height: 150%;
}

.oneColElsCtr #container {
	width: 60em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #EEEEEE;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#ddimagetabs{
height:23px;
margin:8px 0px 0px 10px;
}

#ddimagetabs span{
display: block;
height: 23px; /*height of tab image */
width:6px;
float: left;
display: inline;
margin-left: 0px; /*spacing between tabs */
padding-top: 0px; /*vertical offset of tab text from top of tab*/
}
#ddimagetabs a{
display: block;
text-decoration: none;
font-size:12px;
color: #666; /*font color */
height: 19px; /*height of tab image */
float: left;
display: inline;
margin-left: 0px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
padding-bottom: 4px; /*vertical offset of tab text from top of tab*/
text-align: center;
background-color:#CCCCCC;
}
#ddimagetabs a:hover{
background-color: #01366b;
color:#5a94ff;
}
#ddimagetabs a.current{
background-color: #0144b8;
color:#CCC;
}
