/*
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: 20px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	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;
}

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

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


h2.black {
	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: 22px;
	line-height: 26px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #191993;
	background-color: #fff;
}

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

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

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

.red {
	color: #D00000;
}

.blue {
	color: #191993;
}

.floatRight {
	float: right;
	margin-left: 10px;
}

#wrapper {
	position: relative;
	margin-top: 50px;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	min-height: 1000px;
	background-color: white;
}

#wrapperIndexWelcome {
	position: relative;
	margin-top: 75px;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0 25px 0;
	max-width: 1000px;
	min-width: 1000px;
	background-color: white;
	border-top: 2px solid #000;
	border-bottom: 6px solid #000;
}

#adminMenu {
	float: left;
	width: 220px;
	padding-top: 30px;
}

#adminMenu p {
	font-family: Georgia, serif;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 20px;
	background-color: #fff;
}

#adminMenu p a:link, #adminMenu p a:visited {
	color: #000;
	text-decoration: none;
}

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

#rightPanel {
	float: left;
	width: 550px;
	min-height: 500px;
	padding-left: 115px;
}

#rightPanelApps {
	width: 980px;
	padding: 0 10px;
}

#notices {
	float: left;
	width: 550px;
	padding-left: 115px;
}

a:link, a:visited {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #191993;
	text-decoration: underline;
}
a.nom:link, a.nom:visited {
	font-family: Georgia, serif;
	font-size: 0.9em;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #191993;
	text-decoration: underline;
}

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

#innerRightLeft {
	float: left;
	width: 400px;
}

#innerRightRight{
	float: left;
	width: 300px;
	padding-left: 25px;
}

img {
	border: 0;
}

.clear {
	clear: left;
}

.clearBoth {
	clear: both;
}

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

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;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

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;
}


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

#adminMenu ul, #innerRightLeft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	color: #000;
	background-color: #fff;
}

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

li.sub {
	font-size: 15px;
	color: #D00000;
}

li.sub1 {
	font-size: 20px;
	color: #D00000;
	padding-top: 25px;
	padding-bottom: 5px;
}

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

li.blue {
	color: #191993;
}

table.noms {
 width: 980px;
 border-collapse: collapse;
}

table p {
	background-color: transparent;
}

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.shortList {
	width: 85px;
	padding: 5px 15px 5px 0;
	font-size: 0.9em;
}

td.shortListA {
	width: 280px;
	padding: 5px 20px 5px 0;
	font-size: 0.9em;
}

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;
}

td.list {
	padding: 1em;
	border-bottom: 1px solid #000;
}	

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

.red {
	color: #D00000; 
}

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;
}

a.letter:link {
	display: inline-block;
	width: 2em;
	font-size: 1.25em;
	color: #000;
	background-color: #191993;
	padding: 1em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
a.letter:visited {color:#fff;}
a.letter:hover {
	color:#fff;
	background-color: #ff0000;
}

a.amend:link {
	float: right;
	display: inline-block;
	font-size: 0.9em;
	color: #000;
	background-color: #191993;
	padding: 0.25em 1em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-left: 1em;
}
a.amend:visited {color:#fff;}
a.amend:hover {
	color:#fff;
	background-color: #ff0000;
}

a.add:link {
	display: inline-block;
	font-size: 0.9em;
	color: #000;
	background-color: #191993;
	padding: 0.25em 1em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-left: 1em;
}
a.add:visited {color:#fff;}
a.add:hover {
	color:#fff;
	background-color: #ff0000;
}



