/* CSS Document */

/* structure & typography */
body {
	background-color: #c1c1c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/bg_rdstripe3.gif);
	background-repeat: repeat-x;
	background-position: top;
}
table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #626262;
	text-decoration: none;
	text-align: justify;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9d0a0e;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9d0a0e;
	text-decoration: none;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9d0a0e;
	text-decoration: none;
}
.sideBarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9d0a0e;
	text-decoration: none;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	text-decoration: none;
}

.img {
	border-top-color: #a00814;
	border-right-color: #a00814;
	border-bottom-color: #a00814;
	border-left-color: #a00814;
}


/* links */
a:link {
	font-size: 14px;
	color: #a00814;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #a00814;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a.footer:link {
	color: #eeeeee;
	font-size: 10px;
	text-decoration: none;
}
a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover {
	color: #ffffff;
	text-decoration: none;
}

a:link .img {
	text-decoration: none;
	border-color: #a00814;
	border-width: 2px;
}

a:visited .img {
	text-decoration: none;
	border-color: #a00814;
	border-width: 2px;
}

a:hover .img {
	text-decoration: none;
	border-color: #ffffff;
	border-width: 2px;
}

/* misc styles */
.tdborder1 {
	border-bottom: 2px solid #a00814;
}

/* pagentation */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #a00814;
text-decoration: none; 
color: #a00814;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #eeeeeee;
color: #eeeeee;
background-color: #a00814;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
