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

*{
	margin:0px;
	padding:0px;
	border:0px;
	}
.clear {
	clear:both;}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 28, 2010 11:05:06 AM America/New_York */



@font-face {
	font-family: 'BergamoStdRegular';
	src: url('../fonts/BergamoStd-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BergamoStdItalic';
	
	src: url('../fonts/BergamoStd-Italic.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BergamoStdBold';
	src: url('../fonts/BergamoStd-Bold.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BergamoStdBoldItalic';
	src: url('../fonts/BergamoStd-BoldItalic.otf');
	font-weight: normal;
	font-style: normal;
}

h1{font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
text-align:left;}

h2 {font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#9e0126;
margin-bottom:10px;
text-align:left;}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing: 0; color:#75868e;
text-align:left;}
h4 {color:#9e0126;
font-weight:bold;
text-align:left;}

a:link, a:visited {
	color:#262a2f;
	font-weight:bold;
	text-decoration:underline;}

a:hover, a:active {
	color:#9e0126;
	font-weight:bold;
	text-decoration:none;}
	
hr {
	margin:5px 0px 10px 0px;
	border-bottom:1px dotted #75868e;}
	
	body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bkg_page.gif);
	background-position:left top;
	background-repeat:repeat-x;
	color:#262a2f;
	}
	
	#wrapper {margin:0px auto;
		width:996px;
		background-color:#e1e9ec;
		margin-bottom:3px;
		}
		
#header {
	background-image:url(../images/bkg_header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:390px;}
	
#top {
	height:84px;
	padding:11px 0px 8px 0px;}
#top img {float:left;}
#menu {float:left;}
#menu ul{list-style:none;}
#menu li {float:left;}
	
#main {
	width:524px;
	float:left;
	background-color:#FFF;
	padding:20px 135px 25px 35px;
	text-align:justify;}
	
#sidebar {
	width:252px;
	padding:17px 25px 20px 25px;
	float:left;}
#footer {
	margin:15px 0px;
	padding:10px 35px;
	height:73px;
	background-image:url(../images/bkg_footer.gif);
	background-position:left top;
	background-repeat:repeat-x;
	color:#FFF;}
	
#footer img {
	float:right;
	top:0;}