body
{
	background-color:	#000000;
}

img
{
	border-style:		none;
}

#container
{
	font-family:		Trebuchet MS;
	width:				790px;
	height:				auto;
	background-color:	#FFFFFF;
	border:				solid 2px #FFFFFF;
	color:				#FFFFFF;
	margin:				0 auto;
}

#header
{
	width:				787px;
	height:				auto;
	background-color:	#FFFFFF;
	background-repeat:	no-repeat;

	
	/* Text */
	font-family:		Trebuchet MS;
	font-size:			16pt;
	text-align:			right;
	color:				#000000;
}

#main-nav
{
	padding-top: 		2px;
	padding-bottom:		1px;
	width:				100%;
}

#sub-nav
{
	padding-top:		1px;
	width:				100%;
}

#content
{
	width:				770px;
	height:				auto;
	min-height:			400px;
	background-color:	#FFFFFF;
	
	/* Text */
	font-family:		Trebuchet MS;
	font-size:			12pt;
	text-align:			left;
	color:				#000000;
	padding:			10px 10px 10px 10px;
}

#content p
{
	padding-left:		20px;
	padding-bottom:		10px;	
	padding-right:		20px;	
}

#content h1
{
	font-size:			18pt;
	font-weight:		normal;
	padding-left:		5px;
}

#content h3
{
	font-size:			14pt;
	font-weight:		normal;
	clear:				both;
	padding-left:		10px;
	color:				#000000;
}

#content h4
{
	border:				dotted;
	border-width:		thin;
	font-size:			18pt;
	font-weight:		normal;
	padding-left:		5px;
}
#content h4 img
{
	padding-top:		5px;
}

a.button1, a.button1:link, a.button1:visited
{
	background-color: 	#000000;
	color:				#FFFFFF;
	font-family:		Trebuchet MS;
	font-size:			12pt;
	text-align:			center;
	border:				2px solid #000000;
	padding:			8px 29px;
	text-align: 		center;	
	border-radius:		4px;
	-webkit-transition-duration:	0.4s;
	transition-duration:			0.4s;
	line-height: 		40px;
}

a.button1:hover
{
	background-color:	#FFFFFF;
	color:				#000000;
}

a.button2, a.button2:link, a.button2:visited
{
	background-color: 	#FFFFFF;
	color:				#000000;
	font-family:		Trebuchet MS;
	font-size:			12pt;
	text-align:			center;
	border:				2px solid #000000;
	padding:			8px 29px;
	text-align: 		center;	
	border-radius:		4px;
	-webkit-transition-duration:	0.4s;
	transition-duration:			0.4s;
	line-height: 		40px;
}

a.button2:hover
{
	background-color:	#000000;
	color:				#FFFFFF;
}

#footer
{
	width:				790px;
	height:				50px;
	background-color:	#000000;
	clear:				both;
	
	/* Text */
	font-family:		Arial;
	font-size:			8pt;
	text-align:			center;
	color:				#FFFFFF;
	padding:			15px 0px 0px 0px;
}