/*[variables]
colors
{
	@34: #B3CBB3;
	@10: #CBB3C6;
	@00: #CBB3C7;
	@71: #AAA893;
}
*/
.invertedshiftdown2
{
	padding: 0;
	width: 890px;
	border-top: 5px solid #D10000;
/*Highlight red color theme*/
	background: transparent;
	voice-family: inherit;
}
.invertedshiftdown2 UL
{
	margin: 0;
	margin-left: 75px;
/*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
.invertedshiftdown2 LI
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}
.invertedshiftdown2 A
{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0;
/*Margin between each menu item*/
	padding: 5px 10px;
/*Padding within each menu item*/
	background-color: #EE9572;
/*Default menu color*/
	border-bottom: 8px solid white;
}
.invertedshiftdown2 A:hover
{
	background-color: #D10000;
/*Highlight red color theme*/
	padding-top: 10px;
/*Set padding-top value to default's padding-top + padding-bottom*/
	padding-bottom: 0;
/*Set padding-bottom value to 0*/
	border-bottom-color: #D10000;
/*Highlight red color theme*/
	color: white;
}
.invertedshiftdown2 .current A
{
/** currently selected menu item **/
	background-color: #D10000;
/*Highlight red color theme*/
	padding-top: 10px;
/*Set padding-top value to default's padding-top + padding-bottom*/
	padding-bottom: 0;
/*Set padding-bottom value to 0*/
	border-bottom-color: #D10000;
/*Highlight red color theme*/
	color: white;
}
A.squarebutton
{
	background: transparent url(graphics/square-orange-left.gif) no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial;
/*Change 12px as desired*/
	line-height: 15px;
/*This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px)*/
	height: 23px;
/*Height of button background height*/
	padding-left: 9px;
/*Width of left menu image*/
	text-decoration: none;
}
A:link.squarebutton, A:visited.squarebutton, A:active.squarebutton
{
	color: #494949;
/*button text color*/
}
A.squarebutton SPAN
{
	background: transparent url(graphics/square-orange-right.gif) no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0;
/*Set 9px below to match value of 'padding-left' value above*/
}
A.squarebutton:hover
{
/*Hover state CSS*/
	background-position: bottom left;
}
A.squarebutton:hover SPAN
{
/*Hover state CSS*/
	background-position: bottom right;
	color: black;
}
.buttonwrapper
{
/*Container you can use to surround a CSS button to clear float*/
	overflow: hidden;
	width: 79%;
}
.menulines
{
	border: 3px solid #E7C6A5;
}
.menulines A
{
	text-decoration: none;
	color: black;
}
.menulinesplace
{
	position: absolute;
	left: 43px;
	top: 124px;
}
.menulinesplace P
{
	color: black;
	font-weight: normal;
	font-family: Arial;
}
.menulinespaintingplace
{
	position: relative;
	left: -1px;
	top: -73px;
}
.headlines
{
	font-size: 14pt;
	font-weight: bold;
}
.headlines P
{
	color: black;
	background: white;
	font-family: trebuchet, arial, helvitica, sans-serif;
}
.sublines
{
	font-size: 12pt;
}
.sublines P
{
	color: black;
	background: white;
	font-family: trebuchet, arial, helvitica, sans-serif;
	text-align: left;
}
.infotext
{
	font-size: 10pt;
	position: absolute;
	top: 133px;
}
.infotext P
{
	color: black;
	background: white;
	font-family: trebuchet, arial, helvitica, sans-serif;
}
.lefttext
{
	/*[disabled]left:162px;*/
	/*[disabled]top:123px;*/
	/*[disabled]background-color:transparent;*/
}
.lefttext P
{
	/*[disabled]color:black;*/
	/*[disabled]font-weight:normal;*/
	/*[disabled]font-family:Arial;*/
}
.leftpix
{
	position: absolute;
	left: 82px;
	top: 233px;
	background-color: transparent;
}
.leftpix P
{
	color: black;
	font-weight: normal;
	font-family: Arial;
}
BODY
{
	margin-left: 44px;
}
.piccap
{
	font-family: trebuchet, ariel, helvitica;
	text-align: center;
	font-size: 10.3pt;
	color: #9B6C6C;
}
.endbox
{
	font-family: trebuchet, ariel, helvitica, sans-serif;
	text-align: center;
	font-size: 8.7pt;
}
.imgborder IMG
{
	border: 1px solid black;
}







.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*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 #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;}

ul, li{
font-size:13px;}

