/*@group Global Reset*/
BODY
{
	margin: 0;
	padding: 0;
}
HTML, BODY, FORM, FIELDSET
{
	margin: 0;
	padding: 0;
	font: 100%/140% Geneva, "Trebuchet MS", Lucida, Arial, sans-serif;
}
A IMG
{
	border: none;
}
H1, H2, H3, H4, H5, H6, P, PRE, BLOCKQUOTE, UL, OL, DL, ADDRESS
{
	margin: 0;
	padding: 0;
}
UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
LI
{
	padding-left: 9px;
	margin: 0px;
}
/*Miscellaneous conveniences:*/
FORM LABEL
{
	cursor: pointer;
}
FIELDSET
{
	border: none;
}
/*Form field text-scaling*/
INPUT, SELECT, TEXTAREA
{
	font-size: 100%;
}
A:focus
{
	outline: none;
}
/*@end
@group Typography
Module Column Typography - sightly smaller headings*/
.module H1, .moduletable H1
{
	font-size: 18px;
}
.module H2, .moduletable H2
{
	font-size: 16px;
	color: #DFE703;
}
.module H4, .moduletable H4
{
	font-size: 14px;
}
/*Basic Typography*/
DIV.main-left-only OL, DIV.main-left-only UL, DIV.main-right-only OL, DIV.main-right-only UL, DIV.main-wide OL, DIV.main-wide UL, DIV.main-both OL, DIV.main-both UL
{
	margin-left: 20px;
}
P
{
	padding-bottom: 10px;
}
H1
{
	font-size: 20px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
}
H2
{
	font-size: 18px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
}
H3
{
	font-size: 16px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
}
H4
{
	font-size: 14px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
}
/*EXTRA STYLES*/
P.alert
{
	background: #F8BDA9 url(../images/exc.png) no-repeat 15px 50%;
/*x-pos y-pos*/
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	color: #57060A;
}
P.info
{
	background: #B9CCE5 url(../images/info.png) no-repeat 15px 50%;
/*x-pos y-pos*/
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #466EAE;
	border-bottom: 2px solid #466EAE;
	color: #000;
}
P.warn
{
	background: #FAFFB5 url(../images/warn.png) no-repeat 15px 50%;
/*x-pos y-pos*/
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #F7D229;
	border-bottom: 2px solid #F7D229;
	color: #463B0B;
}
/*-----SPECIAL LIST STYLE (CHANGE OR ADD ANOTHER)-----*/
UL.checklist LI
{
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 18px;
	list-style-position: outside;
}
UL.checklist A
{
	text-decoration: underline;
	padding: 1px;
}
UL.checklist A:hover
{
	text-decoration: none;
	padding: 1px;
}
/*-----BLOCKQUOTE STYLE-----*/
BLOCKQUOTE
{
	padding: 10px;
	font-style: italic;
	padding: 10px;
}
DIV.code
{
	padding: 10px;
	text-decoration: none;
	font: normal normal normal 11px "Courier New", Courier, mono;
}
/*@end
@group Structure
Header Text*/
#header_text
{
	width: 960px;
	margin: 0px auto;
}
#header_text H1, #header_text H1 A
{
	padding: 0px;
	text-decoration: none;
}
#header_text H2
{
	padding: 0px;
	margin: 0px;
}
/*CSS for Header Image*/
#header_graphic A IMG
{
	border: none;
}
#header_graphic
{
	width: 960px;
	margin: 0px auto;
}
#header_text .inside, #header_graphic .inside
{
	padding: 0;
	margin: 0;
}
#header_graphic H2
{
	text-indent: -6000em;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0;
}
#header_graphic .inside
{
	padding: 0;
	margin: 0;
}
#pathway
{
	margin: 0px 0px 5px;
	font-size: 11px;
}
#header-wrap
{
	width: 100%;
	margin: 0;
}
#main-wrapper
{
	width: 964px;
	margin: 14px auto 0px;
}
#mainbody-both
{
	padding: 0px;
	margin: 0px;
}
.main-top-right-only, .main-top-both, .main-top-left-only
{
	height: 11px;
	width: 964px;
}
.main-top-wide
{
	height: 11px;
	width: 964px;
}
.main-both
{
	margin: 0px 210px 0px 200px;
}
.main-wide
{
	margin: 0px auto;
	width: 952px;
	position: relative;
}
.main-left-only
{
	margin: 0px 10px 0px 200px;
	width: 755px;
}
.main-right-only
{
	margin: 0px 200px 0px 10px;
	width: 750px;
}
#leftcol
{
	float: left;
	width: 188px;
	padding: 0;
	margin: 0;
}
#leftcol .left-inside
{
	margin: 0;
	padding: 0px 10px;
}
#rightcol
{
	float: right;
	width: 200px;
}
#rightcol .right-inside
{
	margin: 0;
	width: auto;
	padding: 5px 10px 0px 0px;
}
/*Footer*/
.bottom-right-only, .bottom-both, .bottom-left-only, .bottom-wide
{
	height: 11px;
	margin: 0px 0px 5px;
	padding: 0px;
}
.footer
{
	margin: 0px;
	padding: 0px 10px;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
}
.footer P
{
	margin: 0px;
	padding: 2px 0px;
}
.clear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
/*@end
@group Modules
Header Module*/
#headermod
{
	float: right;
	overflow: hidden;
	position: relative;
}
#headermod .moduletable H3
{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	padding-top: 8px;
	margin: 0;
	text-indent: 0px;
	background-image: none;
}
#headermod .moduletable
{
	font-size: 11px;
	line-height: 145%;
}
#headermod .contentheading, #headermod A.contentpagetitle
{
	font-size: 16px;
	line-height: 18px;
}
/*Module  (Default)*/
DIV.module
{
	margin-bottom: 8px;
}
DIV.module DIV
{
}
DIV.module DIV DIV
{
}
DIV.module DIV DIV DIV
{
	padding: 5px 0px 0px;
}
DIV.module DIV DIV DIV DIV
{
	padding: 0;
}
DIV.module H3, DIV.moduletable H3
{
	padding: 0;
	line-height: 100%;
	margin: 0 0 5px;
	font-weight: normal;
	text-indent: 9px;
	font-size: 16px;
}
/*Module Unstyled*/
DIV.module-none
{
	margin-bottom: 10px;
	background: none;
}
DIV.module-none DIV
{
	background: none;
}
DIV.module-none DIV DIV
{
	background: none;
}
DIV.module-none DIV DIV DIV
{
	background: none;
	padding: 0px;
	margin: 0px;
}
DIV.module-none DIV DIV DIV DIV
{
	background: transparent none;
	padding: 0;
}
DIV.module-none H3
{
	margin: 10px 0;
	padding: 0;
	line-height: 100%;
	height: auto;
	margin: 0 0 5px;
	font-weight: normal;
	text-indent: 15px;
	font-size: 18px;
	font-style: normal;
	border: none;
	color: #2F462B;
}
/*Overrides - Must come after module structure*/
#showcase, .bottom
{
	margin: 0px;
	padding: 0px;
}
#leftcol UL#mainlevel LI, #rightcol UL#mainlevel LI, #leftcol UL#mainlevel-sidenav LI, #rightcol UL#mainlevel-sidenav LI
{
	background-image: none;
	padding: 0px;
}
#leftcol UL#mainlevel, #rightcol UL#mainlevel, #leftcol UL#mainlevel-sidenav, #rightcol UL#mainlevel-sidenav
{
	background-image: none;
	list-style: none;
}
#leftcol A.mainlevel, #rightcol A.mainlevel, #leftcol A.mainlevel-sidenav, #rightcol A.mainlevel-sidenav
{
	line-height: 27px;
	height: 27px;
	padding-left: 8px;
	margin-bottom: 2px;
	text-decoration: none;
	display: block;
	font-size: 12px;
}
#leftcol A.mainlevel:hover, #rightcol A.mainlevel:hover, #leftcol A.mainlevel-sidenav:hover, #rightcol A.mainlevel-sidenav:hover
{
}
#leftcol A#active_menu.mainlevel, #leftcol A#active_menu.mainlevel:hover, #rightcol A#active_menu.mainlevel, #rightcol A#active_menu.mainlevel:hover
{
}
A.sublevel, A.sublevel-sidenav
{
	padding-left: 4px;
	font-size: 12px;
}
A.sublevel.img
{
}
/*Banner*/
DIV#banner
{
	margin: 0px auto 10px;
	text-align: center;
}
/*@end
@group Joomla Styles*/
TABLE.contentpaneopen UL, TABLE.contentpaneopen OL
{
	list-style-position: inside;
}
/*Tables*/
TABLE.contentpaneopen
{
	margin: 0;
	padding: 0;
	width: 100%;
}
TABLE.blog TABLE.contentpaneopen
{
	white-space: normal;
	border-collapse: separate;
}
TABLE TABLE.contentpaneopen TD, TABLE TABLE.contentpane TD
{
	padding: 0px 4px;
}
TABLE.contentpaneopen, TABLE.contentpane, TABLE.blog
{
	border-collapse: collapse;
	width: 100%;
}
DIV.blog_more
{
	padding: 0px 10px;
}
DIV.blog_more STRONG
{
	position: relative;
}
DIV.blog_more UL LI
{
	list-style: none;
	background-image: none;
	padding: 0px;
}
DIV.blog_more UL LI A
{
	text-decoration: none;
	display: block;
	padding: 4px;
}
DIV.blog_more UL LI A:hover
{
	text-decoration: none;
	display: block;
	padding: 4px;
}
/*Polls Module*/
TABLE.pollstableborder
{
	width: 100%;
	text-align: left;
}
TABLE.poll
{
	font-size: 11px;
}
.smalldark
{
	white-space: nowrap;
}
.sectiontableentry1 A, .sectiontableentry2 A
{
	text-decoration: none;
}
LI A.category
{
	font-weight: bold;
	text-decoration: none;
}
TABLE.contentpane TR TD UL
{
	list-style: none;
}
/*Print-PDF-EMail*/
BODY.contentpane
{
	background: #FFF;
	margin: 25px;
}
SPAN.pagenav
{
	color: #9E9984;
}
TD.modifydate
{
	line-height: 30px;
}
DIV.mosimage
{
	margin: 10px;
}
DIV.mosimage_caption
{
	font: 10px/12px Arial, Helvetica, Geneva, sans-serif;
	padding: 2px;
}
DIV.mosimage IMG
{
	padding: 5px;
}
/*Content Headings*/
A.contentpagetitle
{
	font-size: 20px;
	font-weight: normal;
	white-space: normal;
	line-height: 145%;
	padding: 4px 0px 0px;
	margin-bottom: 6px;
	text-decoration: none;
}
A.contentpagetitle:hover
{
	text-decoration: none;
}
TD.contentheading
{
	width: 100%;
}
.contentheading
{
	font-size: 20px;
	font-weight: normal;
	white-space: normal;
	line-height: 115%;
	padding: 4px 0px 0px;
	margin-bottom: 6px;
	font-style: normal;
	letter-spacing: -1px;
}
.componentheading
{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
A.readon
{
	float: right;
	padding-left: 18px;
	line-height: 15px;
	font-size: 12px;
	text-decoration: none;
}
.pagenav_next A, .pagenav_prev A
{
	margin: 15px 15px 0px 0px;
	padding: 1px 4px;
	text-align: center;
	text-decoration: none;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
DIV.back_button A
{
	margin: 15px 15px 0px 0px;
	border: 1px solid #ADC387;
	padding: 1px 2px;
	text-align: center;
	text-decoration: none;
	float: right;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.pagenav_next A:hover, .pagenav_prev A:hover, DIV.back_button A:hover
{
	text-decoration: none;
}
DIV.pagenavbar A, DIV.pagenavbar
{
	text-decoration: none;
	font-size: 11px;
}
TABLE.contenttoc
{
	font-size: 12px;
}
TABLE.contenttoc TH
{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}
TABLE.contenttoc TD
{
	font-size: 14px;
	padding: 2px 8px;
}
TABLE.contenttoc A.toclink
{
	font-size: 12px;
	text-decoration: none;
}
/*@end*/