/* CSS Document */

/* CSS Document */

/*---------------------Global styles---------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background: #fff;
	margin: 0px;
	padding: 0px;
	behavior: url(css/csshover.htc);}
	
	*html {margin:0; padding:0;}

/*---------------------Wrapper---------------------*/

#wrapper {
	width: 900px;
	background-color: #005B68;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	line-height: 130%;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #116873;
	border-bottom-color: #116873;
	border-left-color: #116873;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}


/*---------------------Stripe---------------------*/

#topstripe {
	background-image: url(../images/topstripe.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 900px;
	height: 28px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
/*---------------------Logo---------------------*/
	
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 900px;
	height: 92px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
/*---------------------Colwrapper--------------------*/
/*--wraps left and right column, give gray bg color--*/
.colwrapper {
	padding: 0px;
	width: 846px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	
/*---------------------Content--------------------*/	
	
/*-left column--*/	

#col1 {
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 420px;
	display: inline; /*----fixes IE 6 float problem----*/
	}
	
#col1 img {
	margin-bottom: 8px;
	}
	
/*--right column--*/	
#col2 {
	float: left;
	width: 420px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 5px;
	display: inline; /*----fixes IE 6 float problem----*/
	}
	
#col2 img {
	margin-bottom: 10px;
	}
	

/*---------------------Footer--------------------*	
	
/*--footer--*/	
	
#footer {
	clear: both;
	width: 800px; /*--longer width than other areas looks better optically--*/	
	margin-left: 0em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}
	
#footer p {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: .6em;
	padding-top: .3em;
	padding-left: 1.5em;
	}
	
	
#footer a {
	color: #FFF;
	text-decoration: underline;
	}
	
/*---------------------Bottom Stripe---------------------*/

#botstripe {
	background-image: url(../images/botstripe.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 900px;
	height: 50px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

