*{
margin:0;
padding:0;
}

body{
  background: #c11a1a url(images/Content.png) repeat-y scroll 20% 0;
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
text-align:center;
color:#000;
font-size: 76%;
}

/* General Style Info */
a{
color:#003d4c;
text-decoration:underline;
}
a:hover{
color:#003d4c;
text-decoration:none;
}

a img{
border:none;
}

h1{
color: #000000;
font-size: 180%;
}

h2{
color:#c11a1a;
padding-top: .5em;
font-size: 180%;
}

h3{
color:#000;
padding-top:1em;
font-size: 140%;
}

h4{
color:#c11a1a;
padding-top:0.5em;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

p {
  margin-bottom: .5em;
}

/* Name Tags */

.logo, .names {
  text-align: center;
  vertical-align: middle;
}

.primaryName {
  font-family: 'Copperplate Gothic Bold';
  font-weight: bold;
  font-size: 25pt;
}
.secondaryName {
  font-family: 'Copperplate Gothic Bold';
  font-weight: normal;
  font-size: 18pt;
}

/* Layout */

#container{
  padding: 1px;
  background: url(images/Header.png) no-repeat scroll 20% 0;
  text-align:left;
}

#header{
  margin: 10px 0 0 20%;
  padding: 0 20px 0 20px;
  height: 120px;
}

#header h3 {
  color: #CCC;
}

#content{
  margin: 0 0 0 20%;
  padding: 0px 20px 10px 20px;
  color: #000;
}
#home {
  margin: 0;
  padding: 0;
}
#footer{
clear:both;
padding: 6px 10px;
text-align: right;
}
#navigation {
  background: url(images/Logo.png) no-repeat scroll 20% 10px;
  width: 19%;
  float: left;
  margin-top: 0;
  padding-top: 150px;
}
#navigation ul {
margin: 0 8px;
}
#navigation li {
  list-style: none;
}
#navigation a {
  text-decoration: none;
  font-size: 1.25em;
  font-weight: bold;
  color: #FFF;
}
#navigation a:hover {
  color: #CCC;
}
hr {
  margin: .5em 0;
}

/* tables */

table {
border: 1px solid #ccc;
color:#333;
background-color: #fff;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: left;
}
table tr.altRow td {
background: #f4f4f4;
}
table.registrationList {
	border: 2px solid #aaa;
}	
table.registrationList tr td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
table.registrationList tr.top td {
	border-top: 2px solid #aaa;
}
table.registrationList tr.bottom td {
	border-bottom: 2px solid #aaa;
}

#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {                  
margin:.5em 1em;       
}                     
dt {                  
font-weight: bold;    
}      
dt span {
	color:#c11a1a;
}
dd {                  
margin-left:2em;  
margin-bottom: 1em;
}                     

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form.paypal {
	margin-top: 0em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
overflow: auto;
}
form div.date{
margin-left: 0em;
}
table tr td label, label {
  text-align: right;
}
tr.required{
font-weight:bold;
}
tr.optional{
}
.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}

