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

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

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

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

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


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

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

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


#footer a { color: #ffffff; text-decoration: none; font-size:11px}

#footer a:visited { color: #ffffff; text-decoration: none; font-size:11px}

#footer a:hover { color: #0099FF; text-decoration: none; font-size:11px}


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:850px;
	position: relative;
	min-height:73%;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -425px;
	display:block;
	padding-bottom:20px;
}

.aligner{
	width:850px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -425px;
}
#top_header{
	position: relative;
	margin-top:0px;
	width:100%;
	height:89px;
	text-align:left;
	background-color:#000000;
}
#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:450px;
	left:10px;
}
#right{
	position:absolute;
	top:0px;
	width:340px;
	left:510px;
}
#dynaleft{
	float:left;
	top:0px;
	width:450px;
	margin-left:10px;
}
#dynaright{
	float:right;
	margin-top:12px;
	width:340px;
	left:510px;
}
#footer{
	position:relative;
	vertical-align:middle;
	width:100%;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	height:80px;
	bottom:0;
}

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;}

/*TABLES*/
#comparison-table{
	border-collapse:collapse;
	font-size:11px;
	border-color:#666666;
}
#comparison-table th {
	background-image:url(images/table_top_bg.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	border-color:#666666;
	padding:0;
	height:26px;
}

#comparison-table td,{
	border-color:#666666;
}
.alt {
	background-color:#f3fcff;
}