﻿
#topNavigation a {
	color:White;
	text-decoration: none;
}
#topNavigation a:hover {
	font-family: Arial;
	font-size: 12px;
	color:White;
	text-decoration: underline;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
	color: #0000FF;
}
/*
#footer a:visited {
	text-decoration: none;
	color: #808080;
} */
#footer {
	width: 950px;
	margin-top: 15px;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	font-family: Calibri;
	text-decoration: none;
	background-image: url('Images/navigationBackgroundSlice.jpg');
	background-repeat: repeat-x;
	padding-right: 17px;
	padding-bottom: 15px;
	padding-left: 17px;
	color: #333333;
}
#header {
	width: 964px;
	height: 253px;
}
#topNavigation {
	width: 964px;
	border-bottom-style: double;
	border-bottom-width: 4px;
	border-bottom-color: #333333;
	font-family: Arial;
	font-size: 12px;
	color:White;
}
#navigation {
	width: 950px;
	height: 20px;
	border-bottom:double 4px black;
}

#container {
	/*margin-right: 15px;
	margin-left: 15px; */
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	
}
#navigation ul li a:hover {
	text-decoration: none;
	background-repeat: repeat-x;
	color: #8aba16;
	background-image: url('Images/navigationBackgroundSlice-Gray.jpg');
	padding-right: 17px;
	padding-bottom: 15px;
	padding-left: 17px;
}
/*#navigation ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 17px;
	padding-bottom: 15px;
	padding-left: 17px;
	background-image: url('Images/navigationBackgroundSlice-Gray.jpg');
	background-repeat: repeat-x;
} */
#TopContainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('Images/Top%20Background%20Slice.jpg');
	background-repeat: no-repeat;
	height: 19px;
}
#BottomContainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('Images/Bottom%20Background%20Slice.jpg');
	background-repeat: no-repeat;
	height: 18px;
}

.clear 
{
    clear: both;
}

.navigationPager
{
	width:600px;
	/*margin-top:30px;
	margin-bottom: 50px; */
}

#leftnavPager 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnavPager 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnavPager
{
	float:inherit;
	text-align:center;
	
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=40);
	opacity:0.7;
}

.modalPopup {
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:305px;
	height:233px;
}

.center 
{
   text-align: center;
}

.margin
{
	margin-bottom: 10px;
	
}

.margin2
{
	margin-bottom: 30px;
	
}


