@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ededed;
	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;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}

h1 {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 30px;
	color: #009;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 20px;
	color: #009;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 15px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	margin: 10px 10px 10px 20px;
	padding-left: 10px;
	list-style-position: outside;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	margin: 10px;
	padding: 0px;
	list-style-position: inside;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	
}

#container {
	width: 796px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/structural/shdw_back_796.gif);
	background-repeat: repeat-y;
} 

#header {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 7px 0px;  /* 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. */
	height: auto;
	background-color: #ededed;	
} 

#sidebar_main {
	float: right; /* since this element is floated, a width must be given */
	
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#mainContent {
	padding: 0px 0px 0px 0px;
	margin-top: 0;
	margin-right: 187px;
	margin-bottom: 0;
	margin-left: 0;
	
} 

#bodyLinks {
	padding-left: 8px;
	margin-top: 10px;
	width: 115px;
	float: left;
	
}

#photoLinks {
	padding-left: 2px;
	margin-top: 10px;
	width: 70px;
	float: left;
}

#bodyCont {
	width: 461px;
	float: right;
		
}

#bodyText {
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#bodyText2 {
	margin: 0px;
	padding: 0px 8px 0px 13px;
}

.sidebox1 {
	padding: 0px 8px;
	margin: 0px;
	
}

.sidebox2 {
	padding: 0px;
	margin: 0px;
}

.sideText {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 162px;
}

#footer {
	margin: 0px;
	padding: 7px 0px 15px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #ededed;		 
} 



#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-align: center;
	line-height: 15px;
}

#footer a {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-align: center;
	text-decoration: underline;
}

#footer a:hover {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-align: center;
	text-decoration: none;
}

#footer a:visited {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-align: center;
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
   
}

#navbar {
	
	margin: 0;
	padding: 0;
	width: 796px;
	height: 39px;
		
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}

#navbar li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#navbar li.home a {
	height: 39px;
	width: 133px;
	display: block;	
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #333333;
	background-image: url(../images/structural/home_button_norm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	
}

#navbar li.home a:hover {
	height: 39px;
	width: 133px;
	display: block;	
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #ffffff;
	background-image: url(../images/structural/home_button_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

#navbar li.home a:active {
	height: 39px;
	width: 133px;
	display: block;	
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 39px;
	color: #ffffff;
	background-image: url(../images/structural/home_button_press.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navbar li.norm a {
	height: 39px;
	width: 132px;
	display: block;	
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #333333;
	background-image: url(../images/structural/button_norm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

#navbar li.norm a:hover {
	height: 39px;
	width: 132px;
	display: block;	
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #ffffff;
	background-image: url(../images/structural/button_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

#navbar li.norm a:active {
	height: 39px;
	width: 132px;
	display: block;	
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 39px;
	color: #ffffff;
	background-image: url(../images/structural/button_press.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

#navbar li.about a {
	height: 39px;
	width: 135px;
	display: block;	
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #333333;
	background-image: url(../images/structural/about_button_norm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

#navbar li.about a:hover {
	height: 39px;
	width: 135px;
	display: block;	
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #ffffff;
	background-image: url(../images/structural/about_button_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

#navbar li.about a:active {
	height: 39px;
	width: 135px;
	display: block;	
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 39px;
	color: #ffffff;
	background-image: url(../images/structural/about_button_press.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

#bodyLinks ul {
	color: #009;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
	list-style-type: none;
	margin: 0px;
	padding: 0;
	width: 130px;
}

#bodyLinks li {
	color: #009;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	position: relative;
	width: 130px;
	height: 16px;
	float: left;
	border-width: 0;
	
}

#bodyLinks li a {
	color: #999;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	width: 130px;
	float: left;
	border-width: 0;

}

#bodyLinks li a:hover {
	color: #009;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	width: 130px;
	float: left;
	border-width: 0;
	
}

#shdw_box1 {
	height: 7px;
	width: 609px;
	
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

#shdw_box2 {
	height: 7px;
	width: 180px;
	
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
}

#shdw_box3 {
	height: 7px;
	width: 796px;
	
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

#errorbox
{
	margin: 0px 0px 10px 0px;
	border-color: #F00;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	background-color: #FCC;
}

#errorbox h2
{
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
}

.error
{
	color: #F00;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}

#minibutton {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 20px;
}

#minibutton ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#minibutton li {
	margin: 0px;
	padding: 0px;
}

#minibutton li#m_button a {
	height: 20px;
	width: 120px;
	display: block;
	margin: 0px 5px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #333333;
	background-image: url(../images/structural/minibutton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
	
}

#minibutton li#m_button a:hover {
	height: 20px;
	width: 120px;
	display: block;
	margin: 0px 5px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #FFFFFF;
	background-image: url(../images/structural/minibutton_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
	
}


.headline {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.headline a {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-align: left;
	padding: 0px;
	text-decoration: none;
}

.headline a:visited {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-align: left;
	padding: 0px;
	text-decoration: none;
}

.headline a:hover {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-align: left;
	padding: 0px;
	text-decoration: underline;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#album {
	margin: 8px 0px 150px 0px;
	padding: 0px;
	width: 450px;
	height: 132px;
	
}

#album ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#album li {
	margin: 0px;
	padding: 0px;
	float: left;
}



#album li#button06 a {
	height: 130px;
	width: 125px;
	display: block;
	float: left;
	margin: 0px 10px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #333333;
	background-image: url(../images/structural/cmo_logo_06_w125_faded.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
}

#album li#button06 a:hover {
	height: 130px;
	width: 125px;
	display: block;
	float: left;
	margin: 0px 10px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #333333;
	background-image: url(../images/structural/cmo_logo_06_w125.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;

}

#album li#button07 a {
	height: 130px;
	width: 125px;
	display: block;
	float: left;
	margin: 0px 10px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #333333;
	background-image: url(../images/structural/cmo_logo_07_w125_faded.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	
}

#album li#button07 a:hover {
	height: 130px;
	width: 125px;
	display: block;
	float: left;
	margin: 0px 10px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #333333;
	background-image: url(../images/structural/cmo_logo_07_w125.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	
}

#album li#button08 a {
	height: 130px;
	width: 125px;
	display: block;
	float: left;
	margin: 0px 10px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #333333;
	background-image: url(../images/structural/cmo_logo_08_w125_faded.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	
}

#album li#button08 a:hover {
	height: 130px;
	width: 125px;
	display: block;
	float: left;
	margin: 0px 10px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 37px;
	color: #333333;
	background-image: url(../images/structural/opens_may_08.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	
}



#photoLinks ul {
	color: #009;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
	list-style-type: none;
	margin: 0px;
	padding: 0;
	width: 80px;
}

#photoLinks li {
	color: #009;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
	margin: 0px;
	padding: 0;
	position: relative;
	width: 80px;
	height: 16px;
	float: left;
	border-width: 0;
}

#photoLinks li a {
	color: #999;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 16px;
	float: left;
	border-width: 0;

}

#photoLinks li a:hover {
	color: #009;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 16px;
	float: left;
	border-width: 0;
	
}

#blogLink {
	margin: 0px;
	padding: 0px;
	width: auto;
	
}

#blogLink ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#blogLink li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#blogLink li#steele_button a {
	height: 189px;
	width: 150px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_steele/steele_w150.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	text-decoration: none;
}

#blogLink li#day_button a {
	height: 189px;
	width: 150px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_day/day_w150.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	text-decoration: none;
}

#blogLink li#beal_button a {
	height: 189px;
	width: 150px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_beal/beal_w150.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	text-decoration: none;
}

.blogBox {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #333;
}

.blogBox2 {
	padding: 0px;
	margin: 0px;
	border-bottom: 0px;
}

#archives {
	margin-top: 7px;
	width: 162px;
	padding: 0px;
}

#archives a {
	color: #333;
	text-decoration: none;
}

#archives a:hover {
	color: #333;
	text-decoration: none;
}

#archives img {
	border: 0px;
}

#message {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 350px;
}

