/* Comments in CSS */



body {  
	font-family:"Helvetica", "Georgia" ;
	font-size: 12px;
	margin: 10px;
	background-color: #003366;
	}
	
	
#content{
	position: relative;
	margin: auto;
	width: 1030px;
	height: 820px;
	padding: 0px;
	background-color: #003366;
	}
	
#header{
	float: left;
	margin-left: 10px;
	width: 730px;
	height: 125px;
	padding: 15px;
	background-color: #eeeeee;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}
	
	
#nav{
	margin-left: 170px;
	margin-top: 75px;
	width: 450px;
	height: 50px;
	}
	
#column1{
	float: left;
	margin-left: 10px;
	width: 200px;
	height: 734px;
	padding: 15px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	background-image: url(images/foot_bg.jpg);
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}
	
#main{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 730px;
	height: 570px;
	padding: 15px;
	background-color: #FFFFFF;
	background-image: url(images/logo_bg.jpg);
	background-repeat: n0-repeat;
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}
	
	
#footer{
	clear: left;
	margin-left: 10px;
	width: 970px;
	height: 50px;
	padding: 15px;
	background-color: #eeeeee;
	background-image: url(images/foot_bg.jpg);
	border-radius: 10px; /*future standard?*/
	-moz-border-radius: 10px; /*firefox specific round corner*/
	-webkit-border-radius: 10px; /*chrome, safari specific round corner*/
	box-shadow: 5px 5px 10px #000000; /*future standard? --- values are x y and blur radius*/
	-moz-box-shadow: 5px 5px 10px #000000; /*firefox specific shadow*/
	-webkit-box-shadow: 5px 5px 10px #000000; /*chrome, safari specific shadow*/
	}


#twitter_box{
	position: relative;
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 180px;
	height: 400px;
	}
	
	
#facebook_box{
	position: relative;
	float: left;
	margin-top: 100;
	margin-left: 0;
	width: 150px;
	height: 80px;
	}
	
#pdf_box{
	position: absolute;
	margin-top: 210;
	margin-left: 0;
	width: 250px;
	height: 100px;
	}
	
#poster_box{
	position: absolute;
	margin-top: 260;
	margin-left: 0;
	width: 700px;
	height: 220px;
	}
	
	
#jotform_box{
	position: absolute;
	margin-top: 500;
	margin-left: 0;
	width: 600px;
	height: 440px;
	}
	
.text1{
	font-size: 10pt;
	margin-bottom: 1px;
	}
	
.thumb{
	margin-top: 5px;
	border: 1px solid #000000;
	}
	
p{
	margin-top: 0px;
}



h1{
	font-size: 18px;
	margin-top: 0px;
}

h2{
	font-size: 16px;
	margin-top: 20px;
	color: #888888;
}

h3{
	font-size: 14px;
	margin-top: 0px;
	line-height: 20px;
}

h4{
	font-size: 12px;
	margin-top: -8px;
	line-height: 6px;
}

h5{
	font-size: 10px;
	margin-top: 0px;
}

h6{
	font-size: 8px;
	margin-top: 30px;
	text-align: right;
}

.links2{
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	color: #555555;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
	word-spacing: 2px;
	font-weight: bold;
}

.links3{
	color: #555555;
	font-size: 10px;
	margin-top: 0px;
	text-align: left;
	word-spacing: 2px;
}

.cheese_list{
	margin-left: 24px;
	padding: 0px;
	list-style-type:circle;
	line-height: 14px;
	margin-top: -4px;
	text-align: left;
}

a:link {text-decoration: none; color: #555555;}
a:visited {text-decoration: none; color: #555555;}
a:hover {text-decoration: none; color: #000000;}
a{outline: none;}
	
.space{
	margin-left: 4px;
	}
	
.space2{
	margin-left: 10px;
	}
	
.border{
	border: 1px solid #000000;
	margin-bottom: 10px;
	}
	
.border_right{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	}
	
.float_left{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	}
	
.bold{
	text-align: left;
 	font-weight: bold;
}
	
#transparent{
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}