body  {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	background: #000000;
	line-height:16pt;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
	background-image:url(images/Pattern.jpg);
	background-repeat:repeat;
}
a:link {color:#003366; text-decoration:none}
a:visited {color:#003366; text-decoration:none}
a:hover {color:#003366; text-decoration:underline}
a:active {color:#003366; text-decoration:none}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(images/BG.jpg);
	background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 0 15px 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#logo	{
	background-image:url(images/Toplogo.jpg);
	background-repeat:no-repeat;
	width:770px;
	height:250px;
}
#TopMenuButton{
padding-top:225px;
}
ul#menu {
	margin:0px;
	padding:0px;
	background-image:url(images/TopBar.jpg);
	background-repeat:no-repeat;
}
ul#menu li {
	display: inline;
	margin:0 40px 0 40px;
}
ul#menu li a {
	text-decoration:none;
	color:white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}
ul#menu li a:hover {
	color:#D7CCA2;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 25px 15px 25px; /* padding keeps the content of the div away from the edges */
}
ul#sidelinks {
	margin:0;
	padding:0 5px 0 15px;
}
ul#sidelinks li {
	margin-bottom:20px;
	list-style:none
}
ul#sidelinks li a {
	text-decoration:none;
	color:white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}
ul#sidelinks li a:hover {
	text-decoration:underline;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 25px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align:center;
}
#mainContent { 
	margin: 0 170px; 
	padding: 0 10px;
	position:relative;
} 
#footer { 
	margin: 0 15px;
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	background-color:#000000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.box {
	margin:0 14px 14px 0;
	float:left;
	text-align:center;
}
.box a {
	font-weight:bold;
}
.imageblock {
	border:1px solid #b5b5b5;
	background-color:#000000;
	padding:0;
	margin-bottom:3px;
}
