/*  The Standard Stylesheet */

/* Reset Stuff */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a img, :link img, :visited img {
	border: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

ol, ul {
	/*list-style: none;*/
}

/* End Reset */

*{
	border:0px;
}

body{
	margin:0px;
	
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#232323;
	letter-spacing:0.1em;
	
	/*font: 13px/1.5 Arial, Helvetica, Sans-serif;*/
}

div{
	
}

h1{
	
}

h2{
	
}

p{
	
}

p + h2{
	
}

a, a:link, a:visited, a:active, a:hover{
	color:green;
	white-space:nowrap;
}
a:hover{
	color:#ee3184;
}



/* /////////////////////////////////////////////////////////////////////////////////// */



.pageContainer{
	width:100%;
	text-align:center;
}

.page{
	width:800px;
	margin:0px auto;
	text-align:left;
}

.topBar{
	height:56px;
	text-align:right;
}

.header{
	height:249px;
	background-image:url(../images/gui/headerBackground.png);
}

.headerImage{
	position:relative;
	top:5px;
	left:-30px;
	text-align:right;
}

.contentTop{
	background-color:#35921a;
	background-color:#64b532;
	/* background-image:url(../images/gui/greenGradientTile.png);*/
	background-repeat:repeat-x;
}

.contentTop_content{
	min-height:200px;
}

.greenContent{
	padding:10px 40px;
}

.greenTitle{
	color:white;
	font-family:comic sans ms;
	font-weight:bold;
	font-size:20pt;
	margin-bottom:20px;
}

.greenSubTitle{
	color:white;
	font-family:comic sans ms;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	margin-top:25px;
}

.greenPara{
	color:white;
	font-size:14px;
	line-height:150%;
	margin-bottom:15px;
}

.contentTop_bottom{
	height:26px;
	background-image:url(../images/gui/greenEnd.png);
}

.menu{
	padding-top:15px;
	padding-left:35px;
	height:54px;
	background-image:url(../images/gui/menuBackground.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

.menuItem{
	display:inline;
	margin-right:25px;
}


.contentBottom{
	margin-top:30px;
}

.contentBottom_container, .contentBottom_container_opaque{
	border:0px solid silver;
	padding:5px 20px;
	margin-bottom:45px;
	overflow:hidden;
}
.contentBottom_container_opaque{
	background-color:#dfd;
	padding:20px;
}

.contentBottom_title{
	color:green;
	font-size:16px;
	font-weight:bold;
	
	margin-bottom:15px;
	line-height:150%;
}

.contentBottom_subTitle{
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
	line-height:150%;
}

.contentBottom_para{
	font-size:12px;
	margin-bottom:15px;
	line-height:150%;
}

.contentBottom_para ol{
	margin-left:20px;
}
.contentBottom_para ol li{
	margin-bottom:20px;
	padding-left:20px;
}

.imageRight{
	margin-left:55px;
	margin-bottom:25px;
	font-size:0px;
	float:right;
	border:2px solid green;
	padding:1px;
}




.footer{
	height:50px; 
	border-top:1px solid silver;
	padding:5px 0px;
	margin-top:70px;
	margin-bottom:30px;
}


/**/

#party_links{
	margin-top:20px;
	line-height:200%;
	text-align:center;
}

#party_links a{
	text-decoration:underline;
	margin:0px 15px;
	font-weight:bold;
	color:white;
}



