/* Main Structure */
body {
	background-color: #405c67;
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	background-image:url('images/bkgnd_fade.jpg');
	background-repeat: repeat-x;
}

.container {
	background-color: #ffffff;
	margin-left: 30px;
	margin-right: 30px;
	padding: 5px 15px 0px 15px;
	background-color: #ffffff;
	text-align: left;
/*	width: 900px;*/
}

.textcontainer {
	padding-left: 5px;
}

p {
	font-size: 1.0em;
	padding: 0 3px 0 3px;
}


h1 {
	font-size: 1.5em;
	color: #000000;
	text-align:left;
}

h2 {
	font-size: 1.2em;
	color: #000000;
}

h3 {
	font-size: 1.1em;
	color: #ce000c;
}

.highlight {
	color: #ce000c;
}

.white {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #ffffff;
}

/*////////////////  INFO BOXES  /////////////////////////*/
#infoboxes h3 {
	font-size: 1em;
	color: #ce000c;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}

#infoboxes h3.black {
	color: #000000;
}

#infoboxes p {
	font-size: 1.0em;
	padding-top: 5px;
	margin-top: 0;
}

#infoboxes td {
	border: 1px solid #dddddd;
}

/*//////////////////  CALENDAR  ///////////////////////////*/
#calendar .daytitles {
	background-color: #ce000c;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	color: #ffffff;
	width: 31px;
}

#calendar .days {
	background-color: #ffffff;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	color: #656565;
	width: 31px;
	border: solid 1px #9f9f9f;
}

#calendar .today {
	background-color: #c0c0c0;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	color: #000000;
	width: 31px;
	border: solid 1px #9f9f9f;
}

#calendar a {
	color: #ce000c;
}

#calendar a:hover {
	color: #ce000c;
	text-decoration: underline;
}

#calendar .searchtext {
	font-family: Verdana, Helvetica, sans-serif;
	color: #656565;		
}

/*/////////////////////////////////////////////////////////*/
#floatingcomment {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
/*	position: relative;
	top: -25px;
	left: 0px;*/
}

/*/////////////////////////////////////////////////////////*/
#form .inner{
	background-color: #e8e8e8;
	border: solid 1px #ce000c;
}

#form .formfield {
	font-family: Verdana, Helvetica, sans-serif;
	color: #656565;		
}

#form .button {
	font-family: Verdana, Helvetica, sans-serif;
	color: #ffffff;		
	background-color: #ce000c;
	padding: 5px 15px 5px 15px;
	text-align: right;
}

#form .highlight {
	color: #ce000c;
}

/*/////////////////////////////////////////////////////////*/

.footertitle {
	background-color: #d0000a;
}

a {
	color: #ce000c;
	text-decoration: none;
	font-size: 1em;

}

a:hover {
	color: #ce000c;
	text-decoration: underline;
}


hr {
	height: 1px;
	color: #bdbdbd;
	text-align:center;
}
