@charset "utf-8";
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: #000000;
	background-color: #3399cc;
	background-image: url(../img/bk.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana;
	font-size: 100%;
}

h1 {
	font-size: 1.4em;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent p {
	color: #333333;
	font-size: 12px;
}
#mainContent strong {
	color: #006699;
	margin: 0px;
	padding: 0px;
}

#sidebar1 p {
	font-size: 0.8em;
	color: #08364D;
	padding-right: 10px;
}
#sidebar1 #wordaday {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#sidebar1 #wordaday p {
	color: #000;
	margin: 0px;
	font-size: 0.7em;
}
#sidebar1 #wordaday h3 {
	margin: 0px;
}

#sidebar1 p #now {
	color: #006699;
	font-size: 0.8em;
}

#sidebar1 h3 {
	color: #993300;
}

#sidebar1 a {
	color: #05212F;
	font-weight: bold;
}
#sidebar1 a:hover {
	color: #0085C6;
}



.twoColFixRtHdr #wrapper {
	width: 903px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/farbk.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #897400;
}
#botbox {
	position: relative;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #033;
	height: 270px;
}
#boxwrap {
	width: 135px;
	float: left;
	padding: 5px;
}
#botbox #boxwrap a #no {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#botbox a {
	color: #006699;
}

#botbox img {
	border: 1px solid #2C8AB9;
	float: left;
}
#botbox p {
	font-size: 0.7em;
	width: 100px;
	color: #083A54;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	float: left;
	text-align: center;
	margin-top: 2px;
}


#navwrap {
	background-image: url(../img/nv.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 53px;
	padding-left: 18px;
}

.twoColFixRtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/mbc.jpg);
	background-repeat: no-repeat;
	background-color: #B7C2B1;
} 

.twoColFixRtHdr #header {
	height: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
#mainContent a {
	color: #006699;
}

.twoColFixRtHdr #footer {
	background-image: url(../img/ft.jpg);
	background-repeat: no-repeat;
	height: 53px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent ul {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-position: outside;
	font-weight: bold;
}
#mainContent li {
	margin: 0px;
	padding: 0px;
}


#base p {
	color: #04344A;
	font-size: 11px;
}
#base {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#base a {
	color: #484414;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #888800;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainwrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}
