/*Global Styles
*/

* { 
	padding : 0;
	margin : 0;
} 


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


/* id's */

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


#header {
	height : 135px;
	background-repeat: no-repeat;
	background-image: url(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;
} 


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


.clearboth {
	clear : both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #205886;
} 
