body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #1d3d88;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1D3D88;
}
.headingtext {
	font-size: 18px;
	font-weight: bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d3d88;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #1d3d88;
}
a:link {
	font-weight: bold;
	color: #1d3d88;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #1d3d88;
}
a:hover {
	text-decoration: none;
	color: #1d3d88;
}
a:active {
	text-decoration: none;
	color: #1d3d88;
}
#container {
	position: relative;
	width: 760px;
	margin: auto;
}
#header {
	position: relative;
	width: 763px;
}
#left {
	position: relative;
	background-image: url(images/leftbackground.jpg);
	background-repeat: repeat-y;
}
#content_welcome {
	position: relative;
	float: right;
	width: 610px;
	background-color: ececf4;
	background-image: url(images/mainbackground.jpg);
	background-repeat: repeat-y;
}
#content_text {
	position: relative;
	float: right;
	width: 590px;
	background-color: ececf4;
	background-image: url(images/mainbackground.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	position: relative;
	width: 760px;
	background-repeat: no-repeat;
	height: 30px;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#left {
	float:left;
	width: 150px;
	background-color: #ececf4;
}

#left UL
{
    BORDER-RIGHT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: 0px;
    LIST-STYLE-TYPE: none
}
#left LI A
{
	BORDER-RIGHT: 0px;
	PADDING-RIGHT: 0px;
	BORDER-TOP: 0px;
	DISPLAY: block;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: normal;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	BORDER-LEFT: 0px;
	WIDTH: 125px;
	PADDING-TOP: 2px;

	HEIGHT: 20px;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#left A
{
    COLOR: #4a4a4a;
    TEXT-DECORATION: none
}
#left A:hover
{
    BACKGROUND: #C8EFFE;
    COLOR: #4a4a4a;
    TEXT-DECORATION: none
}

.footertext {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	}
	
#content_text a:link {
	font-weight: bold;
	color: #1d3d88;
	text-decoration: none;
}
