/* CSS Document */

body{

	margin:0; 
	padding:0px;
	text-align: left;
	border:none;
	background-color:#fff;
	font-size:10px;
	background-color:#ffffff;
}

div#stage{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

a:link {
	text-decoration: none;
	color:#2a180e;
}
a:visited {
	text-decoration: none;
	color:#2a180e;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color:#2a180e;
}


/*------------------navigation----------------------*/
div#Left_Vert_Nav{
	height:900px;
	width:150px;
	margin:0px;
	padding:0px;
	float:left;
	color:#2A180E;
}

#Logo{
	height:200px;
	width:150px;
	margin:0;
	padding:20px;
}

#date{
	height:20px;
	width:150px;
	margin:0;
	padding:0px;
	font-family:"Century Gothic";
	color:#2a180e;
	font-size:15px;
	text-align:center;
	text-decoration: none;
	font-weight: lighter;
	padding-bottom: 0px;
	margin-left: 20px;
}

li.nav{
	height:20px;
	width:150px;
	margin:0px;
	padding:8px 0px 8px 15px;
	list-style:none;
	font:13px "Century Gothic";
	color: #2a180e;
	font-weight:normal;
	text-decoration: none;
	/*-letter-spacing:.1em;
	line-height:16px;
	display:block;--*/
}

li.nav:hover{
	background:#A3C27B;
	background: url("http://www.studiofoto.com/graphics/SF_bullet.gif") 10px 50% no-repeat;
}
/*----------------------------------------*/


div#Right_Content{
	height:605px;
	width:686px;
	position: absolute;
	left: 246px;
	top: 16px;
	
}

/*-----------------form----------------*/

div#Form_Content{
	height:900px;
	width:750px;
	position: absolute;
	left: 240px;
	top: 10px;
	
}

#Form_title{
	font-family:"Century Gothic";
	font-size:12px;
	color:#2a180e;
}

#Form td{
	font-family:"Century Gothic";
	font-size:10px;
	color:#2a180e;
}

.title{
	font-family:"Century Gothic";
	font-size:13px;
	color:#2a180e;
	font-style:bold;
	}

.formbox{
	border: 1pt solid rgb(20,40,95);
	padding: 5px;
	margin: 5px;
	
	}
#stage #Right_Content p {
	text-align: center;
	font-weight: bold;
}
.click {
	text-align:center;
	font-family:"Century Gothic";
	font-size:16px;
	color:#2b1105;

}
