﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#page_content {
	margin-right: 200px;
}

#right_col {
	width: 175px;
	height:317px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top:20px;
	border: 2px outset #C0C0C0; 
}

#footer {
}
.stylenumberbold {
	font-family: Arial;
	font-weight: bold;
	font-size: large;
}
.stylenormal {
	font-family: Arial;
	font-size: medium;
	color: #000000;
}
.stylehyperlink {
	font-family: Arial;
	font-size: medium;
	text-decoration: underline;
	color: #0000FF;
}
.styleHeader {
	font-family: Arial;
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
}
.styleAdvertising {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	font-size: small;
	right: 0px; 
	top: 20px; 
	width: 175px;
	height:317px
}
.styleITALICS {
	font-family: Arial;
	font-size: small;
	font-style: italic;
	color: #000000;
	text-align: center;
}
.styleITALIC_W {
	font-family: Arial;
	color: #FFFFFF;
	font-style: italic;
	font-size: small;
	font-weight: normal;
}
.styleBoldHOVER {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #000000;
	position: absolute; 
	width: 169px; 
	height: 59px; 
	z-index: 1; 
	left: 365px; 
	top: 280px; 
	visibility: hidden;
}
/*footer*/
.styleFOOTER {
    text-align: center;
    padding: inherit;
	margin: auto; 
    width: 800px;
}

.styleFooter_regular {
    font-family: Arial;
	font-size: small;
	text-align: center;
}
.styleGreenbackround {
	background-color: #008000;
}
.styleYellowbackground {
	background-color: #FFFF00;
}
.style_sm_Normal {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
.style_xsm_Normal {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
.styleGChover {
	font-family: Arial;
	font-size: medium;
	visibility: hidden;
	position: absolute;
	width:585px;
	height:100px;
	z-index:1;
	left:0px;
	top:128px;
}

/*==============menu===============*/
.styleMENU {
	color: #008000;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
.styleMENU_background {
	font-family: Arial;
	margin: auto;
	padding: inherit;
	background-color: #FFFFFF;
	color: #000000;
}

/*=================title=====================*/
.styleTitle_small {
	font-size: small;
	font-family: Arial;
	color: #FFFFFF;
	text-align: right;
}

.fancy {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.style_xsm_Norma_enhance {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}


