html,body,td,tr,table {
	font-family: Verdana,sans-serif;
	font-size: 12px;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	color:black;
}

html,body {
	background-color: white;
	/*height: 100%;*/
}

h1,h2 {
	font-size: 170%;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 40px;
}

h1,h4 {
	color: #00599A;
}

h3 {
	color: #00BB00;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 120%;
}

h4,h5 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 100%;
}

h5 {
	text-align: center;
}

#logo {
	width: 193px;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 97px;
	border-right: 2px solid #00599A;
	padding-left: 10px;
	padding-top: 10px;
	background-color: white;
}

#leftCol {
	width: 205px;
	top: 100px;
	position: absolute;
	background-image: url(../images/leftColBG.jpg);
	/*height: 100%;*/
	height: 2920px;
	padding: 10px 0 0 10px;
}

#leftCol ul {
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 5px;
}

#leftCol a:link, #leftCol a:visited {
	color:white;
	text-decoration: none;
	font-weight: bold;
}

#leftCol a:hover {
	color: yellow;
	text-decoration: underline;
}

#mainCol {
	width: 527px;
	margin-left: 205px;
	top: 0;
	position: absolute;
	height: 3030px;
	/*height: 100%;*/
	padding: 0 20px 0 15px;
	background: white;
	margin-right: 0;
}

#mainCol h3 {
	margin-top: 30px;
}

/*
#mainCol ul, #mainCol li {
	list-style-type: none;
	margin-top: 25px;
}
*/

#mainCol td {
	padding: 0 10px 0 0;
}

a:link,a:visited {
	text-decoration: none;
	color: #00599A; /*medium blue*/
	font-weight: bold;
}

a:hover {
	color: black;
	text-decoration: underline;
}

#rightCol {
	width: 240px;
	position: absolute;
	background-image: url('../images/rightColBG.jpg');
	/*background-repeat: repeat-y;*/
	padding-left: 10px;
	padding-right: 20px;
	height: 3030px;
	/*min-height: 100%;*/
	color: white;
	margin: 0 0 0 767px;
}

#socialIcons {
	top: 0px;
	left: 605px;
	width: 240px;
	height: 32px;
	position: fixed;
	overflow: auto;	
}

.social {
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.adbox img {
	border-top: 6px solid #d0d0d0;
	border-left: 6px solid #c1c1c1;
	border-right: 6px solid #b6b6b6;
	border-bottom: 6px solid #a3a3a3;
	margin: 10px 0;
}

.copyright {
	margin-top: 50px;
}

.copyright p {
	font-size: 10px;
	text-align: center;
}

.inns {
	color: #4296fd;
	font-family: helvetica;
	font-weight: bold;
}

.alignR {
	text-align: right;
}

.soon {
	color: #4296fd;
	margin: 0 0 0px 40px;
	/*font-family: helvetica;*/
	font-weight: bold;
	font-style: italic;
}

/* ie tweaks */

* html #socialIcons {
	position: absolute;
}

* html #logo {
	width: 205px;
}

* html .inns {
	margin-top: 7%;
}

.testimony,.bullets {
	font-family: Times;
	font-size: 16;
	font-style: italic;
	font-weight: bold;
	background-color: white; 
	color: black;
	padding: 20px;
	margin: 10px;
	border: 2px solid #000000;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.testifier {
	font-size: 12;
	text-align: right;
}

.bullets {
	font-style: normal;
	}

.bullets ul {
        padding-left: 15px;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 5px;
}

.cen {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.photo {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80;
}
