body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "Bitstream Vera Sans", Lucida, Helvetica, Sans-serif;
	font-size: 12px; 
	line-height: 1.5;
	color: #000080; 
	background-color: #ffffff;
}

/* ############### PAGE LAYOUT ############### */
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin: 0px 5px 0px 5px; 
}

#left {
	float: left;
	width: 170px;
	margin: 0; 
	padding: 5px;
}

#right {
	float: right;
	width: 170px;
	margin: 0; 
	padding: 5px;
}

#maincontent {
	margin-left: 170px;
	margin-right: 170px;
	padding: 5px 7px 5px 7px;
}

#content {
	margin-left: 170px;
	margin-right: 0px;
	padding: 5px 5px 5px 12px;
}

#content table {
  width: 550px;
  font-size: 10px;
}

#content table a {
  font-weight: bold;
  margin-bottom: 10px;
}

#footer {
	width: 800px;
	text-align: center;
}

ul, li {
	list-style-position: inside;
}

/* ############### HEADER STUFF ############### */
#header h1 {
	font-size: 12px;
	color: #444444;
	margin: 0px;
}

#header div.phone {
	float: right;
	font-weight: bold;
	color: #4A2C6A;
}

a.top-menu {
	font-size: 11px; 
	font-style: italic; 
	color: #000000; 
	text-decoration: none; 
}

a.top-menu:hover { 
	text-decoration: underline;
}

/* ############### LEFT MENU STUFF ############### */
.index_left, .index_left a {
	color: #444444;
}

.index_left h3 {
	font-size: 12px;
	color: #30819B;
	margin-bottom: 0px;
}

.index_left ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.index_left li {
	list-style-position: outside;
	border-bottom: 1px dotted #E5E5E5;
}

/* ############### RIGHT MENU STUFF ############### */
.webcam {
	padding: 5px; 
	margin: 2px 0px 7px 0px;
	background-color: #DBE0FB; 
	text-align:center;
}

.box {
	padding: 5px; 
	margin: 2px 0px 7px 0px;
	background-color: #DBE0FB; 
}

.news {
	font-size: 10px;
	padding: 5px; 
	margin: 2px 0px 7px 0px;
	text-decoration: none;
	text-align: center;
}

/* ############### MAIN CONTENT STUFF ############### */
.index_main {
	padding-bottom: 10px;
	color: #444444;
}

.index_main h2 {
	font-size: 18px;
	margin-bottom: 0px;
	color: #30819B;
}

.index_main img {
	float: left;
	border: #000000 1px solid;
	margin-right: 5px;
	margin-bottom: 5px;
}

.index_text_box {
	border-bottom: 1px dotted #E5E5E5;
	padding-bottom: 5px; 
	margin-top: 2px;
	margin-bottom: 7px;
}

.index_box {
	border-bottom: 1px dotted #E5E5E5;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 7px;
}

.index_box h3 {
	margin-bottom: 0px;
	text-decoration: none;
	color: #30819B;
}

.index_box a {
	text-decoration: underline;
	font-weight: bold;
  font-size: 14px;
	color: #FF0000;
}

.index_box a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #800000;
}

.specials {
	border: #959595 1px solid; 
	padding: 4px; 
	margin-top: 2px;
	margin-bottom: 7px;
	background-color: #FDEBD7;
}

.specials h4 {
  font-size: 14px;
  color: #FF0000;
}

.specials a {
	font-weight: bold;
}

.specials ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.specials li {
	list-style-position: outside;
}

.title h3 {
  font-size: 16px;
  text-align: center;
  color: #30819B;
}

.title h4 {
  font-size: 14px;
  text-align: right;
  color: #30819B;
}

/* ############### FOOTER STUFF ############### */
.links {
	font-size: 11px;
}

/* ############### CUSTOM STUFF ############### */
h1, h2, h3, h4, h5 {
	margin: 0px;
}

p {
	margin-top: 0px;
}


a {
	color: #21297B;
	text-decoration: none;

}

a:hover {
	color: #8080FF;
	text-decoration: underline;
}

.red {
	color: #FF0000;
}

.green {
	color: #008000;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0px; 
	padding: 0px;
	background: transparent;
}

.hidden {
  visibility :hidden;
  display: none;
  margin: 0px;
}
