/**************** TAG DEFINITIONS *********************/
p, h1, h2, h3, h4, h5, h6, hr {
	margin:0;
	padding:0;
}
body  {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background:#047391;
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	font-size:12px;
}
p {
	padding:3px 0 10px 0;
	line-height:18px;
}
h1 {
	font-weight:bold;
	font-size:14px;
	padding:15px 0 0 0;
}
h2 {
	font-weight:bold;
	font-size:12px;
	padding:10px 0 5px 0;
}
h3, h4, h5, h6 {
	font-weight:bold;
	font-size:12px;
	padding:5px 0 0 0;
}
ul, ol {
	padding:0 0 15px 40px;
	margin:0;
	line-height:18px;
}
a {
	text-decoration:none;
	color:#047391;
}
a:visited {
	color:#047391;
}
a:hover {
	text-decoration:underline;
}
hr {
	color:#AAAAAA;
	height:1px;
	margin-bottom:20px;
}
/******************** DIV IDs *************************/
#container { 
	width:780px;
	background:#F5F5F5;
	margin:0 auto;
	text-align:left;
} 
#header { 
	background:url(images/header.jpg) #F5F5F5; 
	padding:0 20px 0 20px;
	height:225px;
}
#header img.print {
	display:none;
	margin:0;
	padding:0;
}
#header img {
	border:none;
	margin:117px 0 0 6px;
}
#header h3 {
	margin:30px 0 0 6px;
	color:#333333;
	font-weight:normal;
	font-size:12px;
	padding:0;
}
#sidebar1 {
	float:left;
	width:200px;
	padding:10px 10px 15px 30px;
}
#mainContent { 
	float:right;
	font-size:11px;
	background:#F5F5F5;
	width:495px;
	padding:0;
	margin:0 18px 20px 0;
}
#mainContent .content {
	background:url(images/boxtop.gif) no-repeat top left #CCCCCC;
	width:455px;
	padding:0 20px;
}
#mainContent .bottom {
	background:url(images/boxbottom.gif) no-repeat bottom left #F5F5F5;
	height:27px;
	width:455px;
	padding:0 20px;
}
#mainContent h1 {
	background:url(images/boxes.gif) no-repeat top left;
	padding-top:50px;
	line-height:20px;
	width:455px;
}
#mainContentPopup { 
	background:#F5F5F5;
	text-align:left;
	width:495px;
	padding:20px 0 20px 20px;
	margin:0 18px 20px 0;
}
#mainContentPopup .content {
	background:url(images/boxtop.gif) no-repeat top left #CCCCCC;
	width:455px;
	padding:0 20px;
}
#mainContentPopup .bottom {
	background:url(images/boxbottom.gif) no-repeat bottom left #F5F5F5;
	height:27px;
	width:455px;
	padding:0 20px;
}
#mainContentPopup h1 {
	background:url(images/boxes.gif) no-repeat top left;
	padding-top:50px;
	line-height:20px;
	width:455px;
}  
#footer { 
	padding:55px 10px 15px 0;
	width:200px;
	float:left;
} 
#footer table {
	background:url(images/phone.gif) top left no-repeat;
	width:200px;
}
#scheduletable {
	width:100%;
	text-align:center;
	border:1px solid #333333;
}
#scheduletable tr th {
	height:24px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
#scheduletable tr td {
	height:20px;
	border-bottom:1px solid #666666;
	font-size:10px;
}
/******************** CLASSES *************************/
th.header {
	font-size:13px;
}
.tagline {
	color:#666666;
	font-weight:bold;
}
.fltrt {
	float:right;
	margin-left:10px;
}
.fltlft {
	float:left;
	margin-right:10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}
.tdwidth {
	width:30px;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style2 {
	font-size: 16px;
}
.style3 {
	font-size: 18px;
}
.sqf {
	padding-right:10px;
}
