/* Main Styles */
html {
	width:100%;
	height:100%;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	/* the height and 1px margin bottom make the scrollbar always appear
		 to prevent the page from jumping left and right as you navigate   */
	height:100%;
	margin-bottom:1px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	line-height:1.5em;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-image: url(../../images/bgTile.gif);
	background-repeat: repeat;
	background-color: #3C586A;
}
a:link, a:visited {
	color:#3041E8;
	text-decoration: none;
}
a:hover {
	color:#2f81b7;
}
p {
	margin-top:0.5em;
	margin-bottom:0.75em;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0F4D7E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED7E3;
	margin-bottom:0.5em;
	margin-top: 0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:0em;
	margin-bottom:0.5em;
	color:#0F4D7E;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0F4D7E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDE3EC;
	padding-top:0.5em;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
}
hr  {
	border: 0;
	height: 1px;
	color: #CED7E3;
	background-color: #CED7E3;
}

blockquote,textformat {
padding:0px;
margin-top:0em;
margin-bottom:0em;
margin-left:1.5em;
margin-right:1.5em;
}
textformat li {
margin-left:3em;
}
ul {
	list-style-type:none;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1.5em;
}
ol {
	margin: 0em;
	padding:0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 3.25em;
}
ul li {
	background-image: url(../../images/bulletLogo.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 14px;
	margin-bottom: 0.25em;
}
ul li ul li, ol li ul li {
	list-style-type:disc;
	padding-left: 0px;
	background-image:none;
}
.FlashAreaUL {
margin-top:0px;
margin-bottom:0px;
margin-left:3em;
margin-right:0px;
padding:0px;
}
.FlashAreaUL li {
	list-style-type:disc;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 0px;
	margin-bottom: 0.25em;
	margin-left:0px;
}
form {
 padding:0px;
 margin:0px;
}
input, textarea, select {
	background-color:#FFFFFF;
	border:#0282BC 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
}
input, textarea {
padding:2px;
}
.noBorder {
border:none;
}

/* custom classes */
.CHANGE {
	background-color:#FFFF00;
	border: 3px dotted #FF9900;
	margin-right: 3px;
	margin-left: 3px;
}
.alert {
	color:#990000;
	font-weight:bold;
}
.confirmation {
	font-size:100%;
	color:#008000;
	font-weight:bold;
}
.radioStyle {
	display:inline;
	background-color: transparent;
	padding: 0 0 1px 0;
	font-weight: bold;
	border:0px;
	vertical-align:middle;
}
.inputSubmitSmall {
	display:inline;
	background-color: transparent;
	background-image: url(../../images/buttonBGOffSmall.jpg);
	background-repeat: no-repeat;
	width: 30px;
	height: 28px;
	text-align: center;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 100%;
	padding: 0 0 1px 0;
	font-weight: bold;
	color:#FFFFFF;
	border:0px;
	vertical-align:middle;
}
.inputSubmit {
	display:inline;
	background-color: transparent;
	background-image: url(../../images/buttonBGOff.jpg);
	background-repeat: no-repeat;
	width: 126px;
	height: 28px;
	text-align: center;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 100%;
	padding: 0 0 1px 0;
	font-weight: bold;
	color:#FFFFFF;
	border:0px;
	vertical-align:middle;
}
.inputSubmit:hover {
	color:#FFFF00;
}
.inputSubmitLarge {
	display:inline;
	background-color: transparent;
	background-image: url(../../images/btn_memarea_large_blank.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 58px;
	text-align: center;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 100%;
	padding: 0 0 1px 0;
	font-weight: bold;
	color:#FFFFFF;
	border:0px;
	vertical-align:middle;
}
.inputSubmitLarge:hover {
	color:#FFFF00;
}
.wrapper {
	position:relative;
	width:760px;
}
.bgTable {
	background-image:url(../../images/bgTileTop.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.textBody {
	padding:0px;
}


/* submenu text */
.submenuText {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	background-image:url(../../images/subBlueTile.gif);
}
.submenuText a:link, .submenuText a:visited {
	display:block;
	padding-bottom:6px;
	text-decoration:none;
	color:#FFFFFF;
}
.submenuText a:hover {
	color:#f0ff00;
}
.submenuTextActive {
	font-weight:bold;
	color:#f0ff00;
	font-size:11px;
	background-image:url(../../images/subGreenTile.gif);
}
.submenuTextActive a:link, .submenuTextActive a:visited {
	display:block;
	padding-bottom:6px;
	text-decoration:none;
	color:#f0ff00;
}
.submenuTextActive a:hover {
	color:#f0ff00;
}
.submenuTextHighlight {
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
	background-image:url(../../images/subGreenTile.gif);
}
.submenuTextHighlight a:link, .submenuTextHighlight a:visited {
	display:block;
	padding-bottom:6px;
	text-decoration:none;
	color:#ffffff;
}
.submenuTextHighlight a:hover {
	color:#ffffff;
}
DIV.textShadow {
	top:0px;
	left:0px;
	filter:progid:DXImageTransform.Microsoft.Glow(color=#527D9E, Strength=1);
	width:100%;
	height:20px;
}
.submenuBorderLt {
	border-left:1px solid #345064;
}
.menuImage {
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=1);
	-moz-opacity:1;
}
.menuImage:hover {
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=1);
	-moz-opacity:1;
}

.showcaseDiv {
	width:230px;
	text-align:center;
}
.showcaseTextDiv {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	width:230px;
	height:16px;
	overflow:hidden;
	text-align:center;
}
.showcaseTextDiv a:link, .showcaseTextDiv a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.showcaseTextDiv a:hover {
	color:#f0ff00;
	text-decoration:none;
}


/* Home Page News Area */
.HomeScroll {
	overflow:auto;
	height:100px;
	width:254px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	scrollbar-3dlight-color:#808080;
	scrollbar-arrow-color:#808080; 
	scrollbar-base-color:#808080; 
	scrollbar-darkshadow-color:#808080; 
	scrollbar-face-color:#C3E9F7; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-shadow-color:#C3E9F7; 
}
.HomeHotTopics, .HomeFromThePress {
	font-size:12px;
	line-height:13px;
	color:#333333;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.HomeHotTopics li, .HomeFromThePress li {
	background-image:none;
	padding-bottom:6px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.HomeHotTopics a:link, .HomeHotTopics a:visited {
	text-decoration:none;
	color:#a9072e;
}
.HomeHotTopics a:hover {
	color:#E00A40;
}
.HomeFromThePress a:link, .HomeFromThePress a:visited {
	text-decoration:none;
	color:#0f4d7e;
}
.HomeFromThePress a:hover {
	color:#1B87E0;
}

/* Footer */
.footer {
padding-top:5px;
padding-bottom:5px;
line-height:12px;
font-size:10px;
text-align:center;
color:#999999;
}
.footer a:link, .footer a:visited {
color:#CCCCCC;
text-decoration:none;
}
.footer a:hover {
color:#B6DCEC;
}

/* Admin Section */
.adminMenu {
	list-style:none;
	font-size:12px;
	margin:0px;
	padding:0px;
	border: 1px solid #0282BC;
}
.adminMenu li {
	background-image:none;
	display:block;
	width:auto;
	margin:0px;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.adminMenu a:link, .adminMenu a:visited {
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
	font-weight:bold;
	color:#0282BC;
	display:block;
	width:auto;
	border-bottom:none;
}
.adminMenu a:hover {
	font-weight:bold;
	display:block;
	width:auto;
	background-color: #E9E9E9;
	background-image: url(../../images/logoAdminBg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom:none;
}

.adminTopMenu {
	font-size:12px;
	border:#0282BC solid 1px;
	margin-bottom: 0.75em;
}
.adminTopMenu td {
border-right:#0282BC solid 1px;
}
.adminTopMenu td a:link, .adminTopMenu td a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#0282BC;
	text-align:center;
	border-bottom:none;
}
.adminTopMenu a:hover {
	font-weight:bold;
	background-color: #E9E9E9;
	border-bottom:none;
}
.fillSpace {
display:block;
width:auto;
}
.dataTable {
	border-collapse:collapse;
	border:1px solid #0282BC;
}
.dataTable tr td {
	border-bottom:3px solid #0282BC;
}
.dataTable td, .dataTable th {
padding:3px;
border:1px solid #CCCCCC;
}
.dataTable th {
	background-color:#0282BC;
	font-weight:bold;
	text-align:left;
	border: 1px solid #87C0DC;
	color: #FFFFFF;
}

.smallDataTable {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
border-collapse:collapse;
}
.smallDataTable td {
}
.smallDataTable td {
border:none;
padding:1px;
}
.smallDataTable td table td {
border:none;
padding:1px;
}

.smallDataTable th {
background-color:#CCCCCC;
font-weight:bold;
text-align:left;
}
.alternateRow {
	background-color: #E8EEF0;
}
.smallArial {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.NoPadBottom {
margin-bottom:0px;
padding-bottom:0px;
}
.NoPadTop {
margin-top:0px;
padding-top:0px;
} 
.noBorder {
border:none;
}
.brParagraphSpace {
height:0.75em;
}
.alternateRow {
background-color:#E1E1E1;
}
.smallDescription {
border:1px solid #FFFFFF;
height:7.5em;
overflow:hidden;
}
.smallDescription:hover {
border:1px dotted #CCCCCC;
background-color:#F0F0F0;
}

.photoRight {
	float:right;
	clear:right;
	margin-left:10px;
}
.photoLeft {
	float:left;
	clear:left;
	margin-right:10px;
}


/* Tan Bg & Tabs */
div.tan {
	padding:10px;
	background-color:#eeece1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
}
table.tanBtn td {
	height:30px;
	background:url(../../images/TanBgBlueTabTile.gif) repeat-x left top;
}
table.tanBtn td a:link, table.tanBtn td a:visited  {
	color:yellow;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	display:block;
	text-align:center
}
table.tanBtn td a:hover {
	color:white;
}
table.tanBtn td.left {
	width:10px;
	background:url(../../images/TanBgBlueTabLt.gif) repeat-x left top;
}
table.tanBtn td.right {
	width:10px;
	background:url(../../images/TanBgBlueTabRt.gif) repeat-x left top;
}
