body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	color: #666666;
	margin: 0;
	padding: 0;

}

#main-body
{
	background: #eaeaea;
}

img {
	border: 0;
}

/*-------[ Bullet Points ]-------*/
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{
	padding: 2px;
}

/*-------[ END Bullet Points ]-------*/

/*-------[ Links ]-------*/

a
{
	color: #195e82;
	text-decoration: none;
}

a:hover
{
	color: #277fad;
	text-decoration: underline;
}

/*-------[ END Links ]-------*/

/*-------[ Heading Sizes ]-------*/

h1
{
	color: #195e82;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .5em;
}

h2
{
	color: #195e82;
	text-decoration: none;
	font-size: 1.2em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .5em;
}

p
{
	margin: 0px;
	padding: 0px;
}

/*-------[ END Heading Sizes ]-------*/


/*-------[ Messages ]-------*/

.error
{
	font-weight: bold;
	font-size: 1.1em;
	color: #CC0000;
	padding-top: 15px;
	margin: 0px 0px 15px;
	text-align: center;
}

.success
{
	font-weight: bold;
	font-size: 1.1em;
	color: #3AB331;
	padding-top: 15px;
	margin: 0px 0px 15px;
	text-align: center;
}

.success a
{
	color: #219318;
	font-weight: bold;
	text-decoration: underline;
}

.success a:hover
{
	color: #3CC531;
}

/*-------[ END Messages ]-------*/






/*---------[ Forms ]---------*/

form
{
	margin: 0px;
	padding: 0px;
}

label
{
	font-weight: bold;
	display: block;
	font-size: 0.9em;
	margin-top: 4px;
}

.field, .field-nh {
	border: 1px solid #195e82;
	color: #666666;
}

.field:hover {
	border: 1px solid #277fad;
}

.field:focus {
	border: 1px solid #195e82;	
}

.highlight {
	border: 1px solid #277fad;
}

/*---------[ END Forms ]---------*/


/*-------------------------------------
		Main layout
-------------------------------------*/


/*-------[ Menu Layout ]-------*/

#head-top-menu
{
	margin-top: 47px;
	float: right;
	color: #195e82;
}

#head-main-menu
{
	background: url('../images/head-stripe.gif');
	width: 100%;
	text-align: center;
	height: 192px;
}

#head-main-menu-content
{
	width: 960px;
	height: 192px;
	margin: 0 auto;
}

#left-sub-pages-item
{
	color: #195e82;
	border-top: 1px dotted #B8DB4D;
	margin-top: 7px;
	padding-top: 7px;
	font-weight: bold;
	font-size: 1.1em;
}

#left-sub-pages-item a
{
	color: #000000;
}

#left-sub-pages-item a:hover
{
	color: #333;
}

/*-------[ END Menu Layout ]-------*/


/*-------[ Page Layout ]-------*/

table {
	font-size: 1em;
}

#wrapper { /* content centering div */
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

#white-page-spacer {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
	height: 100%;
	text-align: center;
}

#page-container {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
}

#head-container
{
	margin: 0 auto;
	width: 920px;
	height: 65px;
	padding: 10 20 20 20;
}

#head-logo
{
	float: left;
}

#content-container
{
	width: 920px;
	*width: 960px;
	margin: 0 auto;
	margin-bottom: 0px;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
}

#content-column-container
{
	float: left;
	margin-left: -20px;
	*margin-left: 0px;
	padding: 20px;
	width: 920px;
	*width: 960px;
	background-color: #FFFFFF;
}

/*-------[ Column Page Layout ]-------*/

#main-content-left
{
	width: 200px;
	display: -moz-inline-box;
	float: left;
}

#main-content-center
{
	display: -moz-inline-box;
	width: 475px;
	*width: 520px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

#main-content-right
{
	width: 200px;
	display: -moz-inline-box;
	float: left;
}

#main-content-right-quote-container
{
	float: right;
	margin-right: 0px;
	color: #195e82;
	width: 198px;
}

#main-content-right-quote-text
{
	border-left: 2px solid #195e82;
	border-right: 2px solid #195e82;
	font-size: 0.7em;
	*font-size: 0.8em;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	*padding-top: 1px;
	*padding-bottom: 1px;
}
 
#main-content-right-quote-top, #main-content-right-quote-bot
{
	width: 198px;
	height: 37px;
}
 
#main-content-right-quote-bot
{
	margin-top: 0px;
}

#main-content-left-quote-container
{
	float: left;
	padding-top: 20px;
	margin-left: 0px;
	color: #195e82;
	width: 198px;
}

#main-content-left-quote-text
{
	border-left: 2px solid #195e82;
	border-right: 2px solid #195e82;
	font-size: 0.7em;
	*font-size: 0.8em;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	*padding-top: 1px;
	*padding-bottom: 1px;
}
 
#main-content-left-quote-top, #main-content-left-quote-bot
{
	width: 198px;
	height: 37px;
}
 
#main-content-left-quote-bot
{
	margin-top: 0px;
	margin-bottom: 20px;
}

#main-content-left-title
{
	float: left;
	font-weight: bold;
	font-size: 1.5em;
	height: 40px;
	width: 198px;
	position: relative;
}

.left-green-border
{
	position: relative;
	float: left;
	margin-top: -36px;
	padding-top: 20px;
	*padding-top: 25px;
	width: 176px;
	*width: 198px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #BDDE59;
	border-left: 1px solid #BDDE59;
}

#left-green-border-top
{
	float: left;
	margin-top: -55px;
	width: 198px;
	height: 21px;
}

#left-green-border-bot
{
	float: left;
	width: 198px;
	height: 21px;
	margin-bottom: 20px;
}

#left-content
{
	float: left;
	*float: none;
	display: block;
	width: 198px;
	font-size: 1em;
}

#right-content
{
	float: right;
	*float: none;
	display: block;
	width: 198px;
	font-size: 1em;
}

/*-------[ News TS Page Layout ]-------*/

#news-ts-menu-item
{
	width: 198px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	*float: none;
}

#news-ts-menu-item-title
{
	width: 198px;
	font-weight: bold;
	
}

#news-ts-menu-item-date
{
	color: #A5A5A5;
	font-weight: bold;
	padding-right: 5px;
}

/*-------[ END News TS Page Layout ]-------*/

/*-------[ also in the News Page Layout ]-------*/

#news-also-in-menu
{
	padding-top: 20px;
	float: left;
	*float: none;
	z-index: 10;
	position: relative;
}

#news-also-in-menu-item-container
{
	float: left;
	margin-top: -20px;
	z-index: 50;
	position: relative;
}

#news-also-in-title
{
	float: left;
	font-weight: bold;
	font-size: 1.5em;
	height: 40px;
	width: 198px;
	position: relative;
	color: #99cc00
}


#news-also-in-menu-item
{
	width: 198px;
	padding-top: 5px;
	float: left;
}

#news-also-in-menu-item-title
{
	width: 184px;
	margin-left: 10px;
	float: left;
}

#news-also-in-menu-item-arrow
{
	width: 4px;
	float: left;
	height: 8px;
	margin-top: 5px;
}

/*-------[ END also in the News Page Layout ]-------*/


/*-------[ Right News Letter Layout ]-------*/

#main-content-right-newsletter-container
{
}


#main-content-right-newsletter-top
{
	background: #99CC00;
	width: 198px;
	height: 10px;
}


#main-content-right-newsletter-head
{
	background: #99CC00;
	width: 188px;
	*width: 198px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#main-content-right-newsletter-text
{
	margin-right: 2px;
	float: right;
	width: 186px;
	*width: 198px;
	border-left: 1px solid #99CC00;
	border-right: 1px solid #99CC00;
	padding: 5px;
}

#main-content-right-newsletter-text-bot
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #195e82;
	font-size: 1.2em;
}

#main-content-right-newsletter-bot
{
	width: 198px;
	height: 10px;
}


#newsletter-head-text, #library-head-text
{
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
}
/*-------[ END Right News Letter Layout ]-------*/

/*-------[ Right Library Layout ]-------*/
#library-head-text-lower
{
	font-size: 0.8em;
	line-height: 1.3em;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main-content-right-library-top
{
	background: #99CC00;
	width: 198px;
}

#main-content-right-library-head
{
	background: #99CC00;
	width: 188px;
	*width: 198px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#main-content-right-library-text
{
	margin-right: 2px;
	float: right;
	width: 186px;
	*width: 198px;
	border-left: 1px solid #99CC00;
	border-right: 1px solid #99CC00;
	padding: 5px;
}

#main-content-right-library-bot
{
	width: 198px;
	height: 10px;
}

#library-item-container
{
	width: 180px;
	float: left;
}

#library-item-title
{
	width: 171px;
	*width: 176px;
	padding-left: 5px;
	float: left;
}

#library-item-arrow
{
	width: 4px;
	float: left;
	height: 8px;
	margin-top: 5px;
}

/*-------[ END Right Library Layout ]-------*/

/*-------[ END also in the News Page Layout ]-------*/

/*-------[ END Column Page Layout ]-------*/

/*-------[ END Page Layout ]-------*/


/*-------[ Admin Layout ]-------*/

#admin_page_container
{
	height: 680px;
}

#admin_page_left
{
	width: 200px;
	float: left;
}

#admin_page_center
{
	width: 500px;
	float: left;
	border-left: 1px solid #195e82;
	border-right: 1px solid #195e82;
	padding-left: 10px;
}

#admin_page_right
{
	width: 190px;
	*width: 200px;	
	float: left;
	padding-left: 10px;
}

/*-------[ END Admin Layout ]-------*/


/*---------[ Footer ]---------*/
#bot-menu
{
	color: #277fad;
	font-weight: bold;
	height: 30px;
}

#footer-container {
	float: left;
	width: 960px;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: -20px;
	*margin-left: 0px;
}

#footer {
	width: 960px;
	height: 30px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

#copy-container {
	float: left;
	font-size: 0.9em;
	color: silver;
	padding-left: 20px;
	padding-top: 5px;
}

#iip {
	padding-right: 20px;
	padding-top: 10px;
	float: right;
	*margin-top: -72px;
}

#pjwd {
	padding-right: 20px;
	padding-top: 15px;
	float: right;
	font-size: 0.8em;
	color: silver;
}

#copy a {
	color: silver;
	text-decoration: underline;
}

#copy a:hover {
	text-decoration: underline;
}

/*---------[ END Footer ]---------*/


/*-------------------------------------
		END Main layout
-------------------------------------*/
