﻿body 
{
	margin: 10px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helv;
}

#main
{
	width: 802px;
	margin: 0px auto;
}

img
{
	border: 0px;
}

h1
{
	display: inline-block;
	width: 158px;
	height: 0px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	padding-top: 192px;
	overflow: hidden;
	margin: 0px;
}

#topbar
{
	height: 32px;
	width: 644px;
	float: right;
	background-image: url(/images/topbar.gif);
	background-repeat: no-repeat;
	padding-top: 160px;
}

#topbar ul
{
	background-image: url(/images/topmenu.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding: 5px 5px 0px 15px;
	margin: 0px;
}

#topbar li
{
	display: inline;
	padding: 0px 15px 0px 15px;
	background-image: url(/images/topbullet.gif);
	background-position: 0 50%;
	background-repeat:no-repeat;
}

#topbar a
{
	color: Black;
	text-decoration: none;
}

#pagewrapper
{
	background-image: url(/images/pageedges.gif);
	background-repeat:repeat-y;
	padding: 0px 6px 0px 1px;
}

#pageinternal
{
	border-top: 3px solid #d7df6f;
	border-bottom: 3px solid #d7df6f;
}

#pageinternal #leftmenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 10px;
}

#pageinternal #leftmenu li
{
	width: 95px;
	height: 35px;
	padding: 2px 6px 6px 3px;
	background-image: url(/images/menu_leftsidebutton.gif);
	background-repeat: no-repeat;
	color: #d7df6f;
	margin: 10px 25px 0px 25px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#pageinternal #leftmenu li a
{
	width: 95px;
	height: 35px;
	vertical-align: middle;
	display: table-cell;
	color: #d7df6f;
	text-decoration: none;
	overflow: hidden;
}



#pageinternal #leftmenu li
{
	width: 95px;
	height: 35px;
	width: 104px;
	height: 48px;
	padding: 2px 6px 11px 3px;
padding: 0px;
	background-image: url(/images/menu_leftsidebutton.gif);
	background-repeat: no-repeat;
	color: #d7df6f;
	margin: 10px 25px 0px 25px;
mmargin: 0px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
position: relative;
}

#pageinternal #leftmenu li .d1
{
height: 40px;
position: relative;
width: 104px;
overflow: hidden;
}

#pageinternal #leftmenu li .d2
{
left: 0px;
width: 95px;
padding: 0px 6px 0px 3px;
padding: 0px;
margin: 0px;
margin-left: 2px;
text-align: center;
position: absolute;
top: 50%;
}

#pageinternal #leftmenu li .d3
{
position: relative;
top: -50%;
}

#pageinternal #leftmenu li a
{
	color: #d7df6f;
	text-decoration: none;
}





#pageclear
{
	clear: both;
	height: 10px;
	
}

#footer
{
	background-image: url(/images/bottombar.gif);
	background-repeat: no-repeat;
	height: 28px;
	color: White;
	font-size: 80%;
	padding-top: 4px;
	padding-left: 15px;
}

#leftmenu
{
	float: left;
}

#content
{
	padding: 10px 25px 20px 0px;
	float: left;
	width: 610px;

}

	#content h2
	{
		font-size: 115%;
		margin: 0px;
		padding: 0px;
		padding-top: 20px;
	}
	
	#content p
	{
		padding: 0px;
		margin: 0px;
		margin-top: 1em;
	}

#content .imgfloatleft,
#content .imgfloatright
{
	padding: 0px;
	margin: 0px;
}

#content .imgfloatleft
{
	float: left;
	margin-right: 30px;
}

#content .imgfloatright
{
	float: right;
	margin-left: 30px;
}

#content .imgfloatleft img,
#content .imgfloatright img
{
	display: block;
}

#content #gallery
{
	line-height: 36px;
}

#content #gallery a,
#content #gallery a:hover
{
	display: inline-block;
	padding-left: 10px;
	padding-top: 10px;
	border: none;
}

#content a
{
	border-bottom: 1px dotted #183219;
	color: #183219;
	text-decoration: none;
}

#content a:hover
{
	border-bottom: 1px solid #183219;
}

#content h2.thankyou
{
	margin-top: 100px;
	text-align: center;
	color: #183219;
	font-size: 140%;
}

#content p.thankyou
{
	text-align: center;
	color: #999999;
	font-size: 120%;
}



