@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td img {display: block;}
a:link {
	color: #FA8F25;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}
a:active {
	color: #FA8F25;
}

#footerLinks, #footerLinks a:link, #footerLinks a:visited, #footerLinks a:active{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding-top: 3px;
}
#footerLinks a:hover {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: underline;
	padding-top: 3px;
}
.footerLinks li{
	display: inline;
	list-style-type: none;


}
#bodyCopy {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#rightImage {
	float: right;
	padding-left: 10px;
}
.contentbullets {
	list-style-position: inside;
	list-style-type: square;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 10px;
	display: block;
}
.contentul {
	margin: 0px;
	padding: 0px;
}

#leftBox {
	background-color: #E6E6E6;
	width: 410px;
	padding-left: 0px;
	margin-left: 0px;
}



h2 {
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	font-style: italic;
	display: inline;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

p {
	line-height: 1.5em;
}
.homeTitle {
	font-size: 16px;
	font-weight: bold;
}
.pageDiv {
	height: 20px;
	clear: both;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #333333;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.tableList tr{
	background-color: #E5E5E5;
}