﻿*
{
	margin: 0;
	padding: 0;	
}

body 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	background-color: #f5f5f5;
	text-align: center;
	color: #666666;
	padding-top: 10px;
}

a
{
	color: #666;
}

p
{
	padding-bottom: 10px;
}

h1
{
	color: #0c81fd;
	font-size: large;
	border-bottom: solid 1px #c8c8c8;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
}

h2
{
	font-size: larger;
	border-bottom: solid 1px #c8c8c8;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}

div.PreviewDiv
{
	width: 100%;
	top: 0;
	color: #FFF;	
	height: 20px;
	background-color: Blue;
	padding: 5px;
}

div.PreviewDiv a
{
	color: white;	
}

div.MainContainer
{
	width: 1000px;
	margin-left:auto;
	margin-right: auto;
}

div.Header
{
	background-image: url(../images/montage.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 210px;
	text-align: left;
}

div.Logo
{
	position: relative;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 543px;
	height: 92px;
	top: 26px;
	left: 22px;
}

* html div.Logo
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo.png", sizingMethod="scale");
}

.white_spiffy
{
	display:block
}

.white_spiffy *
{
	display:block;
	height:1px;
	font-size:.01em;
	overflow:hidden;
	background:#fff
}
.white_spiffy1
{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	background:#c8c8c8
}

.white_spiffy2
{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	background:#c8c8c8
}

.white_spiffy3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
}

.white_spiffy4
{
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8
}

.white_spiffy5
{
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8
}

.white_spiffyfg
{
	background:#fff
}

.white_body
{
	background-color: White;
	/*min-height: 400px;*/
	text-align: left;
	padding: 15px;
}

* html .white_body
{
	height: 200px;
}

.white_body ul, .white_body ol
{
	margin-left: 30px;
	padding: 10px 0 10px 0;
}

.white_body ul li, .white_body ol li
{
	padding: 5px 0 5px 0;
}

.lightgrey_spiffy
{
	display:block
}
.lightgrey_spiffy *
{
	display:block;
	height:1px;
	font-size:.01em;
	overflow:hidden;
	background:#c8c8c8
}
.lightgrey_spiffy1
{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff
}

.lightgrey_spiffy2
{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff
}

.lightgrey_spiffy3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

.lightgrey_spiffy4
{
	border-left:1px solid #fff;
	border-right:1px solid #fff
}

.lightgrey_spiffy5
{
	border-left:1px solid #fff;
	border-right:1px solid #fff
}

.lightgrey_spiffyfg
{
	background:#c8c8c8
}

.lightgrey_body
{
	padding: 8px;	
	background:#c8c8c8;
	text-align: left;
}

.lightgrey_internal_spiffy
{
	display:block
}
.lightgrey_internal_spiffy *
{
	display:block;
	height:1px;
	font-size:.01em;
	overflow:hidden;
	background:#b9b9b9
}
.lightgrey_internal_spiffy1
{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#ccc
}

.lightgrey_internal_spiffy2
{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#ccc;
}

.lightgrey_internal_spiffy3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.lightgrey_internal_spiffy4
{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc
}

.lightgrey_internal_spiffy5
{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc
}

.lightgrey_internal_spiffyfg
{
	background:#b9b9b9
}

.lightgrey_internal_body
{
	padding: 10px;	
	background:#b9b9b9;
	text-align: left;
	min-height: 200px;

}

.LeftColumn
{
	float: left;	
	width: 680px;
}

.LeftColumnFullSize
{
	float: left;	
	width: 983px;
}

.ContentContainer
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.RightColumn
{
	margin-left: 688px;	
	width: 295px;
	overflow: hidden;
}

* html .RightColumn
{
	margin-left: 688px;	
	width: 292px;
}

.ClearBoth
{
	clear: both;
	margin: 0;
	padding: 0;	
}

.Navbar
{
	text-align: left;	
	position: relative;
	top: 65px;
	height: 40px;
}

.Navbar ul
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;	
}

.Navbar ul li
{
	float: left;
	text-align: center;
}

.Navbar ul li a
{
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 109px;
	height: 32px;
	display: block;
	padding: 8px 0 0 0;
	font-size: small;
	color: #313131;
	text-decoration: none;
}

.Navbar ul li a:hover
{
	background-position: bottom;
	color: White;
}

.Navbar ul li.active a
{
	background-position: bottom;
	color: White;
}

* html .Navbar ul li.active a
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/ie6_btn_active.png", sizingMethod="scale");
}

* html .Navbar ul li a
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/ie6_btn.png", sizingMethod="scale");
}

.Footer
{
	font-size: small;
	margin: 5px 0 5px 0;	
	border: solid 1px black;
}

ul.footerNav
{
	list-style-type: none;
	margin: 5px;
}

ul.footerNav li
{
	display: inline;
	border-right: solid 1px #ccc;
	margin: 5px 0 5px 0;
	padding: 0px 5px 0 5px;
}

ul.footerNav li.active a
{
	color: #6db3fe;
}


.Copyright
{
	font-size: smaller;	
}

.BreadcrumbContainer
{
	text-align: left;
	margin: 5px 10px 5px 10px;
}

.SecondaryNav
{
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

.SecondaryNav a
{
	text-decoration: none;
	border-bottom: solid 1px #c8c8c8;
	padding: 5px 0 5px 0;
	display: block;
}

.SecondaryNav a:hover
{
	text-decoration: underline;
}

.TableListing
{
	border: solid 1px #c9cacc;
	margin: 20px;
}

.TableListing .Heading
{
	background-image: url(/images/tbl_head_bg.png);
	background-repeat: repeat-x;
	height: 17px;
}

.TableListing .Heading th, .TableListing td
{
	padding: 5px;
}

.TableListing .AltRow
{
	background-image: url(/images/tbl_altrow_bg.png);
	background-repeat: repeat-x;
	height: 17px;
}

.TableListing .Pager td
{
	padding: 2px !important;
	font-size: small;
}

.Banners
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
