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

<style type="text/css">

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #ffffff;
	background-repeat:repeat-x;
	margin: 0px; 
}

p { 
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
	color: #333333;
	line-height: 19px;

}


h1,h3,h4,h5,h6 {
	font-family: Times,Times New Roman, serif;


}
h1 {
	font-size: 64px;
	color: #535353;
	font-weight: lighter;
	line-height: 55px;
	text-shadow: 1px 1px 0 #fff, 3px 3px 0 #c9c9c9;
	margin-bottom:0px; 
	margin-top: 5px;

}
h2 {
	font-size: 18px;
	color: #000000;
	font-weight:normal;
	text-transform:none;
	line-height: 21px;
	margin-bottom:10px;
	font-family: Helvetica,Arial, sans-serif; 

}

h3 {
	font-size: 27px;
	color: #666666;
	font-weight:lighter;
font-style:italic;
	line-height: 0px;
	margin-top: 25px;
	margin-bottom: 15px; 
	
}

h4 {
	font-size: 11px;
	color: #666666;
	font-weight:lighter;
	text-transform:none;
	line-height: 0px;
	margin-top: 15px;
	margin-bottom: 0px; 
	text-align: center; font-style: italic;

	
}

a:link {
	color: #293476;
	
}

a:visited {
	color: #293476;
}
a:hover {
	text-decoration: none;
	color: #465192;
}



img {
border: none;
}


#wrapper {
	width:100%;
	max-width: 870px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image:url(images/bcg.jpg); background-position: bottom right;
	background-repeat:no-repeat;
}
#header {  margin-bottom:30px;
margin-left: 5%; margin-right: 5%; text-align: center;border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #535353;	}
	
#contentleft {width: 44%; float: left; margin:1% 3% 1% 3%;text-align: center;}
#contentright {width: 44%; float: left; margin:1% 3% 1% 3%;text-align: center;}

#contentcenter { margin-top:-10px; padding-top: 20px; text-align: center; clear: both; }

#footer { width:50%; margin-left:25%; margin-right: 25%; height:50px; margin-top:30px; text-align: center; font-style: italic;
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #535353;	clear: both;}
	
	#image {float:right; margin-right: 10px; margin-top: -10px;}
	


	
@media only screen and (max-device-width: 480px) {

    #wrapper {
        
        width:100%;
max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image:url(images/bcg.jpg); background-position: bottom right;
	background-repeat:no-repeat;

    }
    
    