@charset "utf-8";

.normal
{
COLOR: black;
       font-weight: normal;
}

body {
background: #FFF;
}

DIV,TD,FONT,A {
COLOR: black; 
       FONT-SIZE: 12px; 
       FONT-FAMILY: Verdana, Helvetica
}

A {
BACKGROUND: none; 
COLOR: #0466FC; 
       FONT-WEIGHT: bold; 
       TEXT-DECORATION: none
}

A:hover {
BACKGROUND: none; 
COLOR: #333; 
  }


select { 
border: 1px solid #aaa;
       FONT-SIZE: 10px; 
}


input[type="submit"] { 
border: 0px;
       FONT-SIZE: 10px; 
} 
input[type="text"] 
{ 
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
BORDER: #CCCCCC 1px solid; 
	PADDING-LEFT: 7px; 
COLOR: #000000; 
       BACKGROUND-IMAGE: url('../images/form.gif'); 
       BACKGROUND-REPEAT: NO-REPEAT; 
       BACKGROUND-COLOR: #FFFFFF; 
       FONT-SIZE: 10px;
} 



#mainContainer
{
position: absolute;
top: 90px;
width: 980px;
height: 200px;
left: 50%;
      margin-left: -490px;
}

.container
{
width: 190px;
}

#leftMenu
{
position: relative;
float: left;
}
#rightMenu
{
float: right;
}

#mainPage
{
    margin-top: 30px;
}

#mainPageDiv
{
float: left;
left:10px;
width: 580px;
       margin-top: 40px;
position: relative;
border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer
{
position: absolute;
width: 580px;
background: #eee url(../images/boxTitleBg.png) repeat-x;
height: 15px;
	margin-left: -8px;
border-top: 1px solid #888;
	    text-align: center;
color: white;
       border-top-right-radius: 5px;
	   -moz-border-radius-topright 	: 5px;
	   -webkit-border-top-right-radius: 5px;
       border-top-left-radius: 5px;
	   -moz-border-radius-topleft 	: 5px;
	   -webkit-border-top-left-radius: 5px;
	       font-size: 10px;

border: 1px solid #888;
	border-bottom: 0px;
display: none;
}


H1
{
color: black;
       border-bottom: 2px solid #0466FF;
}

H2
{
    border-bottom: 1px solid #999;
    margin-left: 10px;
}

H3
{
    margin-left: 20px;
    border-bottom: 1px dashed #999;
}

.date
{
    margin-top: -15px;
    text-align: right;
}

.thumblink
{
border: 1px dashed black;
margin: 10px;
}

