@charset "UTF-8";
/* CSS Document */

html, body{
	height: 100%;
	margin: 0px;
	padding: 0;
}

body{
	background-color: #79807c;
	font-family:  Century Gothic, Arial, Helvetica, sans;
	overflow:hidden
}

/*Link Styles*/
a:link{
	color: #5dd3ff;
	padding: 0px 3px 0px 3px; 
	text-decoration: none;
	border: none;
}
a:visited{
	color: #5dd3ff;
	padding: 0px 3px 0px 3px; 
	text-decoration: none;
	border: none;
}
a:active{
	color: #5dd3ff;
	padding: 0px 3px 0px 3px; 
	text-decoration: none;
	border: none;
}
a:hover{
	color: #5dd3ff;
	text-decoration: none;
	border:none;
	padding: 0px 3px 0px 3px; 
	background: none;
}

/*Define Layout Styles*/

#container{
	float: none;
	background: none;
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header{
	float: left;
	background: none;
	width: 100%;
	height: auto;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	margin: 0px;

}

#header #img{
	background: url(images/header.png);
	width:319px;
	height: 150px;
	margin: 50px auto 0px auto;
}

#menu{
	float: left;
	background: #262827;
	width: 100%;
	height: 30px;
	color: #ffffff;
	font-size: 10pt;
	-moz-box-shadow: 3px  3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}

menu{
	margin: 0px;
	padding: 0px;
}
	
	#menu a:link{
		color: #ffffff;
		padding: 0px; 
		text-decoration: none;
		border: none;
		display: inline;
		width: 100%;
		height: 100%;
	}
	
	#menu a:visited{
		color: #ffffff;
		padding: 0px; 
		text-decoration: none;
		border: none;
	}
	
	#menu a:active{
		color: #ffffff;
		padding: 0px; 
		text-decoration: none;
		border: none;
	}
	
	#menu a:hover{
		color: #ffffff;
		text-decoration: none;
		border:none;
		padding: 0px; 
		background: none;
	}

form{
	display:inline;
	float: right;
	padding: 0px;
	margin: 0px;
}
button{
	display:inline;
	float: right;
	padding: 0px;
	margin: 0px;
	background: none;
	border: none;
	cursor: pointer;
}

#full{
	height: 100%;
	width: 100%;
}
	
iframe{
	width: 100%;
	height:100%;
	border-width:0;
}
#nopage{
	height: 150px;
	width: 319px;
	color: #ffffff;
	text-align: center;
	font-size: 14pt;
	padding: 5px;
	margin: 10px auto 0px auto;
}

p{
	margin: 10px 0px 0px 0px;s
}

#yes{
	float: left;
	color: #4F8A10;
	background-color: #DFF2BF;
	text-align: center;
	border: 3px solid #4F8A10;
}
	#yes a:link{
		color: #4F8A10;
		text-decoration: none;
		border: none;
		display: block;
	}
	#yes a:visited{
		color: #4F8A10;
		text-decoration: none;
		border: none;
		display: block;
	}
	#yes a:active{
		color: #4F8A10;
		text-decoration: none;
		border: none;
		display: block;
	}
	#yes a:hover{
		color: #DFF2BF;
		text-decoration: none;
		border:none;
		display: block;
		background: #4F8A10;
	}
	
#no{
	display: block;
	float: right;
	color: #D63301;
	background-color: #FFCCBA;
	text-align: center;
	border: 3px solid #D63301;
}
	#no a:link{
		color: #D63301;
		text-decoration: none;
		border: none;
		display: block;
	}
	#no a:visited{
		color: #D63301;
		text-decoration: none;
		border: none;
		display: block;
	}
	#no a:active{
		color: #D63301;
		text-decoration: none;
		border: none;
		display: block;
	}

	#no a:hover{
		color: #FFCCBA;
		text-decoration: none;
		border:none;
		background: #D63301; 
		display: block;
	}

#nopage a{
		float: left;
		width: auto;
		height: 23px;
		list-style: none;
		padding: 7px 20px 0px 20px;
		text-align: center;
		display: block;
}




.left{
	float: left;
}
.center{
	float : left;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
.right{
	float: right;
	width: 80px;
}
.views{
	float: left;
	width: 200px;
	text-align: right;
}
.link{
	float: left;
	width: 600px;
}


b{
	font-weight: bold;
	font-size: 14pt;
}
