﻿html
{
	overflow:scroll;
}
body 
{
	padding:0;
	margin:0;
	font-family:Verdana;	
}

.center
{
	width:960px;
	margin:auto;	
}

.clear{ clear:both; }

h1{ font-size:14pt; margin:0px; text-align:left; border-bottom:1px dotted gray; padding-bottom:5px; }
h1 strong{ font-size:14pt; color:Red;}
h2{ font-size:12pt; margin:0; margin-top:0px; margin-bottom:6px; text-align:left; padding-top:20px;	}
h2 strong{ font-size:12pt; color:Red;}
p { font-size:10pt; }
p strong { color:Red; }

input, textarea
{
    background-color:#EFEFEF;
    color:#DD0000;
    border:2px solid gray;
    font-weight:bold;
}
        
#header
{
	height:134px;
}

#header #logo
{
	width:30%;
	padding-top:15px;
	float:right;
	text-align:center;	
}

#header #menu
{
	margin-top:110px;
	width:68%;
	float:left;
}

#header #menu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#header #menu ul li
{
	float:left;	
	margin-right:10px;
}

#header #menu ul li a
{
	color:Gray;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	padding:6px;
}

#header #menu ul li a:hover
{
	color:white;
	background-color:Gray;
}

#contents
{
	background-color:gray;	
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	padding-bottom:20px;
}

#contents #contentsBorder
{
	background-image:url(../images/background_border.jpg);
	background-repeat:repeat-x;
}

#contents #left
{
	width:35%;	
	float:left;
	text-align:justify;
	padding-top:35px;
	padding-left:20px;
	color:white;
}

#left a
{
	text-decoration:underline;
	color:#AAAAAA;
}

#left a:hover
{
	color:white;
}

#contents #right
{
	width:60%;	
	float:right;
	padding-top:35px;
	text-align:justify;
	color:white;
}

#contents #center
{
	width:100%;	
	text-align:justify;
	padding-top:35px;
	padding-left:20px;
	color:white;
}
#contents #center table tr td
{
	font-size:11pt;
	color:#AAAAAA;
	font-family:Verdana;	
}
#contents #center table tr td a
{
	text-decoration:underline;
	color:#AAAAAA;
}
#contents #center table tr td a:hover
{
	color:white;
}

#center a
{
	text-decoration:underline;
	color:#AAAAAA;
}
#center a:hover
{
	color:white;
}




#contents #right #image
{
	
}

#contents #tableNewsletter
{
	background-image:url(../images/newsletter2.png);
	font-family:Arial;
	font-size:10pt;
	width:300px;
	margin:auto;
	margin-top:20px;
	letter-spacing:1px;	
	height:127px;
	color:white;
}

#footer
{
	background-color:black;	
}
#footer .footer_part
{
	height:81px;
	width:33%;
	float:left;
	color:white;	
	font-size:11pt;
	margin-top:15px;
	margin-bottom:15px;
}
#footer .footer_part img
{
	margin-right:10px;
	border:0;
}
#footer .footer_part .text
{
	margin-top:20px;
}
#footer .footer_part strong
{
	display:block;
	font-size:14pt;
}
#footer .footer_part a
{
	text-decoration:none;
	color:white;
	border:0;
}
#footer .footer_part a:hover
{
	text-decoration:underline;
	color:red;
	border:0;
}
#copyright
{
	text-align:center;
	font-size:8pt;
	margin-top:10px;
	margin-bottom:10px;
}
#copyright a
{
	color:Blue;
	text-decoration:none;
}
#copyright a:hover
{
	text-decoration:underline;
}

#map_canvas
{
    float: right;
    position: relative;
    clear: both;
    width: 340px;
    height: 340px;
    margin: 20px 0 10px 15px;
    padding: 0;
    border: 2px solid #FFF;
}
