@charset "utf-8";
/* CSS Document */
body {
	margin: 0; 	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-size:small;
}

/* links */
a:link { background: inherit; color:#990000; text-decoration: none; }
a:visited { background: inherit; color:#990000; text-decoration: none;}
a:hover { background: inherit; color:#990000; text-decoration: underline;}
a:active { background: inherit; color:#990000; text-decoration: none;}

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;}
h1 { font-size: 1.4em; color:#990000; }
h2 { font-size: 1.2em; color:#990000; }
h3 { font-size: 1.2em; color:#990000;}


/* header */
#header {
margin:auto;
height:150px;
width:900px;
padding-bottom:10px;
}


#content {
margin:auto;
width:900px;
padding:5px;
}

#content img {
	border: none;
	background: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

#main {
float:left;
width:70%;

}

#side {
float:right;
width:30%;
}

/* side menu */
#side ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#side ul.sidemenu li {
	padding: 0px 10px;
}
#side ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #ff0000;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#side ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#side ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #ff0000;
	color:#666666;		
}

#footer {
clear:both;
margin:auto;
width:100%;
background-color:#000000;
color:#FFFFFF;
text-align:center;
padding-top:10px;
padding-bottom:4px;
}

#footer a {
color:#ffffff;
text-decoration:none;
}

#footer a:link{
color:#ffffff;
text-decoration:none;
}

#footer a:visited {
color:#ffffff;
text-decoration:none;
}

#footer a:hover{
color:#4b7aa2;
text-decoration:none;
}

#footer a:active {
color:#ffffff;
text-decoration:none;
}
