HTML{	scrollbar-base-color: #ffffff;  	scrollbar-face-color: #000000;  	scrollbar-track-color: #000000;  	scrollbar-arrow-color: #ff5619; 	scrollbar-highlight-color: #dddddd;  	scrollbar-3dlight-color: #dddddd;  	scrollbar-shadow-color: #12096B; 	scrollbar-darkshadow-color: #888888;}body{    font: 16px arial;    background-color: #000000;    background-image: url();}/* these are the font styles for the links that appear on your web page */a:link {font: bold 16px arial; color: #ff5619; text-decoration: none; border-bottom: solid 1px #000000;} a:active {font: bold 16px arial; color: #ff5619; text-decoration: none; border-bottom: solid 1px #000000;}a:visited {font: bold 16px arial; color: #ff5619; text-decoration: none; border-bottom: solid 1px #000000;}a:hover {font: bold 16px arial; color: #ffffff; text-decoration: none; border-bottom: solid 1px #ff5619;}/*this one changes the mouseover or hover state of the link*/INPUT { background-image: url(formbg.jpg); }TEXTAREA { background-image: url(formbg.jpg); }
img a { text-decoration: none; border-bottom: solid 0px #000000;}
img a:hover { text-decoration: none; border-bottom: solid 0px #000000;}div{     align: center;}hr{     align: center;    width: 100%;    color: #ff5619;}.border{    /* this is used for all kinds of borders */    /* be it for the whole page, or just the content section */    margin-right: 10px;    border-top: double 10px #ffffff;    border-left: double 10px #ffffff;    border-right: double 10px #ffffff;    border-bottom: double 10px #ffffff;}.left{    /* floats the item to the left side of the page, and adds a margin */    float: left;}.right{    /* floats the item to the right side of the page, and adds a margin */    float: right;}.scroll{    /* this makes the element create scroll bars if the text is too long */    /* to be displayed.  This is very similar to the effect created by */    /* frames and iframes, but does not allow page transitions like frames do */    overflow: auto;    height: 100%;}.wrapper{    /* remove this to have the page load at full width */    /* width: 95%; */}.title{    /* this is the styling for the title.  Semantically, this should be an h1 */	/* padding all four sides of the div in order top, right, bottom, left */    background-color: #000000;    color: #ffffff;	border: solid 0px #5675A5;	font-face: Arial;    font-weight: bold;    font-size: 36px;	padding: 10px 20px 10px 20px;}.slogan {    background-color: #000000;    color: #ffffff;	font-face: Arial;    font-weight: bold;    font-size: 12px;    border-top: solid 0px #5675A5;    border-left: solid 0px #5675A5;    border-right: solid 0px #5675A5;    border-bottom: solid 0px #5675A5;	padding: 10px 20px 10px 20px;}.title2 {    color: #ffffff;	font-face: Arial;    font-weight: bold;    font-size: 18px;}.titlemargin{	margin: 10px 0px 10px 0px;}.subtitle {	color: #ffffff;	font-face: Arial;    font-weight: bold;    font-size: 14px;}.content{    /* this describes the container of the content paragraphs. */    padding: 0px 20px 0px 20px; /* keeps text off the borders */    align: center;    width: 700px;    font-face: Arial;    color: #ffffff;    font-size: 16px;    padding: 0px;	margin: 0px;    background-color: #000000;}.content.padleft{    /* this is to pad if there's a sidebar on the left */    padding-left: 180px;}.content.padright{    /* this is to pad if there's a sidebar on the right */    padding-right: 180px;}.menualign{    float: center;    width: 620px;}.sidebar{    width: 150px;    height: 100%; /* remove this to allow different-sized sidebars */    background-color: #D9E1ED;    color: #ffffff;    font-weight: bold;    padding: 10px 0px 5px 0px;    border-top: solid 0px #5675A5;    border-left: solid 0px #5675A5;    border-right: solid 1px #5675A5;    border-bottom: solid 1px #5675A5;}.sidebaritem{    width: 150px;    background-color: #000000;    color: #ffffff;    border: solid 0px #5675A5;    font-size: 14px;    padding: 2px;    margin-bottom: 3px;}.horiz{    color: #ffffff;    font-weight: bold;    width: auto;    padding-top: 3px;    padding-left: 19px;    padding-right: 19px;    padding-bottom: 3px;    float: left;    text-align: center;}.horiz a:link {font: bold 13px arial; color: #ffffff; text-decoration: none; border-bottom: solid 1px #000000;} .horiz a:active {font: bold 13px arial; color: #ffffff; text-decoration: none; border-bottom: solid 1px #ff5619;} .horiz a:visited {font: bold 13px arial; color: #ffffff; text-decoration: none; border-bottom: dotted 1px #ff5619;} .horiz a:hover {font: bold 13px arial; color: #ff5619; text-decoration: none; border-bottom: solid 1px #ff5619;}.submenualign{    float: center;    width: 660px;}.sidebaritem2{    width: 150px;    background-color: #000000;    color: #ffffff;    border: solid 0px #ffffff;    font-size: 14px;    padding: 2px;    margin-bottom: 3px;    float: center;}.sidebaritem2.first{    margin-top: 10px;    float: center;}.horiz2{    color: #ffffff;    font-weight: bold;    width: auto;    padding-top: 3px;    padding-left: 15px;    padding-right: 15px;    padding-bottom: 3px;    float: left;    text-align: center;    margin-top: 5px;    margin-left: 5px;    margin-right: 5px;    margin-bottom: 0px;}.horiz2 a:link {font: bold 13px arial; color: #ffffff; text-decoration: none; border-bottom: solid 1px #000000;} .horiz2 a:active {font: bold 13px arial; color: #ffffff; text-decoration: none; border-bottom: solid 1px #ff5619;} .horiz2 a:visited {font: bold 13px arial; color: #ffffff; text-decoration: none; border-bottom: dotted 1px #ff5619;} .horiz2 a:hover {font: bold 13px arial; color: #ff5619; text-decoration: none; border-bottom: solid 1px #ff5619;}.sidebaritem.first{    margin-top: 10px;    float: center;}.footer{	padding-top: 10px;	padding-bottom: 10px;	background-color:#000000;        color: #ffffff;	font-size: 16px;	font-face: arial;        font-weight: bold;	text-align: center;        border-top: solid 0px #5675A5;        border-left: solid 0px #5675A5;        border-right: solid 0px #5675A5;        border-bottom: solid 0px #5675A5;}
