/* WELC CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	min-height: 100%;
	background:url(images/bodybg.jpg) left repeat-y;
	font-family: Arial, Verdana, Sans-Serif;
}


#container {
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 770px;
}

#header {
	width: 100%;
	height: 123px;
	background: #F9F9FE;
}

#header #logo {
	float: left;
	width: 151px;
	background: url(images/logo.jpg) no-repeat;
	height: 100px;
	margin-top: 10px;
	margin-left: 15px;
}

#header #logo  a{
	display: block;
	height:100px;
	width: 151px;

}

#header .illustration {
	float: right;
	height: 123px;
	width: 514px;
	background: url(images/headergraphic.jpg) no-repeat top right;
}

#border {
	clear: both;
	height: 6px;
}

#border .left{
	float: left;
	width: 179px;
	border-top: 6px solid #E9E9FA;
}

#border .right {
	float: right;
	background: url(images/bodyborder.jpg) top right no-repeat;
	height: 6px;
	width: 554px;
}

#main {
	width: 100%;
	clear: both;
}	

#main .left {
	float: left;
	width: 179px;
	height: 100%;
	min-height: 500px;
	border-right: 6px solid #E9E9FA;
	background: #6D6DBF;
}

#main .left .illustration {
	background: #6D6DBF url(images/sidegraphic.jpg) bottom no-repeat;
	height: 272px;
	width: 179px;
}

#main .left .illustration p{
	font-size: 10px;
	color: white;
	padding-left: 12px;
	padding-top: 12px;
}

#main .left .illustration p a{
	color: white;
}

#menu .left #menu {
	width: 179px;
}

#main .right {
	float: left;
	width: 70%;
}

#main #content {
	width: 95%;
	padding-left: 10px;
	min-width: 500px;
	min-height: 100px;
	height: 100%;
	color: #6264A1;
}

#main #content strong {
	color: #364AA0;
}

.left #menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.left #menu ul li{
	display: block;
	height: 24px;
	background: url(images/menubg.jpg) repeat-x top;
}

.left #menu ul li a{
	display: block;
	padding: 0px;
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	padding-left: 12px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}


.left #menu ul .sub{
	display: block;
	height: 24px;
	background: none;
}

#footer {
	text-align: center;
	font-size: 11px;
	width: 70%;
	margin: 0px auto;
	padding-bottom: 20px;
	
}

#footer a {
	text-decoration: none;
	color: #364AA0;
	
}

