html {
	height:100%;
}
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	padding: 0px;
	background-image: url(images/bggrad.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
}
#main-title {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 100px;
	background-color: #ffffff;
	border-bottom: 1px #dfdfdf solid;
	color: #4b5c7a;
	font-size: 1.4em;
	letter-spacing: 5px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: italic;
	text-decoration: none;
}
#main-title a:link, #main-title a:visited, #main-title a:hover {
	text-decoration: none;
	border-bottom: 2px #FFFFFF solid;
}
#main-text {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 210px;
	margin-right: 40px;
	background-color: #f0f2f6;
	border-left: 1px #4b5c7a solid;
	border-right: 1px #4b5c7a solid;
	padding-left: 14px;
	padding-right: 14px;
}
h1 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.5em;
	color: #4b5c7a;
	padding-bottom: 9px;
	padding-top: 9px;
	padding-right: 0;
	font-weight: normal;
	border-bottom: 1px #4b5c7a solid;
}
h2 {
	padding: 0;
	font-size: 1.0em;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 {
	padding: 0;
	font-size: .8em;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
p, ul, ol, table {
	font-size: .8em;
	line-height: 1.7em;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
ol, ul {
	margin-left: 25px;
	line-height: 1.4em;
}
li ul {
	font-size: 100%;
}
a:link, a:visited {
	color: #5880F4;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px #5880F4 solid;
}
a:hover {
	color: #dc0101;
	text-decoration: none;
	font-weight: bold;
}
#left-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	padding-top: 141px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#left-menu a:link, #left-menu a:visited {
	border-bottom: 1px #4b5c7a solid;
	display: block;
	color: #666666;
	text-align: right;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: .7em;
	border-top:1px solid #D9EBFC;
	border-bottom:1px solid #9AB1C7;
	background-color: #C3DFFB;
}
#left-menu a:hover, #left-menu a.current {
	color: #333333;
	background-color: #58A6F4;
	border-top:1px solid #92C5F8;
	border-bottom:1px solid #4B8ED1;
}
#right-column {
	position: absolute;
	top: 385px;
	left: 0;
	width: 195px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	background-color:#C9FFC9;
	color: #666666;
	padding:10px 5px 10px 10px;
	font-size: .9em;
}
#right-column a:link, #right-column a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#right-column a:hover {
	color: #dfdfdf;
	text-decoration: underline;
	font-weight: bold;
}
#footer {
	text-align: left;
	color: #000000;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 1px;
	border-top: 1px #4b5c7a solid;
	margin-top: 0;
	background-color: #ffffff;
	border-bottom: 5px #5863c7 solid;
	padding-right: 50px;
	padding-left: 50px;
	font-size: .7em;
	clear:both;
}
#footer a:link, #footer a:visited {
	color: #dfdfdf;
	border: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#id1 {
	margin: 10px 20px 0px 0px;
	padding: 5px 20px;
	background-color:  #ffffdd;
}
#id2 {
	margin: 10px 20px 0px 0px;
	padding: 5px 20px;
	background-color: #ffffdd;
}
#id3 {
	margin: 10px 20px 0px 0px;
	padding: 5px 20px;
	background-color: #ffffdd;
}
#id4 {
	margin: 10px 20px 0px 0px;
	padding: 5px 20px;
	background-color: #ffffdd;
}
#bold1 {
	font-weight: bold
}
