/* CSS Document */

/* Template Formatting */
body {
	/* Dark Gold */
	background-color: #aca028;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000000;
}
a:hover {
	color: #0000ff;
}
.container {
	width: 994px;
	min-height: 600px;
	margin: auto;
	margin-top: 0px;
	/* Bright Yellow */
	background-color: #fff8af; 
	padding: 0px;
	position: relative;
}
.navigation {
	position: relative;
	width: 340px;
	float: left;
	padding: 10px;
	min-height: 570px;
	/* Gold */
	background-color: #ece06c;
	/* Olive */
	color: #5f5500;
	padding-top: 20px;
}
.navigation a {
	color: #5f5500;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:hover {
	/* Red */
	color: #E30900;
	text-decoration: underline;
}
.navigation .navigation_active {
	color: #E30900;
	text-decoration: none;
}
.navigation .navigation_active:hover {
	text-decoration: underline;
}
.joinnow a {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.almamater {
	font-size: 15px;
	color: #0000FF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	font-weight: bold;
	margin: 25px;
	margin-top: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	margin-bottom: 300px;	
}
.links {
	padding-top: 10px;
	text-align: center;
}
.header {
	color: #fff8af;
	background-color: #e30900;
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 20px;
	vertical-align: bottom;
	float: right;
	width: 614px;
}
.pageTitle {
	color: #fff8af;
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: bottom;
	position: relative;
	top: 11px;
	z-index: 9999;
}
.spacer {
	height: 50px;
}
.dropdown {
	background-color: #fff380;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width: 280px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 23px;
	vertical-align: top;
}
.dropdowntitle {
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.dropdown_menu {
	background: #fff380;
	border: 1px hidden;
	padding: 0px;
	width: 280px;
	height: 20px;
}
.dropdown_submit {
	width: 40px;
	height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* Removed */
}
.footer {
	position: absolute;
	bottom: 36px;
	width: 330px;
	text-align: right;

}
.url {
	font-size: 32px;
	color: #e30900;
	font-weight: bold;
	margin-bottom: 10px;	
}
.copy {
	font-size: 14px;
	color: #000000;
}
.content {
	float: left;
	width: 574px;
	padding: 30px;
}

/* Shadows and Effects */
.topRightShadow {
	background-image: url("../assets/images/corner.png");
	position: absolute;
	z-index: 9999;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
}
.rightShadow {
	background-image: url("../assets/images/shadow.png");
	position: absolute;
	z-index: 9999;
	background-repeat: repeat-y;
	top: 5px;
	right: 0px;
	width: 5px;
	min-height: 590px;
	height: inherit;
}
.bottomRightShadow {
	background-image: url("../assets/images/corner2.png");
	position: absolute;
	z-index: 9999;
	background-repeat: no-repeat;
	bottom: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
}
.bottomShadow {
	background-image: url("../assets/images/bottom.png");
	position: absolute;
	z-index: 9999;
	background-repeat: repeat-x;
	bottom: 0px;
	left: 5px;
	width: 984px; 
	height: 5px;
}
.bottomLeftShadow {
	background-image: url("../assets/images/corner3.png");
	position: absolute;
	z-index: 9999;
	background-repeat: no-repeat;
	bottom: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
}
.clear {
	clear: both;
}


/* Page Formatting */
h2.heading {
	color: #0000FF;
	text-decoration: underline;
}
p.stdtxt {
	text-indent: 25px;
}
.contact_info {
	vertical-align: top;
	padding-bottom: 10px;
}
.contactCard abbr {
	text-decoration: none;
	border-bottom: none;
}
.contactCard {
	margin: 5px;
	width: 560px;
	border: 1px solid #000000;
	padding: 5px;
	padding-top: 2px;
	float: left;
}
.contactCard .number {
	text-align: left;
	font-size: 10px;
}
.contactCard .name {
	margin-left: 10px;
	font-weight: bold;
	float: left;
	width: 270px;
}
.contactCard .language {
	margin-left: 10px;
	text-align: left;
	float: left;
	width: 250px;
}
.contactCard .telephone {
	text-align: right;
	float: right;
	width: 240px;
}
.contactCard .email {
	text-align: right;
	float: right;
	width: 300px;
}
.jointable {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.joinform {
	width: 100%;
}
.jointable .fields {
	width: 150px;
	vertical-align: bottom;
	padding: 2px;
	float: left;	
}
.jointable .labels {
	width: 250px;
	padding: 2px;
	font-weight: bold;
	text-align: left;
}
.jointable .reset {
	float: right;
	width: 100px;
	margin-right: 10px;
}
.jointable .submit {
	width: 100px;
	margin-left: 0px;
}
.joinAddress {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
h1.pagecaption {
	color: #0000ff;
}
.contact {
	margin: 10px;
	width: 250px;
	float: left;
}

.languageCheckboxes {
    font-size:15px;
	font-weight: normal; 
}

.sponsors {
	padding: 10px 0 0 0;	
}