body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #EBEBEB;
	border-left: 15px;
}


h1 {
	font-size: 12px;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}


td {
	vertical-align: top;
}



/*   styles for links */

a {
	color: #FF0000;
	font-weight: bold;
}

a:link {
	color: #000000;
	font-weight: bold;
}

a:visited {
	color: #000000;
}


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

a:active {
	text-decoration: none;
}


.wrapper {
	width: 900px;
	margin:auto;
}


.header {
	background-color: #000000;
	color: #FFFFFF;
	width: 900px;
	height: 10px;
}

.header td {
	padding-right: 0px;
	padding-left: 0px;
}


.header h2 {
	font-size: 120%;
	color: #FFFFFF;
}


.header h1.massive {
	font-family: impact;
	font-size: 36pt;
	color: #FFFFFF;
	margin: 0 0 0 0;
}




.header a{
	color:#FFFFFF;
	text-decoration:none;
}

.header a:hover {
	text-decoration:underline;
}



/*===================== Left Column Rules ================= */

.left_menu {
	background-color:#6699CC;
	width: 160px;
	padding: 5px;
}

.left_menu ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}


.left_menu  li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding:3px;
	font-weight: 100;
	font-size:90%;
	letter-spacing: normal;
	
}

.left_menu li a:hover    {
	color: #FFFFFF;
	background-color: #000000;
}


.left_menu ul ul {
	font-size: 80%;
	padding-left: 5px;
}



.right_menu {
	width: 150px;
	padding: 5px;
	margin-top: 2px;
	top: inherit;
	background-color: #ffffff;
}

.right_menu a {
	color: #000000;
	display:block;
	margin-right: 8px;
}

.right_menu a:hover {
	color: #FFFFFF;
}



.right_menu ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position:inside;
	margin: 0px;
	padding: 0px;
	width:100%;
}

.content {
	color: #000000;
	background-color: #FFFFFF;
	padding: 15px;
	width: 540px;
	padding-top: 25px;
}
.phone {
	font-size: 16px;
	font-weight: bold;
}


.footer {
	padding: 3px;
	margin:0 0 0 0;
	text-align: center;
	color:#ffffff;
	background-color:#000000;
}


.small_test {
	font-size:90%;
}

.tiny_test {
	font-size:80%;
}

.minute_test {
	font-size:70%;
}



/* =========================================================================== */

.corner_tl {
	background:#ddddff url(../images/blue_corner2_tl.gif) top left no-repeat;
	margin-top: 5px;
}

.corner_tr {
	background:url(../images/blue_corner2_tr.gif) top right no-repeat;
}

.corner_br {
	background:url(../images/blue_corner2_br.gif) bottom right no-repeat;
}

.corner_bl {
	background:url(../images/blue_corner2_bl.gif) bottom left no-repeat;
}

.corner_content {
	padding:5px;
}

.testimonial {
	font-weight: bold;
}


#top_menu {
	color: #FFFFFF;
	background-color: #3366CC;
}

#top_menu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 8%;
	margin-right: 8%;
}
#top_menu li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
#top_menu a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px;
	font-weight: normal;
	width: 30px;
}
#top_menu a:hover {
	color: #000000;
}
