/*body {	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: White;
}*/

body {	
	margin: 10px 0 10px 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #333333;
	background-color: #ffffff;
}

#container {
	border-right: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}

A, A:link A:visited A:active A:hover {
	color: Blue;
}

p { 
	/*text-indent: 2.5em;*/
}


P.noIndent {
	text-indent: 0;
}

li {
	/*list-style-image: url(Images/bullet.gif)*/
}

#subMenu {
	border-right: WhiteSmoke 1px solid;
	border-top: WhiteSmoke 1px solid;
	border-left: WhiteSmoke 1px solid;
	border-bottom: WhiteSmoke 1px solid;
}

.standardForeground {
	color: #003366;
}

TD {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	/* gma 08/06/2007 color: #003366;*/
}

.websiteTitleBackground {
	background-color: #f5f5f5;
}

.websiteTitle {
	font-family: verdana, arial, sans-serif;
	font-size: 1.25em;
	color: #003366;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.mainMenuBackground, .standardDarkBackground {
	background-color: #f5f5f5;
}

.menuBackgroundImage {
	background-image: url(../../images/MainMenuBackground.jpg);	
	background-repeat:repeat-x;
	background-color: #F5F5F5
}

h1 {font: 1.8em "Arial Black", Arial, Georgia, "Times New Roman", serif; text-transform: lowercase; color: #CDCDCD; margin: 2em 0 1em 0;  }
h2 {font: 1.3em Tahoma,Arial,sans-serif; letter-spacing: 1px; color: #3366CC; margin: 3em 0 1em 0; line-height: 1em; font-weight:bold;}
h3,em {font: 1.1em Verdana,Tahoma,Arial,sans-serif; color: #666666;  margin: 3em 0 0 0; line-height: 1.5em; font-weight:bold;}
h4 {font: bold 1.1em Georgia, "Times New Roman", serif; letter-spacing: 1px; margin: .75em 0 .5em 0; }
h2 { margin: 15px 0 0 0; }
h3 { margin: 10px 0 0 0; }

h1, h2
{	
	margin:0;
	padding: 0.6em 0 0.5em 0;
	line-height: 1.1em;
	text-transform: none;
}

h1
{
    padding-bottom: 20px;
}
h2
{
    color: #507ab2;
}

/*
H1 {
	font-size: 1.25em;
	font-family: Verdana, Arial, Sans-Serif;
	color: #003366;
	font-weight: bold;	
}

H2 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: capitalize;
	color: #003366;
	font-style: italic;
}

H3 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
	color: #000000;
}*/

.collapsePanelHeader{	
	width: 100%;		
	height: 26px;
	background-image: url(../../Images/GradShade.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Verdana, Arial, Sans-Serif;
	/*text-transform: capitalize;*/
	color: #003366;
	font-style: italic;
}

.stdBorder {
	border-right: Gainsboro 1px solid;
	border-top: Gainsboro 1px solid;
	border-left: Gainsboro 1px solid;
	border-bottom: Gainsboro 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
}

#footer {clear: both; padding: 5px; }
#footer a {/* gma color:#fff;*/}

/* For article boxes - start */
DIV.contentBorder, TABLE.stdBorder, TD.stdBorder, TD.contentBorder {
	border-right: Gainsboro 1px solid;
	border-top: Gainsboro 1px solid;
	border-left: Gainsboro 1px solid;
	border-bottom: Gainsboro 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.contentHeader {
	color: Black;
	display: block;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 8px;
	text-decoration: none;
	text-transform: capitalize;
}
.contentHeaderSep {
	display: block;
	border-top: Gainsboro 1px dotted;
}
.contentDate {
	display: block;
	padding-top: 8px;
}
.contentAuthor {
	display: block;
	padding-top: 0px;
}
.contentContent {
	display: block;
	padding-top: 15px;
	padding-bottom: 30px;
}
/* For article boxes - end */

.dynamicSection {
	background-color: #f5f5f5; /* WhiteSmoke */
	border-width: 1px 1px 1px 1px;
	border-style: dashed;
	border-color: #FA8072;
}
TD.errorMessage {
	border-right: #999999 1px dashed;
	border-top: #999999 1px dashed;
	margin: 3px;
	border-left: #999999 1px dashed;
	color: #CC0000;
	border-bottom: #999999 1px dashed;
}
TD.warningMessage {
	border-right: #999933 1px dashed;
	border-top: #999933 1px dashed;
	margin: 3px;
	border-left: #999933 1px dashed;
	color: #999933;
	border-bottom: #999933 1px dashed;
}
TD.successMessage {
	border-right: #999999 1px dashed;
	border-top: #999999 1px dashed;
	margin: 3px;
	border-left: #999999 1px dashed;
	color: #009900;
	border-bottom: #999999 1px dashed;
}

/* Used to indent content areas 10px from left and right borders */
.indent {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
.LoginLink {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 0.8em;
	color: #003366;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	text-decoration: none;
}

.SmallIconPad {
	margin-right: 5px;
	margin-bottom: 100px;
}

/* Filter Table style */
.filter {
	padding-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

/*
.headerGradLeft {
	background-color: Black;
}
.headerGradRight {
	background-color: Black;
}
*/

TD.headerGradLeft {
	background-color: #003366;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#003366' , endColorStr= '#FFFFFF' , gradientType= '1' );
}

TD.headerGradRight {
	background-color: #003366;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FFFFFF' , endColorStr= '#003366' , gradientType= '1' );
}

#webSiteTitleBackground {		
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#DCDCDC', endColorStr='#F5F5F5', gradientType= '1');			
	background-color: #f5f5f5;	
}

.selectedMenuItem {	
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorStr='#A9A9A9', startColorStr='#FFFFFF', gradientType='0' );								
	border-bottom: solid 1px #D5D5D5;				
}
/*
.dynamicSubMenu {
	background-image: url(../Images/MainMenuBackground.jpg);	
	background-repeat: repeat-x;
	border-left: solid 0px darkgray;
	border-top: solid 0px darkgray;
	border-right: solid 2px darkgray;
	border-bottom: solid 2px darkgray;
}
*/