@charset "UTF-8";
/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color:#FFFFFF;
	background: url(../images/bg.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td img {display: block;}
a:link {
	color: #3E0119;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3E0119;
}
a:hover {
	text-decoration: none;
	color: #184C39;
}
a:active {
	text-decoration: none;
	color: #990033;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #184C39;
}
h2 {
	font-size: 18px;
	color: #3E0119;
}
h3 {
	font-size: 16px;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #000000;
}

#content {
	margin:0;
	padding:20px;
}
#sidebar {
	margin:0;
	padding:0;
}
.media {
	font-size: 14px;
	font-weight: bold;
	color: #3E0119;
}
	
.required {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	color: #990000;
}
.bknorepeat {
	background-repeat: no-repeat;
}

.bkrepeat-y {
	background-repeat: repeat-y;
}

.bkrepeat-x {
	background-repeat: repeat-x;
}
.pagepix {
	margin:10px;
	padding:2px;
	float:right;
	vertical-align:top;
	border: double;
	border-color:#3E0119;
	caption-side:bottom;
}
.pagepix2 {
	margin:10px;
	padding:2px;
	border: double;
	border-color:#3E0119;
}
/***** Navigation Styles*****/
/***** Top Nav *****/
.top-nav  {
	margin:0;
	padding-right:55px;
	font-family: "Century Gothic", Helvetica, Tahoma;
	font-weight:bold;
	font-size: 12px;
	line-height: 30px;
	color:#184C39;
	background-repeat:no-repeat;
}	
.top-nav a:link,
.top-nav a:visited {
	color: #184C39;
	text-decoration:none;
}
.top-nav a:hover,
.top-nav a:active {
	color: #3E0119;
	text-decoration:none;
}
/***** Breadcrumbs *****/
.breadcrumb {
	color:#333333;
	font-size: 10px;
}
.breadcrumb a:link,
.breadcrumb a:visited {
	color: #184C39;
	text-decoration:underline;
}
.breadcrumb a:hover,
.breadcrumb a:active {
	color:  #3E0119;
	text-decoration:none;
}
/***** Sidebar Menu *****/

#menulist {
	margin:0;
	padding:5px;;
	list-style-type: none;
}
.menu {
	margin:0;
	padding-left: 10px;
	color:#3E0119;
	font-size: 14px;
	line-height: 18px;
	font-weight:bold;
	border-bottom: solid 1px #3E0119;
	width: 200px;
}
.menu a:link,
.menu a:visited  {
	color:#3E0119;
	text-decoration: none;
}
.menu a:hover,
.menu a:active  {
	color:  #000000;
	text-decoration: underline;
}
.menu2 {
	margin:0;
	padding-left: 10px;
	color:#3E0119;
	font-size: 12px;
	line-height: 14px;
}
.menu2 a:link,
.menu2 a:visited  {
	color:#3E0119;
	text-decoration: none;
}
.menu2 a:hover,
.menu2 a:active  {
	color: #000000;
	text-decoration: underline;
}
/***** Site Map *****/
#sitemaplist {
	margin:0;
	padding:0px;
	list-style-type:none;
	}
.sitemap {
	font-size: 14px;
	line-height: 20px;
	text-decoration:none;
	color:#333333;
	list-style-type:none;
}
/***** Footer *****/
.footer {
	color:#333333;
	font-family: "Century Gothic", Helvetica, Tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height:16px;
}
.footer a:link,
.footer a:visited  {
	color:#333333;
	text-decoration: underline;
}
.footer a:hover,
.footer a:active  {
	color: #184C39;
	text-decoration: none;
}
/***** End Navigation Styles*****/
-->
