
/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body
{    
    text-align: center;
    margin-top: 30px;
    /*
    background-color: #f5f5f5;
    background-image: url("../images/background.gif");
    background-repeat: repeat;*/
}

.menu_tendina
{
    border-top: none !important;
    margin-top: 1px;

}

.page {
	/* Page width: */
	width: 850px;
}

.imageDark
{
    height: 110px;
    border: groove 1px Gray;   
    cursor: pointer;
    margin-top: 5px;  

}


.imageLight
{
    height:110px;
    border: solid 1px #ffffff;          
    margin-top:5px;
}



#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}

#contentbox {
	/*background-color: #f7f7f7;                */
	margin: 0 auto;
	text-align: left;
	border: solid 1px #cccccc;
}

/* menu: */

#menu_top 
{
    color: #808080;
	margin: 0 auto;
	text-align:left;
	color: #eeeeee;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 0.3em;	
}

#menu_top a:link, #menu_top a:visited {
	text-decoration: none;
	color: #000000;
}

#menu_top a:hover, #menu_top a:active {	
	text-decoration: none;
	color: #555555;
}

#menu_bottom 
{
    font-weight: bold;
	margin: 0 auto;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu_bottom a:link, #menu_bottom a:visited {
	color: #000000;
	text-decoration: none;
}

#menu_bottom a:hover, #menu_bottom a:active {
	color: #404040;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpage {
	padding: 1em;
	height: 18em;/*20*/
}

#objects 
{
    font-family: Verdana, Arial;    
    font-size: 0.8em;	        
    height: 11.5em;
    overflow:auto;
    border-top-color:Gray;
    border-top-style:solid;
    border-top-width:1px;
    vertical-align:middle;
    text-align:center;
    float:none;
	 
}

#objects a:hover, #objects a:active {
	color: Gray;
	text-decoration: none;
}

#objects a:link, #objects a:visited {
	color: #000000;
	text-decoration: none;
}

/*
 Styles that apply to the 
 content area:
*/


#content {
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	filter: Alpha(opacity=70); 
	opacity: .7; 
	float: right; 
	width: 280px; 
	height: 260px;
	padding: 5px;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content_Home {
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	float: right; 
	width: 280px; 
	height: 280px;
	padding: 5px;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow:hidden;
}

#content_Home a:link, #content_Home a:visited 
{
    font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#content_Home a:hover, #content_Home a:active 
{
    font-size: 12px;
	color: Gray;	
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

/* link colors */
#content a:link {
	color: #000000;
}

#content a:hover, #content a:active {
	color: Gray;
}

#content a:visited {
	color: #000000;
}

.header 
{
    height:94px;    
    padding-left:200px;
    background-color:#990000;
    background-image: url(../images/logo.gif);
    background-repeat:no-repeat;
    background-position:left;
}
