@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: #aaf8eb;
	background-image: url(../images/bbb_wallpaper_2010.jpg);
	font-size: 100%;
}
#container  {
	width: 936px;
	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-color: #F7FEE9;
	border-top-width: 1px;
	border-right-width: medium;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: inset;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
} 
#header  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
} 
#dateformat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #DFF9AC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	clear: both;
	text-align: center;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-color: #666666;
}
#nav {
	clear: both;
	background-color: #e4edf9;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #666666;
	border-left-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-bottom: 6px;
	padding-top: 2px;
}

#nav li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #666666;
	padding-right: 8px;
	padding-left: 8px;
}

#nav ul {
	margin: 0px;
	text-align: center;
}

#nav a {
	text-decoration: none;
}
#nav a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #993399;
	text-decoration: none;
	font-weight: bold;
}
#nav a:active {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#nav a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #F7fee9;
	height: 1000px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
}
#sidebar1 h3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	font-size: 120%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	text-decoration: none;
}
#sidebar1   p {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: none;
	margin: 0;
}


#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #f7fee9;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 1000px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
}
#sidebar2 h3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	font-size: 120%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	text-decoration: none;
}
#sidebar2  p {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainContent  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 10px;
} 
#mainContent h2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	font-size: 120%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	font-weight: normal;
}

#mainContent h3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	font-size: 120%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	font-weight: normal;
}
#mainContent h4 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#mainContent p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#mainContent a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
#mainContent a:hover {
	color: #993399;
	text-decoration: none;
	font-weight: normal;
}
#mainContent a:active {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
#mainContent a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#form {
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	clear: none;
}


#footer  {
	background-color: #DEF9AC;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
} 

#footer a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#footer  p  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	font-size: 80%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	text-decoration: none;
}
#footer h3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	font-size: 120%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	text-decoration: none;
}
#footer a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #993399;
	text-decoration: none;
	font-weight: bold;
}
#footer a:active {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#footer a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}


.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;
}
