body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #eee;
}
#mainFrame{
	width: 990px;
	height: 658px;
	border: 1px solid #aaa;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header{
	width: 100%;
	height: 67px;
	border-bottom: 1px solid #ccc;
}
#leftColumn{
	float: left;
	border-right: 1px solid #ccc;
	width: 180px;
	height: 590px;
	background-color: #DBE2DA;
}
#hotlinks{
	padding: 0 15px 0 20px;
}
#textColumn{
	float: right;
	height: 150px;
	width: 809px;
	border-bottom: 1px solid #ccc;
}
.halfPageColumnL{
	float: left;
	width: 390px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: auto;
}
.halfPageColumnR{
	float: right;
	width: 390px;
	margin-top: 10px;
	margin-right: 10px;
	overflow: auto;
}
#picTable{
	float: right;
	width: 809px;
	padding-top: 10px;
}
tr.caption{
	height: 50px;
	vertical-align: top;
	margin: 0;
	color: #555;
	line-height: 15px;
}
tr{
	text-align: center;
}
.caption td{
	padding-top: 10px;
}
#navcontainer{
	margin-top: 25px;
	margin-left: 13px;
}
#navlist ul{
	padding: 10px 0 0 0;
	margin-left: 0px;
}
#navlist li{
	width: 180px;
	height: 20px;
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
}
#navlist a{
	height: 25px;
	padding: 0 0 0 16px;
	margin-top: 5px;
	background-image:  url(../images/bullet.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333;
}
#navlist li a:hover, #navlist li a:active{
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #ab1725;
}
.textlinks ul{
	padding: 10px 0 0 0;
	margin-left: 0px;
}
.textlinks li{
	height: 15px;
	list-style: none;
	margin: 3px 0 0 -10px;
	padding: 0;
}
.textlinks a{
	height: 25px;
	padding: 0 0 0 16px;
	margin-top: 5px;
	background-image: url(../images/text_bullet.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #345095;
}
.textlinks li a:hover{
	background-image: url(../images/text_bullet2.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #ab1725;
}
.textlinks li a:active{
	background-image: url(../images/text_bullet2.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #ab1725;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #345095;
	padding: 10px 0 0 10px;
	margin: 0;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #777;
	padding: 15px 0 0 10px;
	margin: 0;
}
p.maintext{
	padding: 10px 15px 0 10px;
	line-height: 15px;
	font-size: 11px;
	margin: 0;
	color: #555;
}
.galleries{
	float: right;
	padding: 0 10px 0 0;
	color: #B22222;
}
.galleries tr{
	height: 30px;
	vertical-align: top;
}
.galleries a{
	color: #333;
	text-decoration: none;
}
.galleries a:hover{
	color: #ab1725;
}
.galleries a:active{
	color: #ab1725;
}
.galleries a:visited{
	color: #aaa;
}
#SIlink{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 990px;
	text-align: right;
	font-size: 10px;
	padding-right: 45px;
}
#SIlink a{
	text-decoration: none;
	color: #555;
}
#SIlink a:hover{
	text-decoration: underline;
	color: red;
}
.maintext a{
	color: #555;
}
.maintext a:hover{
	color: #ab1725;
}