@charset "utf-8";
/* CSS Document */

body { font-family:Arial, Helvetica, sans-serif; 
font-size:14px; 
line-height:20px;
margin:0px;
background-image:url(images/bg.gif);
background-repeat:repeat-x; 
background-position:top; 
background-color:#fff
scrollbar-face-color:#E2E2E2;
scrollbar-highlight-color:#E2E2E2;
scrollbar-3dlight-color:#E2E2E2;
scrollbar-darkshadow-color:darkblue;
scrollbar-shadow-color:#E2E2E2;
scrollbar-arrow-color:#000;
scrollbar-track-color:white;}

a:visited {text-decoration: underline; color:#693;}
a:link {text-decoration: underline; color:#693;}
a:hover {text-decoration: none;}

#page {
width: 962px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background:url(images/page_bg.gif); background-repeat:repeat-y;
}

h1 { font-size:18px; color:#690 ; font-family: Arial, Helvetica, sans-serif; font-weight:bold; padding-top:0px; line-height:30px; }
h2 { font-size:18px; color:#d95259 ; font-family: Arial, Helvetica, sans-serif; font-weight:bold; ; margin-left:25px;}

#header { float:left;
width:962px;
height:268px;
margin-left:auto;
margin-right:auto:
}

.clear { clear:both}

#content { width:600px;
float:left;
padding:15px;
height:500px;
overflow:hide;
overflow-y:auto;
overflow-x:hidden;
text-align:justify;
}

#rightbox { width:300px;
padding:15px;
float:right}

#flashbox { width:290px;
padding:5px;
float:left;
border: 1px solid #690}


#footer { width:959px;
float:left;
margin-left:auto;
margin-right:auto;
padding-top:5px;
height:46px;
background:url(images/footer.gif);
}

#footer p { text-align:center; padding-left:20px; color:#FFF; line-height:23px}

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

.copytext { font-size:11px; color:#333; text-align:center; margin:0px}

.mceContentBody { background-image: none; background-color: White; color: Black; } /*SnippetMaster editor bg color*/