body {
	background:		#D8D8D8 url(../images/back.jpg) repeat;
	font-family:	Arial;
	text-align:		center;
	height:			100%
}

#main {
	position:		relative;
	text-align: 	left;
	position: 		relative;
	margin:			0 auto;
	width: 			800px;
	border:			1px solid #000;
}

#admin {
	text-align: 	left;
	position: 		relative;
	margin: 			0 auto;
	margin-top:		5px;
}

td.content {
	background:		#bac9f2 url(../images/background.gif) no-repeat;
	min-height:		277px;
	padding:			10px 46px 0px;
	font-family:	Arial;
	font-size:		12px;
	text-align:		center;
}

div.container {
	overflow: 		auto;
	width: 			100%
}

div.left {
	width: 			45%;
	float: 			left;
}

div.right {
	width: 			50%;
	float: 			right;
}

div.spacer {
	height:			2px;
	clear:			both;
}

h2 {
	font-size:		18px;
	font-weight:	bold;
	margin-bottom:	2px;
}

h3 {
	color:			#eeeeee;
}

span.heading {
	font-size:		18px;
	font-weight:	bold;
	margin-bottom:	2px;
	color:			#b11f17;
}
h1 {
	font-size:		18px;
	font-weight:	bold;
	margin-bottom:	2px;
	color:			#b11f17;
}
h2.heading {
	font-size:		18px;
	font-weight:	bold;
	margin-bottom:	2px;
	color:			#b11f17;
}

input.contact {
	height:			16px;
	font-size:		9px;
}

table.bordered {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.bordered th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: #4863A0;
	color: white;
	font-weight:	bold;
	font-size:		12px;
}
table.bordered td {
	border-width: 1px 1px 1px 1px;
	padding: 1px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	font-size:		10px;
}
table.bordered td.even {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
}
table.bordered td.odd {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: #E1E1E1;
}

table.bordered td.cell-link {
	text-align: center;
}

table.bordered td.cell-link:hover { 
	background: #004080;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#error {
    width:          475px;
    margin-left:    auto;
    margin-right:   auto;
    border:         1px solid #000;
    background:     #CC0000;
    padding:        10px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

#error a {
    color:              #CCC;
    text-decoration:    underline;
}

#error a:hover {
    color:              #FFF;
}

#success {
    width:          475px;
    margin-left:    auto;
    margin-right:   auto;
    border:         1px solid #000;
    background:     #009900;
    padding:        10px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

#success a {
    color:              #CCC;
    text-decoration:    underline;
}

#success a:hover {
    color:              #FFF;
}

#neutral {
   width:         475px;
   margin-left:   auto;
   margin-right:  auto;
   border:        1px solid #000;
   background:    #FFFFB9;
   padding:       10px;
   text-align:		center;
   color:			#804000;
   font-weight:   bold;
   margin-bottom: 10px;
}

#neutral a {
    color:              #CCC;
    text-decoration:    underline;
}

#neutral a:hover {
    color:              #FFF;
}

.neutral {
   width:         475px;
   margin-left:   auto;
   margin-right:  auto;
   border:        1px solid #000;
   background:    #FFFFB9;
   padding:       10px;
   text-align:		center;
   color:			#804000;
   font-weight:   bold;
   margin-bottom: 10px;
}

.neutral a {
    color:              #CCC;
    text-decoration:    underline;
}

.neutral a:hover {
    color:              #FFF;
}

#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}

*html #fade {
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	: document.body.scrollTop);
}

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.popup_block {
	/*background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;*/
	float: left;
	/*width: 480px;*/
	position: fixed;
	top: 10%;
	left: 58%;
	margin: 0 0 0 -250px;
	z-index: 100;
}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	/*margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;*/
}

*html .popup_block {
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));

	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft
	+ (document.body.clientWidth /2 )
	: document.body.scrollLeft
	+ (document.body.offsetWidth /2 ));
}

.footer {
	background:url(../images/footer1.gif) no-repeat;
	width:800px;
	height:30px;
}

.footer a{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding:8px 0 0 0;
	margin:0 0 0 555px;
	height:22px;
	position:absolute;
}

.sitemap-links {
	margin:15px 0 0 0;
	padding:0px;
	}
	
.sitemap-links ul {
	margin:0px;
	padding:0px;
	}
	
.sitemap-links ul li{
	margin:0px;
	padding:0px;
	background:url(../images/arrow.gif) left no-repeat;
	list-style:none;
	text-align:left;
	line-height:30px;
	}
	

.sitemap-links ul li a{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:0 0 0 12px;
	text-decoration:none;
	}
	
.sitemap-links ul li a:hover{
	color:#b22017;
	text-align:left;
	text-decoration:none;
	}
	
.error{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	padding:0 0 0 0;
	width:350px;
	margin-top:20px;
	line-height:20px;
	}
	
.error strong{
	color:#b11f17;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	}

div.container p { text-align:left;}	

.link { color:#B11F17; }