/* CSS Document */
body {
	background-color: #174374;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#leftside {
	background-image: url(images/left-bg-to.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#centerbg {
	background-image: url(images/c-right-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#btmenu {
	color: #85A8D3;
}
#btmenu a:link {
	color: #DAE4F1;
	text-decoration:underline;
}
#btmenu a:hover {
	color: #DAE4F1;
	text-decoration:none;
}
#btmenu a:visited {
	color: #DAE4F1;
	text-decoration:underline;
}
#btmenu a:active {
	color: #DAE4F1;
	text-decoration:underline;
}
#lefttit {
	font-weight: bold;
	color: #fec231;
	text-indent: 14px;
}
#content {
	text-align: justify;
}
#content h1 {
	text-align: left;
	font-size: 22px;
	color: #0f417a;
	font-weight: normal;
	text-decoration: none;
}
#content h2 {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	color: #0f417a;
	text-decoration: none;
}
#content1 {
	text-align: justify;
	color: #1C508C;
}

.darkBlueBold {
	font-weight: bold;
	color: #0f3155;
}
a:link {
	color: #0000FF;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color: #0000FF;
}
a:hover {
	text-decoration:none;
	color: #0F417A;
}
a:active {
	text-decoration:underline;
	color:#0000FF;
}

