@charset "UTF-8";
/* yeCowboy - August 14, 2009 */



* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height:115%;
}

body {
	background-image: url(Images/TileBkgd.gif);
	background-repeat: repeat;
	margin-left:auto;
	margin-right:auto;
}
a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: none;
	color: #069;
}
a:active {
	text-decoration: none;
	color: #09F;
}

#container {
	width:881px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:844px;
	margin-left:auto;
	margin-right:auto;
}

#mainContent {
	background-image:url(Images/VisionCenter_BodyRepeat.png);
	background-repeat:repeat-y;
	height:auto;
	text-align:left;
	padding-left:100px;
	padding-right:100px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	padding-top:5px;
}

#footer {
	background-image:url(Images/VisionCenter_Footer.png);
	background-repeat:no-repeat;
	width:881px;
	height:96px;
}

#bottomNav {
	width:700px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
}

#bottomNav a {
	color:#FFF;
}

.bottomNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:italic;
	color:#FFF;
}

#Navigation {
	width:844px;
	height:49px;
	margin-left:auto;
	margin-right:auto;
}

.BoldTimesBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13pt;
}

.BoldTimesBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13pt;
	color:#039;
}

#callus {
	text-align:center;
}
	
.BoldTimesRed {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14pt;
	color:#C00;
}

.italic {
	font-style:italic;
}

.BoldTimesBlackLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16pt;
}

.center {
	text-align:center;
	color:#069;
	font-size:14pt;
	font-weight:bold;
}

.centersmaller {
	text-align:center;
	color:#000;
	font-size:12pt;
	line-height:100%;
}


