body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../pics/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #990033;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	padding-top: 20px;
}
.footer1 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.footer2 {
	color: #fd9800;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


h3 {
	font-size: 12px;
	color: #820024;
	margin-bottom: -15px;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}
.pic_title {
	font-size: 12px;
	font-weight: bold;
	color: #820024;
}
.pic_desc {
	font-size: 12px;
	color: #999999;
}
a {
	color: #FF9933;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #666666;
}
a:visited {
	color: #990033;
}
li {
	padding-top: 5px;
}
#topnav
{
	vertical-align: bottom;
}
#topnav ul
{
	list-style-type: none;
	list-style-image: none;
	color: White;
	padding:0;
	margin:5px;
}
			
#topnav li
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	display:inline;
	border-left: solid 1px White;
	padding: 0 10px 0 10px;
	font-size: 12px;
}

#topnav li.first
{
	border:0;
}
#topnav ul li a
{
	color: White;
}


.rightside
{
	background-image:url('pics/main_bg.jpg');
	background-repeat:repeat-y;
	background-position:top right;
}
