/* CSS Document */
html, body { margin: 0; padding: 0px; }

html, body { height: 100%; width: 100%;}

body {font: 13px Helvetica, sans-serif; text-align:left; color: #5C5C5C	}

.heading_style h1 {
	font-size: 18px;
	color: #b10000;
}
.heading_style h2 {
	font-size: 15px;
	color: #b10000;
}
.heading_style h3 {
	font-size: 13px;
	color: #b10000;
}


hr {
  border-top: 1px dotted #999999;
  height:1px;
  border-left: none;
  border-right: none;
  width: 100%;
  display:block;
}

/**Anti Spam**/
.location-style{ display:none}

#navigation a { color: #ffffff; position:relative; text-decoration: none; padding: 0px 8px 0px 8px; top:12px;}

#navigation a:visited { color: #ffffff; position:relative; text-decoration: none; padding: 0px 8px 0px 8px; top:12px;}

#navigation a:hover { color: #FFCC33; position:relative; text-decoration: underline; padding: 0px 8px 0px 8px; top:12px; }


#footer a { color: #333333; text-decoration: none; }

#footer a:visited { color: #333333; text-decoration: none; }

#footer a:hover { color: #b10000; text-decoration: none }


a.link { color: #000000; text-decoration: none; }

a.link:visited { color: #000000; text-decoration: none; }

a.link:hover { color: #000000; text-decoration: underline }


a, a.links_2 { color: #0066FF; text-decoration: none; }

a:visited, a.links_2:visited { color: #0066FF; text-decoration: none; }

a:hover, a.links_2:hover { color: #990000; text-decoration: underline }

.list li{ list-style-image:url(images/bullet.gif); margin-bottom: 1em}

#wrapper{
	width:800px;
	position: relative;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -400px;
	display:block;
}

.aligner{
	width:800px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -400px;
}
#top_header{
	position: relative;
	margin-top:0px;
	width:100%;
	height:89px;
	text-align:left;
}
#navigation{
	text-align:center;
	width:100%;
	position:relative;
	height:50px;
	background:url(images/navi.gif);
	background-repeat: repeat-x;
	background-position:center;	
}
#mid{
	position:relative;
	padding:0px;
	top:20px;
	border-color:#ff8800;
	border-width:1px;
	border-style:solid;
}
#left{
	position:relative;
	top:0px;;
	width:400px;
	left:10px;;
}
#right{
	position:absolute;
	top:0px;
	width:340px;
	left:430px;
}
#footer{
	position:relative;
	vertical-align:middle;
	width:100%;
	text-align:center;
	color:#000000;
	height:89px;
	top:20px;
	padding-top:10px;
	font-size:11px;
}

blockquote {
	color:#333333;
	display:block;
	background-color: #F4F7FB;
	padding: 15px 15px 0px 15px;
	margin: 0px 0px 20px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
	border-right: #E6EEF5 solid 2px;
	border-bottom: #E6EEF5 solid 2px;
	font-size:11px;
}
blockquote p{ color:#003366; font-style:italic;}

