/* Start of CMSMS style sheet 'TAC-stylesheet' */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	text-align: left;
	background: #f6f6f6 url(images/background.gif) repeat-y fixed center;
	background-image: ;
	
}

a, a:link, a:visited {
	color: #006699;
}

a:active {
	color: #666633;
}

hr
{
	height: 1px;
	color: #333333;
	background-color: #333333;
	border: 0px;
}

div#topdiv {
height: 142px;
border-bottom: solid 1px #333333;
background-color: #ffffff;
width: 850px;
margin-left: auto; 
margin-right: auto;
}

#topdiv img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#homepage-content
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#internalpage-content
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #448dff;
}

#leftwell 
{
	padding: 0px 10px 10px 10px;
	width: 190px;
	float: left;
	background-color: #448dff;
}
#leftwell a
{
	color: #000000;
}


#centerwell
{
	padding: 0px 12px 12px 12px;
	width: 376px;
	_width: 360px;
	background-position: center 10px;
/*	background-image: url(images/home_eagle.gif);    */
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	color: #222222;
}
#centerwell h1
{
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 2px;
	margin-top: 6px;
}
#centerwell h1 a
{
	text-decoration: none;
	color: #000000;
}
#centerwell h1 a:hover
{
	text-decoration: underline;
}
#centerwell p
{

}
#centerwell h4
{
	margin-top: 4px;
}
#centerwell h3
{
	color: #000000;
}
#rightwell /* homepage right well */
{
	padding: 8px 10px 10px 10px;
	width: 220px;
	float: left;
	text-align: left;
	background-color: #448dff;
}
#leftwell-internal
{
	padding: 0px 10px 10px 10px;
	width: 190px;
	float: left;
	background-color: #448dff;
}
#leftwell-internal a#logo-graphic img
{
	border: 0px;
	margin-top: 4px;
}
#rightwell-maincontent /* main content area for all internal pages */
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: georgia, times, serif;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color: #ffffff;
	width: 640px;
	font-size: 14px;
	line-height: 19px;

}

#content-area
{
	width: 530px;
	padding: 10px 18px 18px 22px;
}
#rightwell p
{
	margin-top: 4px;
	font-size: 13px;
	line-height: 18px;
}

#rightwell-maincontent h1
{
	height: 25px;
	background-color: #003366;
	font-weight: normal; 
	padding: 45px 0px 4px 22px;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 2px;
}

#rightwell-maincontent h2
{
	color: #006699;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	background-color: #ffffff;
	padding-left: 0px;
	margin-top: 6px;
}


#footer
{
	background-color: #ffffff;
	display: block;
	clear: both;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 12px;
	
}

.clear
{
	clear: both;
}

.sidebar-box
{
	border: solid 1px #666666;
	background-color: #9dc4ff;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
	font-family: arial, helvetica; 
}
.sidebar-box p
{
	margin-top: 6px;
	margin-bottom: 3px;
}


/*** headers ****/

#rightwell h2, #leftwell h2, h2
{
	background-color: #003466; 
	color: #ffffff;
	font-size: 14px;
	padding: 5px 4px 5px 6px;
	margin-top: 0px;
	font-weight: normal;
}
#rightwell a
{
	color: #000000;
}
h4
{
	font-family: helvetica, arial, sans-serif;
}

#rightwell h3
{
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}
h3
{
	font-family: arial, helvetica, sans-serif;
	color: #006699;
}
.sidebar-box h4   /* left well feature boxes */
{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 18px;
	font-weight: normal;
	font-family: georgia, serif;
}

/*** end headers ***/

/*** navigation ***/

ul#mainNav
{
	margin: 8px 0px 0px 0px;
	list-style-type: none;
	padding:  1px;
	background-color: #eb1636;
	width: 180px;
}


#internalpage-content ul#mainNav
{
	margin-left: 3px;
}
ul#mainNav li
{
	color: #fafcfd;
	font-family: arial, helvetica, sans-serif;
	margin: 1px;
	padding: 3px 0px 3px 5px;
	font-size: 12px;
	border-left: solid 1px #ff7272;
	border-top: solid 1px #ff7272;
	border-right: solid 1px #c30000;
	border-bottom: solid 1px #c30000;
	text-transform: uppercase;
	font-weight: bold;
}
ul#mainNav li.currentpage
{
	background-image: url(images/nav-arrow.gif);
	background-position: 165px center;
	background-repeat: no-repeat;
}

ul#mainNav li.tac-shop
{
	background-image: url(images/tac-shop.gif);
	height: 31px;
	padding-top: 22px;
	border: 0px;
}
ul#mainNav li.tac-shop a
{
	padding-left: 52px;
	padding-bottom: 18px;
	width: 110px;
}

ul#mainNav li a
{
	color: #fafcfd;
	text-decoration: none;
	list-style-type: none;
	display: block;
	width: 165px;
}
ul#mainNav ul 
{
	list-style-type: none;
	margin-left: 4px;
	padding-left: 0px;
	text-transform: none;
	font-size: 11px;
	line-height: 13px;
}
ul#mainNav ul li
{
	background-color: #db0f2e;
	text-transform: none;
	font-weight: normal;
	margin: 1px;
	border-left: solid 1px #e44b62;
	border-top: solid 1px #e44b62;
	border-right: solid 1px #790a1c;
	border-bottom: solid 1px #790a1c;

}
ul#mainNav ul li.currentpage
{
	background-image: url(images/nav-arrow-dark.gif);
	background-position: 165px center;
	background-repeat: no-repeat;
	color: #fbe5e8;
	padding-left: 4px;
}
ul#mainNav ul li a
{
	color: #fbe5e8;
	text-decoration: none;
	display: block;
	width: 160px;

}

ul#mainNav ul ul 
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	text-transform: none;
	font-size: 11px;
}
ul#mainNav ul ul li
{
	background-color: #003366;
	text-transform: none;
	font-weight: normal;
	margin: 1px;
}
ul#mainNav ul ul li.currentpage
{
	background-image: url(images/nav-arrow-dark.gif);
	background-position: 165px center;
	background-repeat: no-repeat;
	color: #cccccc;
}

ul#mainNav ul ul li a
{
	color: #cccccc;
	text-decoration: none;
}


ul#textNav
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 4px;
}
ul#textNav li
{
	display: inline;
	margin-right: 8px;
}

form
{
	margin: 0px;
	padding: 0px;
}
/*** end navigation ***/
.accessibility
{
	display: none;
}

h3.NewsSummaryLink
{

	font-size: 14px;
	margin: 0px;
}

div.NewsSummaryPostdate
{
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 14px;
}

#NewsPostDetailPrintLink
{
	display: block;
	float: right;
	font-family: arial, helvetica;
}

#NewsPostDetailTitle
{
	font-size: 14px;
	display: block;
}
#rightwell-maincontent label {
display: block;
width: 140px;
float: left;
}

#news-utilities {
float: right;
width: 100px;
color: #555555;
font-size: 12px;
font-family: arial, helvetica;
}
#news-utilities a, #news-utilities a:link, #news-utilities a:visited 
{
color: #555555;
}

@charset "UTF-8";
/* CSS Document */

#rightwell-maincontent td.bookstore-listing h4{
	font-size: 14px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

table.bookstore
{
	margin-bottom: 24px;
}

.bookstore-listing p
{
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

.bookstore-listing {
	border-bottom: dotted 1px #666666;
	padding-bottom: 5px;
	}
	
.table-buy .middle-td{
	border-left: dotted 1px #666666;
	border-right: dotted 1px #666666;
}

.table-buy p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px;
	}
/* End of 'TAC-stylesheet' */

