/*
Home page gray #909090
Blue #191993;
Red #D00000;
*/

body {
	background-color: #fff;
	margin: 0;
	width: 100%;
	font-family: Georgia, serif;
}

p {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

p.image {
	float: right;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	color: #000;
	background-color: #fff;
}

p.red {
   	color: #D00000; 
}
p span.uppercase {
    text-transform: uppercase;
}

span.red {
   	color: #D00000; 
}

p.caption {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	color: #000;
	background-color: #fff;
}

.keepWith {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;

}

.forward {
	border-bottom: 1px solid #000;
}

.keepWithBlack {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

h1 {
	font-family: Georgia, serif;
	font-size: 36px;
	line-height: 36px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

h3 {
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

h4 {
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #D00000;
	background-color: #fff;
    
}

h4.black {
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
    
}


h5 {
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;  
}

h5.view_speech {
	margin: 0;
}

h6 {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
    
}

#rules {
	position: relative;
	float: left;
	width: 600px;
	padding-top: 165px;
	margin-left: 150px;
}

#noticesText {
	position: relative;
	float: left;
	width: 500px;
	padding-top: 165px;
	margin-left: 150px;
}

/*

#notices h3, h4 {
	color: #D00000;
}

#notices h3 {
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 26px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	background-color: #fff;
}

#notices h4 {
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 28px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	background-color: #fff;
	margin-bottom: -6px;
}

*/

.clear {
	clear:both;
	width: 25px;
	height: 1px;
	background-color: transparent;
}

#header {
    position: relative;
    width: 100%;
	height: 267px;
	background-color: #fff;
}

#flag {
	position: relative;
	margin-top: -267px;
	margin-bottom:0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	min-width: 1000px;
	background-color: transparent;
	z-index: 20;
}

#names {
	float: left;
	width: 600px;
	margin-left: 100px;
	margin-top: 175px;
}

#names2 {
	float: left;
	width: 800px;
	margin-left: 100px;
	margin-top: 175px;
}

#bio {
	width: 75%;
	font-size: 1em;
	line-height: 1.5;
}

#speechesText {
	float: left;
	width: 600px;
	margin-left: 100px;
	margin-top: 175px;
}


.notice {
	border-bottom: 2px solid #000;
}

.noticesDiv {
	clear: right;
}

#contentLists {
	position: relative;
	margin-top: -150px;
	margin-bottom:0;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	background-color: ¢fff;
	z-index: 20;
}

#content {
	position: relative;
	margin-top: -150px;
	margin-bottom:0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	min-width: 1000px;
	background-color: ¢fff;
	z-index: 20;
}

#contentLeft {
	float: left;
	width: 220px;
}

#contentLeftLists {
	float: left;
	width: 220px;
}

#contentRightLists {
	float: right;
	width: 250px;
}

#contentLeft p {
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	background-color: #fff;
}

#contentLeft p.logged_in {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	color: #191993;
	background-color: #fff;
	text-decoration: none;
}


#contentLeftLists p {
	text-align: left;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	background-color: #fff;
}

ul {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
	margin-top: -15px;
}

#listMenu {
	float: right;
	width: 250px;
	margin-top: 175px;
}

#listMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#listMenu li {
	padding: 5px 0;
}

#listMenu li a:link, #listMenu li a:visited {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #191993;
	background-color: #fff;
	text-decoration: none;
}

#listMenu li a:hover {
	color: #D00000;
	text-decoration: none;
}

#bookmark {
	float: right;
	width: 250px;
	margin-top: 180px;
}

#bookmark ul {
	margin: -20px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#bookmark li {
	padding: 5px 0;
	border-bottom: 1px solid #000;
}

#bookmark li a:link, #bookmark li a:visited {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #191993;
	background-color: #fff;
	text-decoration: none;
}

#bookmark li a:hover {
	color: #D00000;
	text-decoration: none;
}

#contentLeft ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#contentLeft li {
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
	background-color: #F0F0F0;
}

#contentLeft ul li a:link, #contentLeft ul li a:visited {
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: #191993;
	background-color: #F0F0F0;
	text-decoration: none;
}

#contentLeft ul li a:hover {
	color: #D00000;
	background-color: #F0F0F0;
	text-decoration: none;
}

#contentRight, #notices {
	position: relative;
	float: left;
	width: 600px;
	padding-top: 165px;
	padding-left: 115px;
}

.lecture {
    float: right;
    width: 300px;
    font-family: Georgia, serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: 300;
	font-style: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

.lecture p {
    font-family: Georgia, serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: 300;
	font-style: normal;
    margin-top: 10px;
    padding: 0;
    text-align: center;
}

#footer {
	width: 100%;
	background-color: #fff;
}

img {
	border: 0;
}

#footerContainer {
	width: 655px;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	padding:15px 0 50px 345px;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: 4px;
	font-size: 20px;
	border-top: 1px solid #000;
}

.left {
	position: absolute;
	left: 0;
	top: 0;
}

.right {
	position: absolute;
	right: -200px;
	top: 0;
	z-index: 10;
}

a:link, a:visited {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #191993;
	background-color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #D00000;
	text-decoration: none;
}

a.join:link, a.join:visited {
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	background-color: #191993;
	text-decoration: none;
	padding: 0.5em 1.5em;
	margin-right: 0.5em;
}

a.join:hover {
	background-color: #ff0000;
}

.speech {
	border-bottom: 2px solid #000;
}

table {
 width: 600px;
 border-collapse: collapse;
}

table p {
	background-color: transparent;
}

table.list {
 width: 100%;
 margin-top: 1.5em;
}

td {
	width: 275px;
	padding-right: 25px;
}	

td.long {
	width: 475px;
	padding-right: 25px;
}

td.longFP {
	width: 325px;
}	

td.short {
	width: 75px;
	padding-right: 25px;
}	

td.date {
	width: 175px;
	padding-right: 25px;
}	

td.shortDate {
	width: 115px;
	padding: 0 15px 0 15px;
	background-color: #F8F8F8;
}

td.change {
	width: 55px;
	padding: 0 10px 0 10px;
	background-color: #F0F0F0;
}


td.details {
	width: 355px;
	padding: 0 10px 0 10px;
	background-color: #F8F8F8;
}	

tr.rule {
	border-top: 1px solid #000;
}

td.alpha_list {
	width: 275px;
	padding: 1em;
}	

td.letter {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	background-color: #000;
	padding: 0.25em;
}

form p {
	clear: left;
}

form p label {
	float: left;
	width: 75px;
}

#theform p label {
	float: left;
	width: 275px;
}

#theform p label.prop {
	float: left;
	width: 125px;
}

#theform p input.text {
	width: 450px;
}

#theform p input.day {
	width: 30px;
	margin: 0 0 0 10px;
}

#theform p input.year {
	width: 60px;
	margin: 0 5px;
}

form p input.login {
	width: 200px;
}

form p input.text {
	width: 450px;
}

form p input.day{
	width: 30px;
	margin: 0 15px 0 10px;
}

form p input.year{
	width: 60px;
	margin: 0 5px;
}

form p input.dayOfTheWeek{
	width: 100px;
	margin: 0 5px;
}

form p input.radio{
	margin: 0 5px;
}

form p textarea {
	width: 450px;
	height: 200px;
}

form p input.checkbox{
	margin: 0 5px;
}

form p input.submit{
	color: #fff;
	background-color: #191993;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form p input.submit:hover {
	color: #fff;
	background-color: #D00000;
}

p.btn {
	float: right;
}

p.btn a:link, p.btn a:visited {
	color: #fff;
	background-color: #191993;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

p.btn a:hover {
	color: #fff;
	background-color: #D00000;
}

p.btn2 a:link, p.btn2 a:visited {
	color: #fff;
	background-color: #191993;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

p.btn2 a:hover {
	color: #fff;
	background-color: #D00000;
}

div.surname {
	float: left;
	width: 30%;
	border: 1px solid red;
}

div.name {
	float: left;
	width: 60%;
}

div.clear_surname {
	clear: both;
}
