body {
	color: #102654;
	background-color: #102050; /* #e8d1fc url(/images/background.gif); */
	margin: 0px auto;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-smooth: always;
	text-align: center;
}
body * {
    font-size: 12px;
}
b {
    font-size: 14px;
    font-weight: bold;
}
#header {
	background: url(/images/banner.png);
    top: 10px;
	height: 120px;
	width: 700px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
    position: relative;               
}
#logo {
	height: 96px;
    width: 96px;
    position: relative;
    top: 5px;
    left: 10px;
    float: left;
    padding: 0px;
    margin: 0px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/logo.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
#logo[id] {
	background: transparent url(/images/logo.png) no-repeat;
}
#toolbar {
	/* background: #ececec url(/images/toolbar.png) repeat-x; */
	background: transparent url(/images/toolbar.png) repeat-x;
	width: 700px;
    height: 24px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
* html #toolbar {
	top: 10px;
}
#toolbar[id] {
	top: -10px;
}
#menu {
}
#menu li {
    font-size: 1em;
	float: left;
	display: table-cell;
	/*
	 * background: url(/images/button.png) no-repeat;
	*/
	width: 90px;
	height: 26px;
	padding-top: 4px;
    text-align: center;
}
a:visited {
	color: #5a4a79;
	background-color: none;
	text-decoration: none;
}
a:link {
	color: #5a4a79;
	background-color: none;
	text-decoration: none;
}
#content a:hover {
	color: #56737c;
	background-color: #dfe9f8;
}
#menu li a {
	color: #B0C6D4;
	/* color: #FFFFFF; */
	background-color: none;
	text-decoration: none;
}
#menu li a:hover {
	color: #B0C6D4;
	/* color: #FFFFFF; */
	background-color: none;
	text-decoration: underline;
}
#sidebar {
	width: 200px;
	float: left;
	margin: 5px;
	display: table;
	text-align: justify;
	padding: 0em;
}
#sidebar li {
	float: left;
	clear: left;
	display: table-cell;
    margin: 0px;
	padding-left: 1.1em;
	font-weight: bold;
}
#sidebar li ul {
	padding-left: 1.2em;
	margin: 0;
}
#sidebar li ul li {
	width: 140px;
	padding-left: 1.3em;
	font-weight: normal;
    margin: 0px;
}
#border {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#border[id] {
	margin-top: 0px;
}
* html #border {
	margin-top: 12px;
}
/* hide from IE5-mac \*/
* html #top-border {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=fixed, src='/images/top-border.png');
	height: 6px;
}
* html #bottom-border {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=fixed, src='/images/bottom-border.png');
	height: 6px;
}
/* end hide from IE5-mac */
#top-border[id] {
	background: transparent url(/images/top-border.png);
	height: 10px;
}
#bottom-border[id] {
    background: transparent url(/images/bottom-border.png);
	height: 10px;
}
#content {
	background: #ececec none;
	width: 656px;
	border-left: 2px #000 solid;
	border-right: 2px #000 solid;
	padding: 20px;
	padding-top: 1px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}
/* hide from IE5-mac \*/
* html #content {
	width:700px;
}
/* end hide from IE5-mac */
#content * { 
	font-family: Tahoma, Verdana, sans-serif;
}
#footer a {
	color: #B0C6D4;
}
#footer {
	background: url(/images/footer.png) repeat;
	clear: none;
	text-align: center;
	height: 50px;
	width: 700px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative; 
    top: 8px;
}

h1 {
	background: url(/images/square-big.png) no-repeat;
	margin-top: 10px;
	padding-left: 20px;
	font-size: 1.3em;
}
h2 {
	background: url(/images/square-small.png) no-repeat;
	margin-top: 5px;
	padding-left: 15px;
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 0.9em;
}
h1, h2, h3, h4, h5 {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;	
}
.button * {
	font-size: 1em;
}
.button {
/*	background-color: #D0E0F0; */
	background: url(/images/big-button-bg.png);
	border: 2px #000 solid;
	margin: auto;
    height: 120px;
}
.button h2 {
	background: url(/images/blank.gif);
	font-size: 1.2em;
}
.button a:visited {
	color: #102654;
	text-decoration: underline;
}
.button a:link {
	color: #102654;
	text-decoration: underline;
}
.button a:hover {
	color: #B0C6D4;
	background-color: none;
	text-decoration: underline;
}

