/*Global Styles
*/

* { 
	padding : 0;
	margin : 0;
} 


body {
	background-color: #443960; /*dark blue*/
	color : #003162;
} 


/* id's */

#wrapper {
	width : 925px;
	margin-left: auto;
	margin-right: auto;
	background-color: #01009A;
	border: thin solid #CCCCCC;
} 


#header {
	height : 135px;
	background-repeat: no-repeat;
	background-image: url(../images/header.jpg);
	margin-top: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #01009A;
} 


#header p {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


#header a {
	color: #CCCCCC;
}


#footer {
	width : 925px;
	margin-top : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	background-color: #333366;
	border-top : 1px solid #ccc;
	color : #CCCCCC;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
} 


#footer a {
	color : #B6D696;
	font-weight: bold;
}


/*Classes*/

.box_container_blue {
	background-color : #deebf2;
	background-image: url(../images/bluemiddle.jpg);
	background-repeat : repeat-x;
}


.box_container_white {
	background-color : #FDFEFB;
	background-repeat : repeat-x;
	background-image: url(../images/bluemiddle.jpg);
}


.box_container_blue h2, .box_container_white h2 {
	color : #3290c2;
}


.box_container_blue h3, .box_container_white h3 {
	color : #3290c2;
}


.cntr {	text-align: center;}

.itlc {font-style: italic;}

.bld {font-weight: bold;}

.xsmall {font-size: x-small;}
	
.datestyle {
	font-weight: bold;
	color: #FFFFFF;
}
.green {
	color: #006666;
}
.Large {
	font-size: 16px;
}
.clear {
	clear: both;
}
