/* CSS Document */


body {
        text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #0C1B5E;
        font-size:70%;
}

h1 { font-size:200%; }
h2 { font-size:150%; }
h3 { font-size:120%; }
h4 { font-size:110%; }

#header{
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(images/banner_blue.jpg); PADDING-BOTTOM: 0px; WIDTH: 773px; PADDING-TOP: 78px; TEXT-ALIGN: center
}


#frame 
{
	width:773px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}
		

#filet {
	border-width: 1px;
	border-style: solid;
	border-color: #DBE1FB;
	padding: 10px;
}

#welcome {
	background-image: url(/CE_images/bgwelcome.jpg);
	height: 80px;
	width: 566px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0B1B5E;
	position:relative;
}

#welcometext {
	position:absolute;
	left:160px;
	top:20px;
        width:375px;
        overflow:hidden;
}

#footer {
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-BOTTOM-WIDTH: 1px;
	MARGIN: 10px 0px;
	WIDTH: 773px;
	POSITION: relative;
	BORDER-RIGHT-WIDTH: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DBE1FB;
	border-right-color: #DBE1FB;
	border-bottom-color: #DBE1FB;
	border-left-color: #DBE1FB;
	text-align: center;
	padding-top: 3px;
}

#footer a:active,#footer a:link,#footer a:visited { color: #0C1B5E; }
#footer a.hover { color: #0C1B5E; text-decoration: none; }


