﻿@import url('layout.css');

body {
	font-family: Calibri;
	font-size: medium;
	color: #000000;
	text-align: left;
}

a {
	color: #000000;
}

a:hover {
	color: red;
}

table {
	font-size: 16px;
}

table li {
	color: #000000;
	list-style: disc;
	list-style-position: outside;
	line-height: 25px;
}

/* div styles */
#header {
	text-align: left;
	padding-top: 10px;
	font-size: x-large;
	font-weight: 900;
	vertical-align: top;
}

#header2 {
	text-align: center;
	color: #FF0000;
	background: white;
	padding-top: 2px;
}

#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#left_col li {
	display: block;
	margin: 5px;
}

#left_col a {
	font-weight: normal;
	color: #000000;
	display: block;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
	background-color: #008E9A;
	border-bottom: 2px #008080 solid;
	border-right: 1px solid #008080;
}

#left_col a:hover {
	font-weight: normal;
	color: #FF0000;
	background-color: #0ecad6;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid #008080;	
	border-right: 1px solid #008080;	
}

#content a {
	font-size: large;
	font-weight:bold;
}

#content a:hover {
	color: red;
	font-size: large;
	font-weight: bold;
}

#footer {
	font-size: small;
}


/* text styles */
.medium {
	font-size: medium;

}

.td1 {
	width: 320px;
	padding-right: 5px;
	vertical-align: text-top;
}

.td2 {
	padding-left: 5px;
}

.td3 {
	padding-right: 5px;
	vertical-align: text-top;
}

.caps {
	font-weight: bolder;
	font-variant: normal;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 21px;
}

.red {
	color: red;
	font-weight: bold;
	font-size: medium;
}

.phone {
	font-size: x-large;
	font-weight:bold;
}

.small {
	font-size:small;
}
