body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-image: url(../pics/bgbars.gif);
}

h1 {
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 20px;
	color: #9c3;
}

h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

a {
	color: #09c;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

a.title {color: #000;}

/* Outer and inner page settings */
#outer {
	width: 770px;
	background-image: url(../pics/bg.gif);
}
#outer #leftMargin, #outer #rightMargin { width:2px; float:left; }
#outer #inner {
	margin: 0px;
	padding: 0px;
	width: 766px;
	float: left;
	text-align: left;
	background-repeat: no-repeat;
	background-position: topleft;
}
#outer #inner #header {
	padding-top: 28px;
	padding-bottom: 168px;
	padding-right: 22px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	height: 41px;
	clear: both;
}
#outer #inner #header a {
	margin-left: 10px;
	color: #fff;
	letter-spacing: 1px;
}

#outer #inner #header #search {
	float: right;
}
#outer #inner #header #search form {
	margin-top: 5px;
	padding: 0px;
}
#outer #inner #header #search form input.searchfield {
	font-size: 10px;
	line-height: 11px;
	border-style: none;
	width: 100px;
	height:13px;
	margin-top: 3px;
	margin-left: 3px;
	padding: 0px;
}
#outer #inner #header #search form a.verysmall {
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0px;
	margin-left: 0px;
	font-weight: normal;	
}

#outer #inner #content {
	width: 554px;
	float: left;
	text-align: left;
}
#outer #inner #footer {
	margin-top: 50px;
	font-size: 10px;
	line-height: 10px;
	color: #666;
	text-align: left;
	background-repeat: no-repeat;
	background-position: topleft;
	clear: both;
}
#outer #inner #footer a {
	color: #666;
	text-decoration: none;
}
#outer #inner #footer a:hover {
	text-decoration: underline;
}
#outer #inner #footer a.TriCAT {color:#aae3f6;}

#outer #inner #content .leftColumn {width:269px; float:left;}
#outer #inner #content .rightColumn {float:right;}

/* Navigation header settings */
#outer #inner #content #navHeader {
	padding-bottom: 12px;
	font-size: 11px;
	line-height: 20px;
	height: 22px;
	clear: both;
}
#outer #inner #content #navHeader .leftColumn {width:418px; float:left;}
#outer #inner #content #navHeader .rightColumn {margin-left:16px; width:120px; float:left; text-align:right;}

/* Menu settings */
#outer #inner #menu {
	width: 190px;
	float: left;
	line-height: 21px;
}
#outer #inner #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
#outer #inner #menu ul li {
	margin-bottom: 7px;
	padding-left: 17px;
	height: 22px;
	background: url(../pics/bgmenu.gif);
}
#outer #inner #menu ul li.selected {
	color: #fff;
	font-weight: bold;
	background: url(../pics/bgmenu-selected.gif);
}
#outer #inner #menu ul li a {
	color: #000;
	text-decoration: none;
}
#outer #inner #menu ul li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#outer #inner #menu ul li a.selected {
	color: #fff;
}
#outer #inner #menu div ul li {
	padding-left: 36px;
	font-size: 11px;
	line-height: 21px;
	background: url(../pics/bgsubmenu.gif);
}
#outer #inner #menu div ul li.selected {
	padding-left: 17px;
	background: url(../pics/bgsubmenu.gif);
	font-weight: bold;
}
#outer #inner #menu div ul li a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#outer #inner #menu #date {
	padding-left: 18px;
	height: 59px;
	font-size: 11px;
	line-height: 25px;
	color:#bbb;
	clear: both;
}

/* General classes used throughout the site */
#header_print {display: none;}
#footer_print {display: none;}

#thumbnailContainer {
	float: right;
	margin-left: 20px;
	border-left: solid 1px #0099cc;
	padding-top: 7px;
	padding-left:7px;
	padding-bottom: 7px;
}
#thumbnailContainer img {
	margin-bottom: 7px;
	border: solid 1px #bbbbbb;
	display: block;
}
#thumbnailContainer img.final {margin-bottom: 0px;}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}
.thumbnail {
	border: solid 1px #b2b2b2;
}
.item {margin-top:10px; clear:both;}
.smallGrey {
	float: left;
	color: #bbb;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
}
.error { color: #f00; }
.required {font-family: Verdana, Helvetica, sans-serif;font-size: 16px;	color: #9c3;}