body {
	background-color:#fff;
	color:#222;
	font-family:Helvetica, Arial, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
}

a {
	color:#3C439C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h2 {
	clear:both;
	margin:1em 0 0.3em 0;

	padding: 165px 0 0 0;
    overflow: hidden;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;

    height: 0px !important;
    height /**/:165px;
}

div#container {
	margin:auto;
	width:702px;
}
div#content {
	margin:2em 0;
	line-height:1.5em;
}
div#footer {
	margin:1em 0;
	text-align:center;
}
div#header {
	margin:auto;
}
#header h1 {
	float:left;
	margin:5px 0 0 10px;
	padding:0;
	width:250px;
}
#header h1 a {
	display:block;
    padding: 38px 0 0 0;
    overflow: hidden;
    background-image: url(../images/logo_text.gif);
    background-repeat: no-repeat;

    height: 0px !important;
    height /**/:38px;
}
#header h1 a:hover {
	text-decoration:none;
}
ul#nums {
	float:right;
	list_style:none;
	margin:0.5em 0 1em 0;
	padding:0;
}
ul#nums li {
	display:inline;
	margin:0 0.5em;
}
div#sidebar {
	background-image:url(../images/menubar.jpg);
	color:#fff;
	height:34px;
	text-align:center;
}
div#sidebar a {
	color:#fff;
	font-weight:bold;
}
div#sidebar ul {
	list_style:none;
	margin:0;
	padding:8px 0 0 0;
}
div#sidebar li {
	display:inline;
	margin:0 0.5em;
}
div#topbar {
	clear:both;
	height:20px;
	margin:auto;
	width:700px;
}
div#topbar a {
	color:#000;
	text-decoration:none;
}
div#topbar a:hover {
	text-decoration:underline;
}
div#topbar a.mlink {
	display:block;
	float:left;
	padding:14px 0 0 1em;
}
div#topbar ul {
	float:left;
	list-style:none;
	margin:0;
	padding:14px 1em 0 0;
	width:20em;
}
div#topbar li {
	display:inline;
	font-size:0.9em;
	margin:0 0.5em;
}




div#topbar1 {
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position:right;
	height:99px;
	width:100%;
}



div.left {
	float:left;
}
div.right {
	float:right;
}
