@charset "UTF-8";
body {
	/*background: #A7CAE0 url(/images/background-blue.jpg) no-repeat right top;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #print_only_header {
	display:none;
}
.oneColFixCtrHdr #container {
	width: 792px;
	margin: 0px auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr  #container_top {
	background:url(../images/container_top.png) no-repeat center top;
	behavior:url(/javascript/iepngfix.htc); /* Adds PNG support in IE 5.5+ */
	text-align: center;
	padding: 0px;
	margin:0px;
	height:28px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-image: url(../images/coma-header-blue.png);*/
	behavior:url(/javascript/iepngfix.htc); /* Adds PNG support in IE 5.5+ */
	height: 199px;
	margin: 0px;
}
.oneColFixCtrHdr #header p {
	margin:0px;
	padding:0px;
}
.oneColFixCtrHdr #header_links {
	color: #FFFFFF;
	padding-top: 167px;
	/*padding-left: 40px;*/
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding-left:0px;
	text-align: center;
	/*letter-spacing: .07em;*/
}
.oneColFixCtrHdr #header_links li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	padding-left: 12px;

}
.oneColFixCtrHdr #header_links a:link, #header_links a:active, #header_links a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #header_links a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	behavior:url(/javascript/iepngfix.htc); /* Adds PNG support in IE 5.5+ */
	background-image:url(../images/container_edges.png);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0px;
	height:inherit;
	width: 752px;
	clear: both;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0px 10px;
}
.oneColFixCtrHdr #mainContent h2 {
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 5px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0px 2px;
}
.oneColFixCtrHdr #mainContent h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0px 0px;
}
.oneColFixCtrHdr #mainContent p {
	margin:0px;
	padding:0px;
}
.oneColFixCtrHdr #footer {
	/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	behavior:url(/javascript/iepngfix.htc); /* Adds PNG support in IE 5.5+ */
	background:url(../images/footer.png) no-repeat center bottom;
	font-size: 0.7em;
	text-align: center;
	padding:0px;
	margin:0px;
	height:28px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	padding: 0px 0 10px;
	clear: both;
}
.small_text {
	font-size: 0.7em;
}
.right_box {
	display: block;
	margin: 5px;
	float: right;
	width: 350px;
	padding: 5px;
	float: right;
	clear: both;
}
.content_box {
	background-color: #CCCCCC;
	display: block;
	margin: 5px;
	padding: 5px;
	width: 400px;
	float: none;
}
.photo_left {
	float:left;
	display:block;
	border:1px solid #CCCCCC;
	margin:4px;
	padding:3px;
	background-color:#FFFFFF;
}
.photo_right {
	float:right;
	border:1px solid #CCCCCC;
	margin:4px;
	padding:3px;
	background-color:#FFFFFF;
}
.photo {
	border:1px solid #CCCCCC;
	margin:4px;
	padding:3px;
	background-color:#FFFFFF;
}
.item_box {
	width:100%;
	clear:both;
	background-color:#FFFFFF;
	display:block;
	border-top:1px solid #CCCCCC;
	margin-top:5px;
	padding-bottom:20px;
}
.home_news_box {
	width:48%;
	display:block;
	border-top:1px solid #F0F0F0;
	margin-top:2px;
	padding-bottom:2px;
	color: #000000;
}
.home_news_box a:link, .home_news_box a:active, .home_news_box a:visited {
	width:100%;
	display:block;
	text-decoration:none;
	color:#000000;
}
.home_news_box a:hover {
	width:100%;
	display:block;
	text-decoration:none;
	background-color:#F0F0F0;
	color:#000000;
}
.right_box a:link, .right_box a:active, .right_box a:visited {
	width:100%;
	display:block;
	text-decoration:none;
	color:#000000;
}
.form_box {
	clear:none;
	display:block;
	border:1px solid #F0F0F0;
	margin:2px;
	padding:10px;
	color: #000000;
	background-color:#F0F0F0;
	text-align:left;
	vertical-align: top;
}
a.photo_text:link, a.photo_text:active, a.photo_text:visited {
	color:#000000;
	text-decoration:none;
}
a.photo_text:hover {
	color:#000000;
	text-decoration:none;
}
