/* General Page Definitions */
html, body{ background-color: #CCCCCC;
}
body,td,th { font-family: Arial, Helvetica, sans-serif;
             line-height: 1.3em;
	     font-size: 12px;
	     color: #6C654C;
}
a img { border: 0 none; }
img { border: 0 none; }
.style2 {font-size: 15px; font-weight: bold; }
.style3 {font-size: 12px}
.style4 {font-size: 9px}
.style5 { color: #006699;
	  font-weight: bold;
}
.style6 { color: #768D31 }
.style7 { color: #686149 }
.menuLink{
	color: #645E47;
	text-decoration : none;
	font-weight: bold;
}
a.menuLink:hover {
	color: #9FBA42;
	text-decoration : none;
	font-weight: bold;
}
.float { 
     float: left; 
} 
.clear { 
    clear: both; 
} 
.overall {
    background-color: #CCCCCC;   
}
div.center {
    text-align: center;
    margin: 0px auto 0 auto;
    padding: 0;
    width: 950px;
    background: #FFFFFF;
}
#container {
    width:960px;
    margin: auto;
    background-color: #FF0000;
    border: 1px solid #000000;
    text-align: left;
}
#header {
    text-align: center;
    background-color:#00FF00;
    height: 80px;
}
#content {
    width: 598px;
    text-align: left;
    background-color:#0000FF;
    padding: 5px;
}
#sidebar_left {
    text-align: center;
    background-color:#FF00FF;
    width: 165px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 5px;
}
#sidebar_right { 
    background-color:#f4f9fc;
    text-align: center;
    width: 165px; 
    border-left: 1px solid #00FFFF;
    border-bottom: 1px solid #000000;
    padding: 5px;
     }
#footer { 
    background-color:#FFFFFF;
    text-align:center;
    border-top: 1px solid #000000;
    border-botom: 1px solid #000000;
    padding: 5px;
}