@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	color:white;
	font:13px/16px Verdana, Geneva, sans-serif;
}

body.blu {background-color:#173b55;}
body.grn {background-color:#003709;}
body.red {background-color:#4f1000;}

p, ol, ul {
	margin-bottom:16px;
}

li { margin-bottom:8px; }

h1 {
	font-size:30px;
	font-family: "Farnham Display Medium", Georgia, "Times New Roman", Times, serif;
	line-height:34px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
}

h2 {
	font-size:24px;
	font-style:italic;
	font-family: "Farnham Display Medium", Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: normal;
	letter-spacing:1px;
	line-height:28px;
	text-align:center;
}

.blu h2 { color:#72c3b6; }
.grn h2 { color:#91ca34; }
.red h2 { color:#b8a983; }

a {text-decoration:none; }

input {
	padding:2px;
	margin:4px 4px 4px 0px;
	color:#fff;
	border:1px solid white;
}

.blu input { background:#173b55; color:#72c3b6; }
.grn input { background:#003709; color:#91ca34; }
.red input { background:#4f1000; color:#b8a983; }

.button { 
	padding:1px 2px;
	cursor:pointer;
	color:white!important;
}

.blu .button:hover { background-color:#72c3b6; }
.grn .button:hover { background-color:#91ca34; }
.red .button:hover { background-color:#b8a983; }

/* Layout */
#page {
	width:600px;
	margin:27px auto;
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
}

.blu #page, .blu #insert_top span { background-image:url(images/page_bg_blu.jpg); }
.grn #page, .grn #insert_top span { background-image:url(images/page_bg_grn.jpg); }
.red #page, .red #insert_top span { background-image:url(images/page_bg_red.jpg); }

	#page_top { 
		width:546px;
		padding:27px;
		background-repeat:no-repeat;
		background-position:0px 205px;
	}
	
	.blu #page_top { background-image:url(images/page_top_bg_blu.jpg); }
	.grn #page_top { background-image:url(images/page_top_bg_grn.jpg); }
	.red #page_top { background-image:url(images/page_top_bg_red.jpg); }

	#page_btm { 
		width:600px;
		background-repeat:no-repeat;
		background-position:bottom center;
	}
	
	.blu #page_btm, .blu #insert_btm span { background-image:url(images/page_btm_bg_blu.jpg); }
	.grn #page_btm, .grn #insert_btm span { background-image:url(images/page_btm_bg_grn.jpg); }
	.red #page_btm, .red #insert_btm span { background-image:url(images/page_btm_bg_red.jpg); }
	
	#page_content {
		padding:60px 27px 60px;
	}
	
	.blu #page_content { border:1px solid #72c3b6; }
	.grn #page_content { border:1px solid #91ca34; }
	.red #page_content { border:1px solid #b8a983; }
	
		#headers {
			height:484px;
			margin-bottom:27px;
		}
		
	#insert_top {
		position:absolute;
		top:0px;
		width:600px;
		height:50px;
		text-align:center;
	}
	
		#insert_top span {
			display:inline-block;
			text-align:center;
			text-transform:uppercase;
			font-size:11px;
			line-height:normal;
			padding:25px 10px;
			background-repeat:repeat-x;
			background-position:top center;
		} /* BG image declared with #page */
		
	#insert_btm {
		position:absolute;
		bottom:0px;
		width:600px;
		height:38px;
		text-align:center;
		padding-top:34px;
		background:url(images/logo_world.png) no-repeat top center;
	}
		
		/* IE6 */
		* html .blu #insert_btm { background-image:url(images/logo_world_blu.gif); }
		* html .grn #insert_btm { background-image:url(images/logo_world_grn.gif); }
		* html .red #insert_btm { background-image:url(images/logo_world_red.gif); }
	
		#insert_btm span {
			display:inline-block;
			text-align:center;
			text-transform:uppercase;
			font-size:11px;
			font-weight:bold;
			line-height:normal;
			letter-spacing:1px;
			padding:0px 10px;
			height:38px;
			background-repeat:repeat-x;
			background-position:bottom center;
		} /* BG image declared with #page_btm */
		
			.blu #insert_btm span { color:#72c3b6; }
			.grn #insert_btm span { color:#91ca34; }
			.red #insert_btm span { color:#b8a983; }

	#badge {
		width:150px;
		height:150px;
		padding:50px 47px 50px 53px;
		background-position:center center;
		background-repeat:no-repeat;
		position:absolute;
		top:308px;
		left:20px;
		text-align:center;
		text-transform:uppercase;
	}
	
		#badge div {
			font-family: "Farnham Display Medium", Georgia, "Times New Roman", Times, serif;
			font-size:65px;
			line-height:normal;
			height:65px;
			margin-top:-16px;
			padding-bottom:16px;
			font-weight: bold;
			letter-spacing:-4px;
		}
		
			* html #badge div { padding-bottom:8px; }
			
			.blu #badge div {
				margin-top:-4px;
				padding-bottom:4px;
			}
		
		#badge span {
			font-size:23px;
			padding-left:2px;
			padding-top:20px;
			vertical-align:top;
			display:inline-block;
		}
		
		#badge .ruled {
			display:block;
			border-top:1px solid;
			border-bottom:1px solid;
			margin-bottom:10px;
		}
		
	
		.blu #badge { background-image:url(images/badge_blank_blu.png); }
		.grn #badge { background-image:url(images/badge_blank_grn.png); }
		.red #badge { background-image:url(images/badge_blank_red.png); }
		
		/* IE6 */
		* html .blu #badge { background-image:url(images/badge_blank_blu.gif); }
		* html .grn #badge { background-image:url(images/badge_blank_grn.gif); }
		* html .red #badge { background-image:url(images/badge_blank_red.gif); }

