body {
	background-color: #FFFFFF;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #000000;
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#header {
	background-color: #CCD1EF;
	padding: 0px 0px 0px 8px;
	margin-bottom: 4px;
	margin-top: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-image: url(images/headerbg.jpg);
	font-size: 1.2em;
	font-weight: bold;
}
/* 	The parent container for the sidebar and maincontent DIVs */
#mainwrapper {
	width: 850px;
	margin: 0px auto;
	padding: 0 12px;
}
#menucontentwrapper {
	width: 850px;
}

#sidebar {
	float: left;
	width: 168px;
	font-size: 0.7em;
	margin-top: 12px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 18;
	padding-left: 0px;
}

/* 	We set the top margin on the UL that holds the navbar */
#nav {margin: 1em 0 0; padding: 0;}

/* 	We set the bottom margin of each list item to 1px and
	we turn off the default bullet character. */
#nav li {
	padding: 1px;
	list-style-type: none;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	margin-top: 0px;
	cursor: hand;
	font-style: normal;
}

/* 	For navbar links only - We turn off underlines, assign
	3px padding, a border, a background color, a text color
	and we set the link to display block which makes it act
	like a "button" */
#nav a, #nav a:visited {
	text-decoration: none;
	padding: 4px;
	background-color: #6D447E;
	color: #FFFFFF;
	display: block;
	border-top: none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: none;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
}

/* 	the hover class is obvious. Active serves a dual purpose. In
	all browsers, it is triggered when the mouse is down and
	releases when the link loses focus. In IEPC it also is the
	state of the link when tabbed to using the keyboard. Focus
	is triggered when the link is tabbed to in browsers other
	than IEPC. */
#nav a:hover, #nav a:active, #nav a:focus {
	color: #FFFFFF;
	background-color: #88559D;
	background-image: url(images/buttonover.gif);
	list-style-type: none;
}
#maincontent {
	float: right;
	width: 625px;
	padding: 0 6px 18px 18px;
	font-size: 0.8em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 0;
}
#menu a, #menu a:visited {
	text-decoration: none;
	background-color: #66447E;
	color: #FFFFFF;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	background-image: url(images/button.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #523360;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #523360;
}
#menu a:hover, #menu a:active, #menu a:focus {
	color: #FFFFFF;
	background-color: #9663AB;
	background-image: url(images/buttonover.gif);
}
#footer {
	clear: both;
	background-color: #BDE2EB;
	min-width: 728px;
	margin-top: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-image: url(images/fotter.jpg);
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer p {
	margin: 0;
	font-size: 7pt;
	text-align: left;
}
#header h1 {
	margin: 0;
	font-size: 1.4em;
}
h2 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
}
h3 {
	font-size: 1.1em;
	margin: 24px 0px 0px;
	color: #320064;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
h4 {
	font-size: 1.1em;
	color: #311E48;
	font-style: normal;
	font-weight: bold;
	}

ul {
	list-style-type: disc;
	font-weight: normal;
}
.highlite
 {
	color: #330033;
	font-weight: bold;
	font-style: normal;
}
.highlite2
 {
	color: #631D3A;
		font-style: normal;
}
li {
	color: #3A2761;
	font-weight: normal;
	font-size: 1em;
	font-style: normal;
	text-align: left;
	list-style-type: square;
}
