/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 12px;
	background-color: #262626;
	text-decoration: none;
}
.body2 {
	margin: 0px;
	font-family: Arial, Tahoma, Trebuchet MS,  Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.leftPanel {
	width: 250px;
	vertical-align: top;
	position: relative;
	top:0px;
	float:left;
}
.topBg {background:url(images/topBg.gif) repeat-x 0px 0px;}
p, table, tr, th, td {
	font-family: Tahoma, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	color: #acaaaa;
	text-decoration: none;
}
p a, table a, tr a, th a, td a {
	color: #ffffff;
	text-decoration: none;
}
p a:hover, table a:hover, tr a:hover, th a:hover, td a:hover {
	color: #cc9c63;
	text-decoration: underline;
}

li {
	font-family: Georgia, Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 12px;
	color: #cdcdcd;
	text-decoration: none;
	list-style-image: url(images/li_bullet.gif);
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}
li a {
	color: #ff5500;
	text-decoration: none;
}
li a:hover {
	color: #fff000;
	text-decoration: underline;
}

h1 {
	font-family:  Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	background: url(images/smallArraw.gif) no-repeat 1px 5px ;
	padding: 0px 0px 3px 20px;
}
h1 a {
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
	margin: 0px;
	text-decoration: underline;
}
h2 {
	font-family:  Trebuchet MS, Arial, Tahoma,;
	font-size: 14px;
	color: #04243c;
	font-weight: bold;
	margin: 0px;
	background: url(images/grayArrow.gif) no-repeat 8px 6px ;
	padding: 0px 0px 0px 20px;
}

h3 {
	font-family: Arial Narrow,Trebuchet MS, Tahoma,;
	font-size: 12px;
	color: #4c464b;
	text-decoration: none;
	font-weight: Normal;
	margin: 4px;
	background: url(images/parplebullet.gif) no-repeat 2px 6px ;
	padding: 0px 0px 0px 15px;
}

.pagetitle {
	font-family:  Trebuchet MS, Arial narrow, Arial, Tahoma, Verdana;
	font-size: 50px;
	color: #ffffff;
	font-weight: 500;
	padding: 0px 0px 15px 25px;
	height:236px;
}

.input {
	background-color: #ffffff;
	border: 1px solid #0a1e35;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 1px 0px 0px px;
	
}
.button {
	background-color: #660000;
	border-top: 5px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
}

hr {
	background-color: #262626;
	hright: 20px;
}
.pdf {
	font-family:  Tahoma,Verdana, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	color: #cb1a1e;
	background: url(images/pdf.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 32px;
	height:26px;
	text-decoration: none;
}
.pdf a{
	color: #cb1a1e;
	text-decoration: none;
}
.pdf a:hover{
	color: #ff0000;
	text-decoration: underline;
}
.white {background-color: #ffffff;}
.black {background-color: #000000;}
.green {background-color: #89a209;}
.blue {background-color: #2b65b2;}
.lightBlue {background-color: #3d84bc;}
.darkBlue {background-color: #1b409c;}

.grey {background-color: #cccccc;}
.lightGrey {background-color: #efefef;}
.darkGrey {background-color: #666666;}

.border1 {border: 2px solid #ffffff;}
.border2 {border: 1px solid #382619;}
.border3 {border: 3px solid #999999;}
.borderDoublw {border: 3px Double #999999;}

.topnavtext {
	font-family: Tahoma, Arial, Trebuchet MS,  Verdana;
	font-size: 11px;
	color: #feb900;
	text-decoration: none;
	padding: 30px 0px 0px 0px;
}

.topnavtext a {
	color: #feb900;
	text-decoration: none;
}

.topnavtext a:hover {
	color: #feb900;
	text-decoration: underline;
}

.navtext {
	font-family: georgia, Tahoma, Arial, Trebuchet MS,  Verdana;
	font-size: 12px;
	color: #cc9c63;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 0px 0px 10px;
}

.navtext a {
	color: #cc9c63;
	text-decoration: none;
	font-weight: normal;
}

.navtext a;hover {
	color: #cc9c63;
	text-decoration: underline;
	font-weight: normal;
}

.headingText {
	font-family: georgia, Tahoma, Arial, Trebuchet MS,  Verdana;
	font-size: 24px;
	color: #ffba00;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 0px 0px 10px;
}

.headingText2 {
	font-family: georgia, Tahoma, Arial, Trebuchet MS,  Verdana;
	font-size: 18px;
	color: #ffba00;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

.blackBg {
	background: #000000 url(images/blackBg.gif) repeat-x 0px 0px;
	height: 223px;
	padding: 5px 0px 0px 10px;
}

.greytext {
	font-family: Tahoma, Arial, Trebuchet MS,  Verdana;
	font-size: 11px;
	color: #7d7a77;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 0px 0px 10px;
}
.greytext a {
	color: #7d7a77;
	text-decoration: none;
	font-weight: normal;
}

.greytext a:hover {
	color: #7d7a77;
	text-decoration: underline;
	font-weight: normal;
}
