<STYLE type="text/css">

/* This should be how you do CSS comments. */
/* cec_main.css */

body {
}


.container {
	 width: 800px;
	 height: 600px;
	 background-color: #3D1F81;
	 font-family: "Arial", sans-serif;
}

/*.logo {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right: solid;
	border-bottom: solid;
	border-color: #C9E6F4;
}
*/

a:link {color: #C9E6F4;}
a:visited {color: #E8F4FA;}
a:hover {color: white;}


.leftside {
	float: left;
	height: 405px;
	width: 405px;
	background: #C9E6F4 url(images/logo_lg.jpg);
	background-repeat: no-repeat;
}

.rightside {
	float: right;
	width: 300px;
	height: 400px;
	align: center;
	padding-left: 50px;
}

.leftpart {
	clear: left;
	align: center;
	width: 395px;
	height: 375px;
	overflow: scroll;
	background: white;
	color: #3D1F81;
	margin-top: 10px;
}

.leftgraphics {
	clear: left;
	align: center;
	width: 395px;
	height: 385px;
	background: white;
	color: #3D1F81;
	margin-top: 10px;
}

a.left:link {color: #92ADD8;}
a.left:visited {color: #3D1F81;} 
a.left:hover {color: #1EE2FE;}

.leftmain {
	clear: left;
	align: center;
	float: top;
	margin-top: 5px;
	margin-left: 10px;
	width: 355px;
	height: 355px;
	color: #3D1F81;
}


.rightpart {
	text-align: left;
	width: 300px;
	height: 360px;
	margin-top: 35px;
    font-size: 9pt;
	color: #C9E6F4;
}

/*rightpart a:link {
	color: #3D1F81;
}*/

.nav_button {
	float: top;
}

.nav_image {
	border-width: 0px;
}

.heading {
	font-size: 16pt;
	color: black;
	font-weight: bold;
}

.emphasis_text {
/*for main page only */
	margin-top:20px;
	font-size: 9pt;
	font-weight: bold;
	color: black;
	text-align: center;
}

.car_block {
	text-align: right;
}

.left_text {
	font-size: 10pt;
	font-color: black;
	padding-right: 5px;
}

.left_end {
	margin-top: 160px;
	font-size: 8pt;
	color: black;
}

.form_area {
	margin-top: 10px;
	width: 600px;
	background-color: #C9E6F4;
	font-color: black;
	text-align: center;
}

.footer {
	clear: both;
	width: 90%;
	text-align: center;
	color: white;
	font-size: 9pt;
}
