.mainHeader
{
	font-size: 18px;
	color: rgb(251,209,13);
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 15px;
}
.photoImages
{
	border: 1px solid rgb(251,209,13);
	padding: 1px;
}
.event
{
	font-size: 8.5px;
}
.accented
{
    font-weight: bold;
    color: rgb(251,209,13);
}
.calendar-cell
{
	vertical-align: top; 
	width: 60px; 
	height: 70px; 
	text-align: left; 
	cursor: default; 
	line-height: normal; 
	padding: 1px;
}
.imgBorder
{
	border: solid 1px rgb(251,209,13);
	padding-top: 2px;
}
.subHeader
{
	font-size: 14px;
	color: rgb(251,209,13);
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 7px;
}
.box-background
{
	background-color: rgb(251,209,13);
	font-weight: bold;
	color: Black;
	font-size: 14px;
}
body {
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	color: #999999;
}
#pageWrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}

/* Utilities area */

#utilities {
	width: 800px;
	height: 33px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
#utilities ul {
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#utilities ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#utilities ul li a {
	text-decoration: none;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#utilities a:hover {
	color: #FFCD15;
}
#tmhaSearch {
	background-color: #666666;
	border: 1px solid #999999;
	margin-left: 20px;
}


/* Main Nav Header area */

#mainNavHeader {
	height: 150px;
	width: 800px;
	background-image: url(../img/header_bkgd.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	float: left;
}
#mainNavHeader ul {
	float: right;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainNavHeader li {
	display: inline;
}
#mainNavHeader a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	width: 125px;
	height: 23px;
	text-align: center;
	padding-top: 7px;
	/* border-left: solid 1px #666666 */
}
#mainNavHeader .navYellow {
	font-weight: bold;
	color: #FFCD15;
}
#mainNavHeader a:hover {
	color: #FFCD15;
}


/* Secondary Nav area */

#secondaryNav {
	height: 30px;
	float: right;
	width: 800px;
	background-color: #212121;
	
}

#secondaryNav_inner
{
	padding-left: 250px;
}


/* Main Body area */

#mainBody {
	float: left;
	background-color: #212121;
	width: 800px;
	min-height: 510px;
}
#mainBody #leftColumn {
	width: 270px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 20px;
	background-position: bottom;
}
#mainBody #rightColumn {
	float: right;
	width: 480px;
	padding-top: 20px;
	line-height: normal;
	padding-bottom: 20px;
	padding-right: 10px;
	position: relative;
	right: 20px;
}


/* Footer area */

#footer {
	height: 22px;
	float: left;
	width: 800px;
	text-align: center;
	font-size: 11px;
	padding-top: 7px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FDD405;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFCD15;
}



#leftColumn {
	/*background-image: url(../img/left_column_image.jpg);*/
	background-repeat: no-repeat;
	height: 388px;
}

/* Login area */

#loginAreaWrapper {
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	width: 227px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#loginAreaWrapper h1 {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#loginAreaWrapper ul {
	margin: 0px;
	padding: 0px;
}
#loginAreaWrapper ul li {
	display: inline;
}
#loginAreaWrapper ul li a {
	color: #666666;
	font-size: 10px;
	padding-right: 5px;
}
#loginAreaWrapper ul li a:hover {
	color: #FFD912;
}
#loginAreaWrapper #login #textInput {
	background-color: #666666;
	border: 1px solid #999999;
	width: 125px;
}
#loginAreaWrapper #topRounded {
	height: 8px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/login_top_bkgd.gif);
	background-repeat: no-repeat;
	float: left;
}
#loginAreaWrapper #loginContent {
	background-color: #000000;
	float: left;
	width: 205px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #979797;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #979797;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#loginAreaWrapper #bottomRounded {
	height: 8px;
	float: left;
	width: 227px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/login_bottom_bkgd.gif);
	background-repeat: no-repeat;
}

/* input forms */

input
{
	font-size: 11px;
	color: black;
}

.SubmitButton
{
	vertical-align: text-bottom;
}


a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCD15;
}

.mapLink
{
	color: Black;
	
}

.cse-overlay
{
	color: Gray;
}

.gs-title a
{
	color: black;
}

.gs-title a:hover
{
	color: rgb(251,209,13);
}

.gsc-trailing-more-results a
{
	color: black;
}

.gsc-trailing-more-results a:hover
{
	color: rgb(251,209,13);
}



