/*********************************************************/
/*  core.css - Setting up SRP pages' core structure      */
/*  Revision: 2010 A - 11 Aug 2010 by Jon Abolins        */
/*********************************************************/

BODY {
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/main/side24w.gif);
	background-repeat: repeat-y;
	background-position: left top;
	top: 0px;
}

DIV#wrapper {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
/* The following font-size line is to tweak the standard font size; */
/* normally use 0.875em                                             */	
	font-size: 0.875em;
}

/* Skip Link for Accessibility                              */
/* A link can be set up to jump to the page's main content, */
/* avoiding the collection of links in the header sections. */
A#linkSkip { display:none; }

/* DEP header blocks                                        */
TABLE#hdrDEP {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	height: 30px;
	overflow:hidden;
}

TABLE#hdrDEP TR#row0 TD#hdrGovernor {
	background: #336699;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}

TABLE#hdrDEP TR#row1 TD {
	background: #336699;
	padding-left: 0px;
}

TABLE#hdrDEP TR#row1 TD IMG {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

TABLE#hdrDEP TR#row2 TD {
	background-color: #333366;
	background-image: url(../../images/deptitlebgsm.jpg);
	background-repeat: repeat-y;
	background-position: 377px;
	padding-right: 5px;
}

TABLE#hdrDEP TR#row2 TD IMG {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}


/* SRP Web Site Title Block */

#hdrPprogramTitle {
	background-color: #eeeedd;
}

#hdrProgramTitle IMG {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/* SRP Top Navigation and Curve Block */

#hdrProgramNav {
	background-image: url(../images/main/topcurve30.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;	
}

#hdrProgramNav P {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #036;
}

#hdrProgramNav A {
	color: #036;
	text-decoration: none;
}

#hdrProgramNav A:hover {
	color: #036;
	text-decoration: underline;

}

#hdrProgramNav IMG {
	margin-right: 20px;
}

/* Main Content Area                                     */
/* Use mainstyles.css and, if needed, other style sheets */
/* to style the content within this area.                */

#mainContent {
	background-color: #FFFFFF;
}

#mainContent, .BodyText {
	font-size: x-small; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#mainContent TD#colLeft {
	background-image: url(../images/main/side24w.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}


#mainContent TD {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFFFFF;
}
	 
#mainContent TABLE {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

/* Footer Block Styles                                     */

#footer {
	margin-top: 0px;
	margin-bottom: 15px;
	background-image: url(../images/main/side24w.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}

#footer TD#warndep P {
	font-size: 11px;
	color: #003366;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	padding-top: 4px;
	padding-bottom: 4px;
}

#footer TD#warndep P STRONG {
	color: #990000;
	font-weight: bold; 
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
}

#footer TD#footerNav {
}

#footer TD#footerNav P {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #036;
}

#footer TD#footerNav A {
	color: #036;
	text-decoration: none;
}

#footer TD#footerNav A:hover {
	color: #036;
	text-decoration: underline;

}

#footer TD#footerBlock P {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* Basic styles for common HTML tags                           */


H1, H2, H3, .Heading, .SubHeading {
	color: #006600;
	fontweight: bold;	
}

H2, .Heading {
	font-size: medium; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	fontweight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

H3, .SubHeading {
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	fontweight: bold;
}

H4, .HeadingUnderSubHeading {
	font-size: x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	fontweight: bold;
}

HR {color: #006600}
STRONG { font-weight: bold;}
EM { font-style: italic; }

U {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	text-decoration: underline;
	font-style: italic;
	font-weight: 200;
}

LI {
	padding-bottom: .5em;
}
P#help {
	background-color: #fefffe;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Rounded corners - all and bottom styles */

.rounded05All {
	-moz-border-radius: 5px; 
}
	
.rounded05Bottom {	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.rounded10All {
	-moz-border-radius: 10px; 
}
	
.rounded10Bottom {	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#copyrightyear:after {
content: "2018";
}
