body
{
margin: 0px 0px 0px 0px;
padding:0px;
text-align:center;
font-size: 12px;
font-family:  Arial, Helvetica, sans-serif;
color: #4F504D;
line-height: 1.5;
/**background-color: #374D32;**/
background: url(images/pagestyle/bgtilewide.gif) repeat-y 50% 0;

}

#container
{
margin: 0 auto;
width: 700px;
padding-top: 5px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;
text-align: left;
background-image: url(images/pagestyle/shadowBackground.gif);
}

#header
{
width: 700px;
height: 114px;
background-image: url(images/header/header.gif);
padding-bottom: 0px;
}


/*############### FLASH ELEMENT ############*/

#flashBar
{
margin-bottom: 5px;
padding: 0px;
width: 700px;
height: 200px;
}

/*############### H TAGS ############*/

#header h1
{
display: none;
}

#content h2
{
font-size: 16px;
color: #374D32;
text-decoration: underline;
}

#content h3
{
font-size: 13px;

}

#sidebar h4
{
font-size:12px;
text-decoration: underline;
margin-top: 25px;
}




/*############### MAIN CONTENT ############*/

#content
{
width: 700px;
padding-bottom: 50px;
text-align:justify;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
padding-top: 30px;
}



/*############### SIDEBAR############*/

/**
#sidebar
{
float: left;
width: 300px;
margin-top: 20px;
margin-left: 10px;
}

#sidebar p
{
font-size: 11px;
color:#666666;
text-align: justify;
}

#sidebar ul
{
font-size: 11px;
color:#666666;
text-align: justify;
}
**/

/*############### FOOTER ############*/

#footer
{
text-align: right;
clear: both;
width: 700px;
height: auto;
margin-top: 20px;
padding-top: 5px;
padding-right: 10px;
border-top: 1px dotted #ccc;
}

#footer p
{
font-size:11px;
color:#999999;
}


/*############### TEXT STYLES ############*/

.textRed{
color:#990000;
}


.textBold{
font-weight: bold;
color: #333333;
}


.textUnderline{
text-decoration: underline;
}

.textTENPixels{
font-size:10px;
}




/*############### IMAGE ALIGNMENT ############*/

.imagefloatLeft { 
    float: left;
    margin: 4px; 
	margin-left: 10px;
	margin-right: 35px;

}

.imagefloatRight {
    float: right; 
    margin: 4px;
	margin-left: 10px;
	padding: 5px;

}



/************************** LINKS ***************************/
a:link 
{
font-family : "Arial";
font-size : 13px;
color: #666666;
font-style: normal;
font-weight: bold;
text-decoration: underline;
}

a:visited 
{
font-family : "Arial";
font-size : 13px;
color: #666666;
font-style: none;
font-weight: bold;
text-decoration: underline;
}

a:hover 
{
font-family : "Arial";
font-size : 13px;
color: #000;
font-style: normal;
text-decoration:underline;
}
     
a:active
{
font-family : "Arial";
font-size : 13px;
color: #000;
font-style: normal;
text-decoration:underline;

}


/************************************************************/


/************************** DROP DOWN MENU *****************************************/

/* CSS Document */
#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul {
font-size: 14px;
list-style: none;
margin: 0;
padding: 0;
width: 12.5em;
float: left;
text-align: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #374D32;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.7em arial, helvetica, sans-serif;
}
</style>
<![endif]-->

/********************************************************************/

