/* ----- GLOBAL & BODY ----- */
body {
	color: #363636;
	font: normal 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

/* ----- GENERAL TEXT TREATMENT ----- */

p { font-size: 12px; line-height: 16px; margin-bottom: 8px;}
ul, ol{ padding-left: 25px;}
.maintext-highlight p { font-size: 11px; color: #565656; line-height: 15px;}
.maintext { padding: 5px 15px 5px 0px; text-align: left;}
body.bodyabout .maintext, body.bodyspecials .maintext, body.bodynews .maintext, body.bodylinks .maintext, body.bodycontact .maintext, body.bodyfocuson .maintext { /* add page class here */
padding: 5px 15px 5px 20px; text-align: left;}

h1 { padding: 10px 0 14px 0; border-bottom: 0; margin: 0; color: #003A2B; font-size: 16px; font-weight: bold; line-height: 22px;}
h1 span, h2 span, h3 span {
	font: normal 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #666666;
	padding-left: 6px;
}

h2 { margin: 0px 0 5px 0px; color: #003A2B; font-size: 15px; font-weight: bold; padding: 0;}
h3 { font: bold 15px/18px; margin: 8px 0 10px 0;}
h4 { font-size: 12px; font-weight: bold; margin-bottom: 5px;}
h5 { font-size: 11px; font-weight: bold; margin-bottom: 5px;}
h5 span { font-weight: normal;}

.titleimage { padding: 0px 0px 10px 0px;}
.blue { color: #33CCCC;}
.orange { color: #eaad12;}
.red { color: #dd0022;}
.purple { color: #660099;}

#bigAlert h1 { font-size: 14px; padding: 12px 0 0 0; margin-bottom: 0; line-height: 17px;}
#bigAlert p { font-size: 11px; padding: 2px 0 15px 0; margin: 0; line-height: 14px;}

#righthighlight { float: right; width: 270px; padding: 0px; margin: 0px 0px 10px 0px;}
#righthighlight, #righthighlight p { }
#righthighlight ul, #righthighlight ol {  margin: 0px 0px 10px 0px;}
#righthighlight h2 { margin: 0px 0px 10px 0px;}
#box { background: url(images/smallbox_yellow_bgd.gif) no-repeat right top; padding: 15px 10px 10px 25px; margin: 10px 0px 0px 0px;}
#boxfooter { background: url(images/smallbox_yellow_footer.gif) no-repeat right top; height: 20px; padding: 0px;}

/* ----- LINKS ----- */

a:link, a:visited, a:hover, a:active { color: #DD8800;}
/*a:link, a:visited, a:hover, a:active { color: #eaad12;}*/
a { text-decoration: underline; padding: 1px;}
a:hover { text-decoration: none;}
a img { border: 0;}

/* ----- TABLES ----- */

td { font-size: 11px; line-height: 15px; padding: 4px; border-bottom: 1px solid #ececec;}
.subtext { font-size: 14px; font-weight: bold;}

/* ----- FORMS ----- */

.FormButton
	{
	margin-right: 0.5em;
	padding-left: 0.25em;
	padding-right: 0.25em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	border: 1px outset #0F4A7C;
	color: white;
	background-color: #176DB7;
	background-image: url('../Images/Buttons/Button_background.gif');
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: middle;
	}

