a.flag_white
	{
		color:#FFFFFF;
		text-decoration:none;
		cursor:pointer;
	}
a.flag_white:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
		cursor:pointer;
	}
a.flag_green
	{
		color:#00CC00;
		text-decoration:none;
		cursor:pointer;
	}
a.flag_green:hover
	{
		color:#00CC00;
		text-decoration:underline;
		cursor:pointer;
	}
a.language
	{
		color:#FFFFFF;
		text-decoration:none;
		cursor:pointer;
	}
a.language:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
		cursor:pointer;
	}
img.page_image
	{
		margin-right:20px;
		margin-bottom:20px;
	}
img.page_image_2
	{
		margin-left:20px;
		margin-bottom:20px;
		margin-top:100px;
	}
h1
	{
		margin:10px;
		padding:0px;
		font-size:large;
	}
div.home_bg
	{
		background:url(../images/Page_Pics/Home_Page_Background.jpg) no-repeat center bottom;
		padding-bottom:300px;
		padding-left:30px;
		padding-right:30px;
	}
div.default_bg
	{
		background:url(../images/Page_Pics/Default_Page_Background.jpg) no-repeat right bottom;
		padding-bottom:30px;
		padding-left:30px;
		padding-right:30px;
	}
em
	{
		font-style:italic;
	}
em.bold
	{
		font-style:italic;
		font-weight:bold;
	}
span.activity_item
	{
		padding-left:20px;
		font-size:small;
	}
div.activities_image
	{
		background:url(../images/Page_Pics/Activities_Master.jpg) center no-repeat;
		width:280px;
		height:517px;
		float:left;
		margin-right:20px;
	}
div.activities_content
	{
		width:450px;
		float:left;
		margin-top:10px;
		margin-bottom:20px;
	}
input.contact
	{
		width:350px;
		border:1px #666666 solid;
		margin-left:20px;
		padding:1px;
	}
textarea.contact
	{
		width:350px;
		height:80px;
		border:1px #666666 solid;
		margin-left:20px;
		padding:1px;
	}
input.button
	{
		width:80px;
		border:1px #666666 solid;
		background-color:#CCCCCC;
		margin-left:20px;
		cursor:pointer;
	}
table.contact_table
	{
		border:0px;
	}
td.contact_item
	{
		border:1px #666666 solid;
		vertical-align:top;
	}		