﻿/* Built-in Attribute Styles */
body {
	background-color:#2C45A1;
	margin:0 0 0 0;	
}
p {
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	margin:10px 10px 5px 10px;
}
h1 {
	font-family:Arial;
	font-size:13pt;
	color:#931011;
	font-weight:bold;
	margin-top:0;
	margin-left:10px;
}
h2 {
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#931011;
	margin-left:10px;
	margin-bottom:5px;
}
h3 {
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#931011;
	margin-top:10px;
	margin-bottom:15px;
	text-align:center;
	font-weight:bold;
}
ul {
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	margin:2px 10px 2px 10px;
}
ol {
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	margin:2px 10px 2px 40px;
}
li {
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	margin:2px 10px 2px 25px;
}
a {
	color:#2C45A1;
	font-family:Arial;
	font-size:11pt;
	/*font-weight:bold;*/
	text-decoration:none;
}
a:hover {
	color: #931011;
	font-family:Arial;
	font-size:11pt;
	/*font-weight:bold;*/
	text-decoration:none;
}

/* Background Design Styles */
#designContainer {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-color:#EDEFEE;
}
#leftShadow {
	margin-left:auto;
	margin-right:auto;
	width:32px;
	background-image:url('images/design_images/left_shadow.png');
}
#rightShadow {
	margin-left:auto;
	margin-right:auto;
	width:32px;
	background-image:url('images/design_images/right_shadow.png');
}
#footer {
	background-image:url('images/design_images/bottom.png');
	background-color:#EDEFEE;
	width:750px;
	overflow:hidden;
}
#navigation {
	float: left;
	width: 175px;
	margin-left: 15px;
}
#contentContainer{
	float:left;
	width:550px;
}
#mainContainer {
	background-image:url('images/design_images/container.png');
}

/* Font styling */
.menuHeader {
	color:#2C45A1;
	font-family:Arial;
	font-size:11pt;
	/*font-weight:bold;*/
	text-decoration:none;	
}
.bottomNavigation {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
	text-align: center;
	font-weight: normal;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#EDEFEE;
}
.teambtsNotice {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
	text-align: center;
	margin:0px;
}
.judgeBioTableInfo{
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	margin:0;
}
.lifetimeMembers {
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	margin:0;
}
.meetingText {
	color:#2C45A1;
	font-family:Arial;
	font-size:10pt;
	/*font-weight:bold;*/
	text-decoration:none;
	margin:0 0 0 0px;	
}