﻿/* CSS Document */

a {
	color:#333366;
	font-weight:bold;
}

a:hover {
	color:#666;
	font-weight:bold;
}

a:visited {
	color:#999;
	font-weight:bold;
}

blockquote {
	font-size:1.2em;
	font-style:oblique;
	margin:0;
	padding:10px;
}

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#333366;
	background-color:#e6e6e6;
	margin:0;
	padding:0;	
}

cite {
	font-size:1.1em;
	font-weight:bold;
	font-style:oblique;
	padding:10px;
}

#content_home {
	width:553px;
}

#content_home_left_column {
	margin-right:5px;
}

#mainTable {
    margin-top:2px;
}

#content_home_left_column div.text,		#content_sub_column_full div.text,	
#content_sub_twocolumn_left div.text,	#content_sub_twocolumn_right div.text {
	margin:18px;
	font-size:1.1em;
}

#content_home_right_column {
	width:226px;
	margin-right:5px;
	float:right;
}

#content_head_column_full, 		#content_sub_column_full {
	width:553px;
	margin-right:5px;
}

#content_sub_twocolumn_left {
	width:353px;
	margin-right:5px;
}

#content_sub_twocolumn_right {
	width:200px;
}

#feature_home {
    margin-bottom:4px;
}

#feature_sub {}

#footer {
	width:786px;
	margin-top:7px;
	border-top:1px dotted #999;	
}

#footer_inner {
	color:#666;
	padding:5px;
	text-align:center;
}

#footer_inner a {
	color:#666;
	font-weight:normal;	
}

form {
	margin:0;
	padding:0;
}

h2,h3,h4,h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin:0;
	padding:2px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

img {
	border:0;
}

#logo {}

#logo_sub {
	width:226px;
	height:147px;
	margin-right:5px;
}

#navigation_home {
	width:226px;
	margin-right:5px;
}

#navigation_sub {
	width:226px;
	margin-right:5px;
	background-color:#fff;
}

#outer {
	width:795px;
	margin: 0 auto;
	padding:7px 0 7px 7px;
	background-color:#FFF;
}

p {
	font-size:1em;
}

.pagetop {
	text-align:right;
}

#page_header {
	background-color:#c8da2b;
	padding:5px 18px;
}

#page_header h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	padding:0;
	margin:0;
}

#spacer {
	width:1px;
	height:50px;
}

.testimonial {
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 5px;
	padding:5px;
	background-color:#FFFFCC;
	border:1px dashed #CCCCCC;
}

#top_bar_home {}

#top_bar_sub {}

#wrapper {
	width:800px;
	margin: 0 auto;
	background-color:#FFF;
}


