/* Header */
#header {
	margin: 1px;
	width: 870px;
}
#header_uh{
	margin-bottom: 2px;
}
#header_terry{
	margin-top: 10px;
	margin-left: 10px;
}
#header_sendit{
	font-size: 11pt;
	font-family: Georgia, serif;
	color: #000;
	margin-top: 60px;
	margin-right: 10px;
}


/* Header -> Menu */
#header_menu {
	clear: left;
 	width: 870px;
	height: 28px;
	background-color: #022B6C;
	font-size: 2px;
}
#header_menu_items{
	margin-left: 5px;
	padding-top: 2px;
}
.header_menu_item {
	float: left;
	width: 100px;	
	font-size: 15pt;
	font-family: Georgia, serif;
	color: #EEE;
	text-align: left;
}

/* Links */
.header_menu_item a:link,
.header_menu_item a:visited,
.header_menu_item a:active {
	color: #EEE;
    text-decoration: none;
}
.header_menu_item a:hover {
	color: #CCC;
	text-decoration: underline;
}

/* Main Page */
#main {
	padding: 5px;
	clear: left;
	margin: auto;
}
#main_page_title {
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: Georgia, serif;
	color: #022B6C;
	font-size: 25pt;
	font-style: italic;
	font-weight: bold;
}
#main_content {
	margin-left: 20px;
	width: 840px;
}
.main_content_col {
	width: 400px;
	margin-right: 20px;
}
.main_item {
	width: 400px;
	margin-bottom: 25px;
	padding: 4px;
	min-height: 100px;
	font-family: Georgia, serif;
	color: #000;
	background: url("pics/slices/grad1.jpg") repeat-x;
}
.main_item_title {
	font-family: Georgia, serif;
	color: #022B6C;
	font-size: 18pt;
}
.main_item hr {
	clear: both;
	margin-top: -5px;
	margin-bottom: 2px;
	height: 2px;
    background-color: #8F8FA5;
    border: 0px;
}
.main_item_subtitle {
	font-family: Georgia, serif;
	color: #000;
	font-size: 14pt;
	margin-left: 2px;
}
.subtitle_date{
	font-size: 10pt;
	color: #8F8FA5
}
.main_item_content {
	clear: both;
	font-size: 10pt;
	margin-left: 5px;
}

/* News */
.news_item {
	width: 500px;
	margin-bottom: 25px;
	padding: 4px;
	min-height: 100px;
	font-family: Georgia, serif;
	color: #000;
	background: url("pics/slices/grad1.jpg") repeat-x;
}

/* Photos */
.photoIMG{
	margin-right: 4px;
	margin-bottom: 4px;
}
#viewStyle{
	margin-bottom: 10px;
}
#thePhotos{
	width: 575px;
	text-align: center;
}
#photoTagCloud{
	width: 260px;
}



/* Tables */
#mainTbl {
	width: 80%;
}
.mainTblLegend {
	font-size: 12pt;
	font-weight: bold;
}

.full_item {
	width: 820px;
	margin-bottom: 25px;
	padding: 4px;
	min-height: 100px;
	font-family: Georgia, serif;
	color: #000;
	background: url("pics/slices/grad1.jpg") repeat-x;
}



/* Links */
.main_item_title a:link,
.main_item_title a:visited,
.main_item_title a:active {
	text-decoration: none;
	color: #022B6C;
}
.main_item_title a:hover {
	text-decoration: none;
	color: #000000;
}
.main_item_more a:link,
.main_item_more a:visited,
.main_item_more a:active {
	font-size: 10pt;
	color: #022B6C;
    text-decoration: underline;
}
.main_item_more a:hover {
	color: #000;
    text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #022B6C;
    text-decoration: underline;
}
a:hover {
	color: #000;
    text-decoration: none;
}


/* Footer */
#footer {
	margin-left: 100px;
	margin-bottom: 0px;
	padding: 0px;
	width: 700px;
	height: 69px;
	background-color: #000060;
	font-size: 0pt;
}
#footer_center {
	text-align: center;
	width: 97%;
}


/* Generic Classes */ 
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.imgInTxt{
	float:right;
	padding: 2px;
}
.errorTxt {
	text-align: center;
	color: #FF0000;
}

.rowColor1 {
	background-color: #EEF;
}

.rowColor2 {
	background-color: #FFF;
}



#content{ 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 870px;
}

/* HTML Tag Alterations */
body {
	margin: 0px;
	font-family: Georgia, serif;
	font-size: 10pt;
	text-align: center;
}
h1 {
	margin-top: 0px;	
	font-family: Georgia, serif;
	color: #022B6C;
	font-size: 45pt;
}
h3 {
	margin-bottom: 0px;
}
li {
	padding-bottom: 5px;
}
a img {
	border: 0px;
}