/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px;
	margin: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

a:link, a:visited  {
	color: #006699;
	text-decoration: underline;
}

a:hover, a:active{
	color:#990000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
}

h1{
 font-size: 200%;
 color: #00457D;
}

h2{
font-size: 150%;
 color: #000000;
}

h3{
 font-size: 110%;
 color: #33333;
 text-decoration:none;
}

h4{
	font-size: 100%;
	font-weight: bold;
 	color: #990000;
}

h5{
 font-size: 100%;
 color: #990000;
}

img{
	margin:0px;
	padding:0px;
	border-color: #00457D;
}

input, select, textarea {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #00457D;
}
input.smallbutt {
	border:  none;
	color:#FFFFFF;
	background-image: url(/images/button-60.gif);
	width: 60px;
	height: 20px;
}

input.medbutt {
	border:  none;
	color:#FFFFFF;
	background-image: url(/images/button-80.gif);
	width: 80px;
	height: 20px;
}
input.largebutt {
	border:  none;
	color:#FFFFFF;
	background-image: url(/images/button-100.gif);
	width: 100px;
	height: 20px;
}

input[type=submit] {
	color:#FFF;
	background-color:#00457D;
}


input#Subscribe, input#Submit, input#Update, input#Enter, input#Login, input#Reset, input#Clear, input#Register {
	border:  none;
	color:#FFFFFF;
	background-image: url(/images/button-60.gif);
	width: 60px;
	height: 20px;
}
input#Defaults {
	border:  none;
	color:#FFFFFF;
	background-image: url(/images/button-100.gif);
	width: 100px;
	height: 20px;
}
#adminarea input#Submit, #adminarea input#Update,#adminarea input#Enter, #adminarea input#Login, #adminarea input#Reset, #adminarea input#Clear, #adminarea input#Register  {
	border: none;
	background-image: url(/images/button-60.gif);
	width: 60px;
	height: 20px;
}
input[type='image'] {
	border:  none;
	background-color: none;
}
input#search[type='image'] {
	border:  none;
	background-color: #CCCCCC;
}
form {
	width: auto;
	float: none;
}
hr {
	height:1px;
	border:none;
	border-top: 1px solid #00457D;
}
table {
	border:1px NONE #000099;
	width:auto;
}

th {
	color: #FFFFFF;
	vertical-align:top;
	text-align:left;
	padding: 2px;
	background-color:#00457D;
}
th a:link, th a:visited  {
	color: #006699;
	text-decoration: underline;
}

th a:hover, th a:active{
	color:#990000;
	text-decoration: underline;
}


ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
	color: #000000;
	font-weight: bold;
}
/***********************************************/
/* Styling classes                             */
/***********************************************/

.normal {
	color: #000000;
}
.highlight {
	color: #990000;
	background-color:#FFFF33;
}
				
.red {
	color: #990000;
}
.green {
	color: #006600;
}
.blue {
	color: #003366;
}
.yellow {
	color: #FFCC00; 
}
.bluebox {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00457D;
	padding: 2px;
}
.yellowbox {
	font-weight: bold;
	color: #00457D;
	background-color: #FFCC00;
	padding: 2px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	position:relative;
	width: 832px;
	margin: auto;
	border: #CC9900 none 1px;
	background-color: #FFFFFF;
	padding: 10px 8px 10px 8px;
}


#masthead{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px none #cccccc;
	width: 100%;
	height:200px;
	white-space: nowrap;
	background-image: url(/images/elgo-logo_02.gif);
	background-repeat: repeat-x;
}

#address {
	text-align: right;
	float: right;
	padding: 5px 10px 5px 0px;
	font-size: 11px;
}

#banner {
	float: left;
	width: 600px;
	font-size: x-large;
	color: #00457D;
}
#langbox {
	position: absolute;
	top:20px;
	left:600px;
	margin-top: 5px;
	margin-left:5px;
	margin-right:5px;
	width: auto;
	height:50px;
	font-size: 10px;
	text-align: right;
}
#langbox img {
	padding: 2px;
}
#langbox2 img {
	padding: 2px;
}

#loginbox {
	position: absolute;
	top:60px;
	left:600px;
	margin-left:5px;
	margin-right:5px;
	width: 170px;
	height:105px;
	font-size: 10px;
	margin-top: 5px;
}
#loginbox td {border:none;}

#scroller {
	clear:left;
	float:left;
	height:30px;
	line-height:24px;
	font-weight: bold;
}
#advert{
	padding: 0px;
	text-align: center;
	float:right;
	width:190px;
	height:auto;
	margin: 0px 0px 10px 0px;
}


#content{
	margin: 0px;
	float: left;
	width: 665px;
	clear: none;
	height: auto;	
}
#adminarea{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
	clear: none;
}

#topad {
	width:653px;
	height:auto;
	margin: 10px 0px 10px 10px;
	float: left;
	clear: none;
}
#mainarea{
	padding: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 468px;
	clear: none;
	border-left: 2px none #CC9900;
	border-right: 2px none #CC9900;
}

#mainstory {
	margin: 10px;
}
#mainstory img{
	border: thin none #CC9900;
	margin:0  10px 0 10px;
}
#mainstory table {
}
#relatedstory {
	margin: 10px 10px 10px 10px;
	padding:10px;
	border: 1px solid #CC9900;
}
#relatedstory h1{
	font-size: 120%;
	line-height:inherit;
	color: #FF9900;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
}
#relatedstory h2{
	font-size: 120%;
	color: #000000;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
}
#relatedstory p{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#rhcolumn{
	border-left: 1px none #CC9900;
	margin-top: 0px;
	padding: 10px;
	float: right;
	width: 250px;
	height: auto;
	background-color:#FFFF99;
	border:#006699 dashed 1px;
}

#rhcolumn h1{
 font-size: 150%;
 color: #CC9900;
 text-decoration:none;
 
}
#rhcolumn h2{
font-size: 125%;
 color: #006699;
}


#sponserarea {
	padding: 0px 0px 0px 10px;
	height: auto;
}

#cleardiv {
	clear:both;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName img{
	padding: 0px 10px 0px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FED63E;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	height: 20px;
	font-size: 11px;
	font-weight:bold;
	text-align: left;
	clear: both;
	width: auto;
	background-color: #00457D;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
/*
#globalNav img{
 display: block;
}

#globalNav a {
	padding: 4px 4px 4px 4px; 
}

#globalNav  a:link, #globalNav  a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#globalNav  a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	background-color: #6699CC;
}
*/
#navlinks{
	color: #FFFFFF;
	margin-left:20px;
	white-space: nowrap;
	line-height:20px;
	}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#navlinks ul {
	list-style:none;
	display: inline;
	margin:0;
}

#navlinks li {
	list-style:none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	width: auto ;
	float: left;
	background-image:url(../images/navbar-sep_19.gif);
	background-repeat:no-repeat;
}

#navlinks a, #navlinks a:visited{
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #FFFFFF;	/*font-weight: bold;*/
	display: block;
}

#navlinks a:hover{
	text-decoration: underline;
	color:#00457D;
	display: block;
	background-color: #FED63E;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 11px;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 100%;
	margin: 20px;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
}

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 10px 20px 0px 20px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img{
	border: 1px solid  #000099;
	margin: 10px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: x-small;
	color: #333333;
	margin-top: 0px;
	text-align: center;
	padding: 10px;
	height: 30px;
	border-top: 1px solid #00457D;
	background-color:#FFFFFF;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo  a:link, #siteInfo  a:visited {
	text-decoration:none;
}
#siteInfo  a:hover {
	color: #990000;
	text-decoration:underline;
}


/************* #search styles ***************/

#search{
	font-size: 12px;
	color: #000000;
	background-color:#FFFFFF;
	margin: 5px 10px 5px 20px;
	height: auto;
	width: 436px;
}

#search form{
	background-image: url(../images/search-box_08.gif);
	background-repeat: repeat-y;
	 margin: 0px;
	 padding: 0px 10px 0px 10px;
}

#search label{
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	font-size:16px;
}
#search td {
	border:none;
	margin:0px;
	padding:5px;
	font-weight: bold;
}
#search img {
	border:none;
	margin:0px;
	padding:0px;
}
#search h1 {
	color:#FFFFFF;
	font-size:17px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight: bold;
	letter-spacing: normal;
	padding-top: 0px;
	margin: 0px;
}

#search input.radio {
	background-color: #CCCCCC;
	font-size: 10px;
	border: 1px none #CC9900;
}


/*********** #navBar link styles ***********/

#navBar{
	margin: 0px;
	padding: 0px;
	width:160px;
	float: left;
	color: #333333;
	border-right: 1px none #CC9900;
	margin-top: 10px;
	height: auto;
}

#navBar ul {list-style: none; margin: 10px; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
border-bottom: 1px none #CCCCCC;
}
/* fix for browsers that don't need the hack 
html>body #navBar li {border-bottom: none;}*/

/*********** #sectionLinks styles ***********/

#sectionLinks{
	color:#000000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
}

#sectionLinks h3{
}

#sectionLinks ul{
	list-style:none;
	margin-top: 0px;
}
#sectionLinks li{
	list-style: none;
	display: block;
	background-image:url(../images/sidenav-back_12.gif);
	background-repeat:no-repeat;
	height:35px;
	width:150px;
	margin-left:-10px;
	padding:0px;	
	padding-bottom:1px;	
	text-align: right;
}
#sectionLinks ul a:link, #sectionLinks ul a:visited {
	color: #000000;
	padding: 10px 20px 10px 0px;
	display: block;
	text-decoration:none;
}
#sectionLinks ul a:hover {
	color: #FFFFFF;
	display: block;
}


/*********** #relatedLinks styles ***********/

#relatedLinks{
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	font-size: 11px;
	font-weight:bold;
}

#relatedLinks a:link, #relatedLinks a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	font-weight:bold;
	line-height:12px;
	color: #000000;
	background-image:none;
}

#relatedLinks a:hover {
	color:#CC9900;
	text-decoration: none;
}


#relatedLinks ul{
	display: block;
	list-style-type: none;
	list-style-position: outside;
}
#relatedLinks li{
	list-style-image: none; /* url(../images/sidemag-bullet_05.gif);*/
	list-style-position: outside;
	line-height:inherit;
	line-height: 12px;
}
#relatedLinks ul a:link, #relatedLinks ul a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	text-decoration:none;
	display: block;
}
#relatedLinks ul a:hover {
	color:#FF9900;
	text-decoration: underline;
}
#assocLinks{
	color:#000000;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-weight:normal;
	text-align:center;
}
.missing {
	background-color: #FF99CC;
	border: 1px solid #FF0000;
}
.optional {
	background-color: #FF9900;
	border: 1px solid  #FF6600;
}
.filled {
	background-color: #CCFFCC ;
	border: 1px solid #006600;
}
/* Drop menu divs */

#dropmenudiv{
position:absolute;
margin-top:0px;
margin-left:20px;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:14px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
text-align:center;
border-bottom: 1px solid black;
padding: 4px 0px 4px 0px;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
color:yellow;
background-color: #00457D;
}
