@charset "utf-8";
@import url("menu.css");
html {
font-size:1em;
}

body {
font-size:.9em;
color:#4b4b4b;
font-family:arial, sans-serif;
background-color:#fff;
text-align:left;
margin:0;
}

table.newsform {
font-size:.8em;
}

tr a:link, a:visited {
color: #296FEF;
text-decoration:none;
}

tr a:active, tr a:hover {
color: #FBDD82;
text-decoration:underline;
}

strong {
color: #2A0055;
}

h1 {
color: #FFFFFF;
font-size:2.4em;
text-align:left;
margin:0 0 7px;
}

h2 {
font-size:1.4em;
text-align:left;
margin:0 0 5px;
padding-bottom: 10px;
border-bottom: 1px solid #000;
}

h3 {
color: #296FEF;
font-weight:normal;
font-size:1.1em;
margin-top:0;
margin-bottom:10px;
text-align:left;
padding-bottom: 10px;
border-bottom: 1px solid #A0A0A4;
}

h4 {
font-size:.8em;
margin-top:0;
margin-bottom:10px;
text-align:left;
}

/* TOP SECTION - 2 Header Elements */

#header {
background:#4b4b4b;
padding: 30px 10px 10px;
overflow:hidden;
white-space:nowrap;
}

#header h1{
margin-left: 5px;
}

#tagline {
color: #FFFF00;
font-size:1.1em;
font-weight:bold;
font-style:italic;
position:absolute;
left:50px;
top:68px;
z-index:100;
}

#headercontent {
background: #4b4b4b;
padding: 30px 10px 10px;
overflow:hidden;
white-space:nowrap;
}

#headercontent h1{
margin-left: 5px;
}

#tagline2 {
color: #FFFF00;
font-size:1.1em;
font-weight:bold;
font-style:italic;
position:absolute;
left:50px;
top:68px;
z-index:100;
}

#menuwrap {
background:url(pro_five_0c_ie.gif) repeat-x;
width: 100%;
margin:0
}

/* END TOP SECTION - 2 Header Elements */

/* DIVS */

#bar {
width:100%;
height:10px;
margin-top: 0;
border-top: 2px solid #4b4b4b;
}

#previous {
width:50%;
float: left;
font-size: .9em;
text-align:left;
height:10px;
margin-top: 0;
padding-bottom: 30px;
border-top: 3px dotted #296FEF;
}

#next {
width:49.5%;
float: right;
font-size: .9em;
text-align:right;
height:10px;
margin-top: 0;
padding-bottom: 30px;
border-top: 3px dotted #296FEF;
}

#rightlinebar {
width:100%;
height:10px;
margin-top: 10px;
border-top: 4px solid #A0A0A4;
}

#rightbar p, #rightbar a{
font-size: .8em;
text-align:left;
}

#rightbar h4{
font-size: 1em;
text-align:left;
}

#addc{
float:right;
padding: 20px;
}

#footer {
color: #FFFBF0;
background:transparent url(footerbg.gif) repeat-x;
padding: 20px 10px 10px 10px;
border-top: 1px solid #000;
}

/* END DIVS */

/* CLASSES */

.sections {
color:#00B900;
}

.mainmenu {
width:90%;
font-size:.8em;
}

.mainmenu ul.ltype{
list-style-type:square;
color: #00B900
}

.mainmenu ul.ltype a{
color: #00B900
}

.footer {
font-size:.8em;
backgroun:4b4b4b;
}

.footer a:link, .footer a:visited {
color: #FFFF00;
font-weight:bold;
text-decoration:none;
}

.footer a:active, .footer a:hover {
color: #296FEF;
text-decoration:none;
}

.leftmenu td {
padding-left:3px;
cursor:hand;
color:#00f;
border-color:#aaa;
border-style:solid;
border-width:0;
}

ol,ul {
margin-top:0;
margin-bottom:0;
}

INPUT,TEXTAREA,SELECT {
font-size:11px;
color:#4b4b4b;
font-family:arial, sans-serif;
border: 1px solid #4b4b4b; 
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
