/* CSS Document */
body { text-align: center; background-color: #3399FF; background-image: url('bg.jpg');	background-repeat: repeat-x; }
#sitecontainer { margin: 0 auto; width: 800px; text-align: left; border-style: outset; border-width:thin; }
#header { position: relative; top: 0px; left: 0px; width: 800px; height: 200px; }
#mainmenu { position: relative; height: 18px; background-color: #FFFFFF; padding-left: 10px; padding-top:2px; }
#menubreak { position: relative; height: 6px; width: 800px; background-color: #00CC66; }
#breadcrumbs { position: relative; height: 20px; width: 800px; background-color: #FFFF99; padding-top:5px; 				
				padding-bottom:5px; }
#maincontent { position: relative; width: 800px; background-color: #FFFFFF; padding-top:5px; }
#contentbox { width: 175px; background-image: url('boxbg.jpg'); background-repeat:repeat-x; background-color:#00CC66; padding:5px; border-style:solid; border-width:1px; border-color:#006600;}
#linkbox { width: 175px; background-color:#FFFF99; padding:2px; border-style:solid; border-width:1px; border-color:#3399FF;}
#currentbox { width: 175px; background-color:#FFFFCC; padding:2px; border-style:solid; border-width:1px; border-color:#3399FF;}
#quotebox { width: 540px; background-color:#FFFFCC; padding:2px; border-style:solid; border-width:1px; border-color:#ADAF49;}
#newshead { width: 175px; height: 35px; background-color:#00CC66; padding: 5px; border-style:solid; border-width:1px; border-color:#006600; }

.menu { font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight: bold; color: #FFFFFF; background-color:#00CC66;
		padding-bottom: 2px; padding-left:7px; padding-right:7px; padding-top:2px; }
a.menu:link { color: #000066; background-color: #FFFFFF; text-decoration: none; }
a.menu:visited { color: #000066; background-color: #FFFFFF; text-decoration: none; }
a.menu:hover { background-color: #00CC66; text-decoration: none; color:#FFFFFF }
a.menu:active { background-color: #00CC66; text-decoration: none; }

.crumbs { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000066; padding-left:17px; }
a.crumbs:link { color:#000066; text-decoration:none; }
a.crumbs:visited { color:#000066; text-decoration:none; }
a.crumbs:hover { color:#CC0000; text-decoration:none; }
a.crumbs:active { color:#CC6600; text-decoration:none; }

a:link { color:#0066CC; text-decoration:none; font-weight:bold; }
a:visited { color:#0066CC; text-decoration:none; font-weight:bold; }
a:hover { color:#66CC00; text-decoration:none; font-weight:bold; }
a:active { color:#66CC00; text-decoration:none; font-weight:bold; }

.pghead { font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#CC0000; }
.sechead { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#0066CC; }
.sideboxhead { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#FFFFFF }
.regular { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; }
.regularsmall { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000000; }
