	body {
		background-color: #000000;
		background: url(images/bg.png) top repeat-x;
		font: normal 10pt/12pt verdana, arial,sans-serif;
		color: #555;
		}
		
	.light {
		color: #888 !important;
		}
		
	img {
		border: 0;
		}
		
	a {
		text-decoration:none;
	}

	a:hover {
		color:#0099FF;
	}
		
	.icon {
		border: 0;
		vertical-align: text-bottom;
		}
		
	.h1 {
		font: normal 12pt/14pt verdana, arial,sans-serif;
		}
	
	#container {
		width: 760px;
		margin: 0 auto;
		padding: 0px;
		}

	#header {
		width: 760px;
		height: 155px;
		background: url(images/header.gif) top no-repeat;
		}
	
	#menu {
		height: 20px;
		width: 750px;
		text-align:center;
		background: #88ac0b url('images/menu-background.png') top left repeat-x;
		font-size: 95%;
		border-right: 5px solid #FFFFFF;
		border-left: 5px solid #FFFFFF;
		}
	
	* html #menu {
		padding-right: 0;
		}
		
	#content {
		width: 750px;
		background: #FFFFFF;
		padding: 5px;
		}

	#footer {
		width: 750px;
		height: 73px;
		background: url(images/footer.gif) top no-repeat;
		margin-top: 0px;
		padding: 5px;
		}
		
	#footer p {
		padding: 12px;
		text-align: center;
		font-size: 12px;
		color: #999999;
		}
		
	#footer2 {
		width: 760px;
		margin: 0 auto;
		padding: 8px;
		height: auto;
		font-size: 10px;
		color: #999999;
		line-height: 110%;
		}	
		
	#strong {
		font-size: 24px;
		line-height: 240%;
		}
		
	#strongsm {
		font-size: 19px;
		line-height: 180%;
		font-weight: bold;
		margin-top:20px;
		}

@media only screen and (max-device-width: 480px) {
	
		#strong {
		font-size: 30px;
		line-height: 240%;
		}	
	
		#strongsm {
		font-size: 25px;
		line-height: 180%;
		font-weight: bold;
		margin-top:20px;
		}
	
		body {
		background-color: #000000;
		background: url(images/bg.png) top repeat-x;
		font: normal 14pt/16pt verdana, arial,sans-serif;
		color: #555;
		}
	
		.h1 {
		font: normal 16pt/18pt verdana, arial,sans-serif;
		}
	
		#footer2 {
		width: 760px;
		margin: 0 auto;
		padding: 8px;
		padding-top: 30px;
		padding-bottom: 60px;
		height: auto;
		font-size: 9px;
		color: #999999;
		line-height: 110%;
		background-color: #000;
		}
 
}

	#tagline {
		font: normal 10.5pt/12.5pt verdana, arial,sans-serif;
		color: #000000;
		}	

	input[type=text], select {
  		padding-left: 12px;
}
	.textfield {
		width:300px;
		height:54px;
		font-size:32px;
		background-color: #eeeeee;
}
	.submitbutton {
		height:64px;
		padding: 7px 24px 7px !important;
		font-size: 32px !important;
		background-color: #a4d10d;
		text-shadow: 1px 1px #a4d10d;
		color: #ffffff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #a4d10d;
		cursor: pointer;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
		-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
	.pulldown {
		width:198px;
		height:62px;
		font-size:32px;
		background-color: #eeeeee;
}
	.addthis_native_toolbox {
		margin-left: auto;
    	margin-right: auto;
		width: 40em;
}		