/* Main CSS Document */

@import url("core.css");

#container { width: 760px; margin: 0px auto; background-image: url(../images/bg-content.gif); background-repeat: repeat-x; background-color: #ffffff; }

#header { width: 742px; float: right; }

#content { width: 760px; background-image: url(../images/bg-flag.gif); background-repeat: repeat-y; margin: 0px auto;	}
#content .left { float: left; width: 547px; background-image: url(../images/bg-left-corner-content.gif); background-repeat: no-repeat; background-position: left bottom; background-color: #ffffff;}
#content .left .box { width: 529px; background-image: url(../images/bg-left.gif); background-repeat: no-repeat; 	background-position: left top; padding-left: 18px; }
#content .left .nav { width: 529px; height: 24px; background-image: url(../images/bg-nav.gif); background-repeat: no-repeat; text-align: center; padding-top: 8px;}
#content .left .nav ul li { margin: 0px; display: inline; color: #ff9900; }
#content .left .nav a:link { color:#ffffff; text-decoration: none; font-weight: bold;}
#content .left .nav a:visited { color:#ffffff; text-decoration: none; font-weight: bold;}
#content .left .nav a:hover { color:#ffffff; text-decoration: underline; font-weight: bold;}
#content .right { float: right; width: 187px; background-color: #ffffff; padding: 2px; }
#content .right .greenbox { width: 171px; height: 230px; background-image: url(../images/tab-green-bg.gif); background-repeat: no-repeat; padding: 8px; }
#content .right .whitebox { width: 140px; padding: 10px; border: 1px solid #11692e; background-color: #ffffff; margin: 0px auto; text-align: center; }


#footer { width: 760px; height: 46px; padding: 20px 0px 0px 0px; font-size: 12px; color: #ffffff; margin: 0px auto;  text-align: center; background-image: url(../images/bg-footer.gif); background-repeat: no-repeat; }

#footer a:link{text-decoration: underline; color:#FFFFFF}
#footer a:hover {text-decoration: none;}

#endnav {color:#00822B; font-size:11px; text-align:right;}
#endnav a:link{text-decoration: underline; color:#00822B;}
#endnav a:hover {text-decoration: none; color:#00822B;}
