@charset "UTF-8";
/* CSS Document */



body {
	background: #666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-size:11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a:link, a:visited { color:#333; text-decoration:underline;}
a:hover {color:#000;}

.button {
	border: thin solid #666;
}
label {
	font-weight: bold;
}

p {
	text-align: justify;
}
#displayerror {
	color: #FFF;
	font-size: 80%;
	margin-bottom: 5px;
}

#displayerror a:link { color: #FFF; text-decoration:underline; }
#displayerror a:visited { color: #FFF; text-decoration:underline; }

#container {
	width: 750px;
	background: #FFFFFF;
	margin: 0 auto;	
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
	}

#header_nomsg {
	height: 106px;
	background-color: #FFF;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center;
}

#header_garnet {
	height: 150px;
	background-color: #FFF;
	background-image: url(../img/header-garnet.png);
	background-repeat: no-repeat;
	background-position: center;
}

#header_training {
	height: 150px;
	background-color: #FFF;
	background-image: url(../img/header-training.png);
	background-repeat: no-repeat;
	background-position: center;
}

#mainContent {
	padding: 0 20px;
}

#footer {
	height: 50px;
	background-color: #FFF;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	margin: 0;
}

#footertext {
	font-size: 10px;
	color: #626250;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left: 150px;
	padding-top: 15px;
}

#footertext a:link, #footertext a:visited {
	text-decoration:none;
	color: #626250;
}

#footertext a:hover {
	text-decoration: underline;
}


h1.maintitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	color: #00458d;
	margin-bottom: 5px;
	}

h2.subtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.4em;
	color: #5abed3;
	font-style: italic;
	margin-top: 0px;
	font-weight:normal
}

.contentblock, .contentblock-inv, .contentblock_centered {
	padding-bottom: 1em;
}

.contentblock h2 {
	font-size: 1.4em;
	color: #00458d;
}

.contentblock fieldset, .contentblock_centered fieldset {
	border-color: #00458d;
}

.contentblock legend {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
color:#00458d;
font-size:1.4em;
margin-left:15px;
padding:0 5px;
font-style: italic;
}

.dayprogram {
	padding-left: 15px;
	line-height: 1.3em;
}

.dayprogram ul {
	margin-bottom: 0px;
	margin-top: 0px;
	}

.contentblock-inv fieldset {
	background-color: #00458d;
	color: #FFF;
}

.sub1 {
color: #00458d;
font-weight: bold;
font-style: italic;
}

.contentblock-inv legend {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
color:#00458d;
font-size:1.4em;
margin-left:15px;
padding:0 5px;
font-style: italic;
border: 1px solid #00458d;
}

.contentblock-inv a:link {
	color: #FFF;
	text-decoration: underline;
}

.contentblock-inv a:visited {
		color: #FFF;
		text-decoration: underline;
}

.contentblock-inv a:hover {
	text-decoration: underline;
}
	
.contentblock_centered	{
	text-align: center;
}
	
.disclaimer {
	font-size: 80%;
}
	
	.imageright {
	text-align: right;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

.required {
	color: #00458d;
	}
