@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: .8em;
	color: #333333;
	text-align:justify
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-size:1.5em;
	font-weight:thinner;
	color:#3e107c
}

h2{
	font-size:1.3em;
	font-weight:thinner;
	color:#3e107c
}

h3{
	font-size:1.2em;
	font-weight:thinner;
	color:#3e107c
}

a{
	color:#3e107c;
	text-decoration:none
}

a:hover{
	color:#3e107c;
	text-decoration:underline
}

*{
	margin:0
}	

/* Layout styles */
#anchor{
	width:910px;
	margin-left:auto;
	margin-right:auto;
}

#container{
	float:left;
	width:912px;
}

#header{
	float:leftt;
	height:102px;
	width:912px;
}

#header h1{
	font-weight:lighter;
	font-size:1.5em;
	margin:0;
	color:black;
	text-transform: uppercase;	
}

#logo{
	float:left;
	height:86px;
	width:658px;
	margin-top:6px;
	margin-left:0px
}

#search{
	float:right;
	width:210px;
	margin-top:30px;
	text-align:right;
	border:1px #cccccc solid
}

#menu{
	float:left;
	height:23px;
	width:912px;
	background-color:#3e107c
}

#images{
	float:left;
	height:201px;
	width:912px;
	overflow:hidden
}

#main{
	float:left;
	width:910px;
	border-bottom:#c0c0c0 1px solid;
	border-right:#c0c0c0 1px solid;
	border-left:#c0c0c0 1px solid;
	background-image:url(../images/left-bg.jpg);
	background-repeat:repeat-y
}

#main-wide{
	float:left;
	width:910px;
	border-bottom:#c0c0c0 1px solid;
	border-right:#c0c0c0 1px solid;
	border-left:#c0c0c0 1px solid
}

#main-bottom{
	float:left;
	width:910px;
	height:10px;
	background-color:white
}

#left{
	float:left;
	width:233px;
	padding:10px;

}

#left ul {
	list-style:none;
	padding:0
}	

#right{
	float:left;
	width:654px;
}

#wide{
	float:left;
	width:877px;

}

#breadcrumb{
	float:left;
	width:906px;
	padding:3px;
	font-size:.75em;
	background-color:#CCCCCC;
}

#breadcrumb-wide{
	float:left;
	width:904px;
	padding:3px;
	font-size:.75em;
	background-color:#CCCCCC;
}

#right-content{
	float:left;
	padding:10px;
	padding-bottom:0;
	width:631px;
	overflow:hidden
}

#right-content ul, #right-content li{
	margin-left:20px;
	margin-top:10px
}

#content-wide{
	float:left;
	padding-bottom:0;
	width:100%;
	overflow:hidden;
	padding:10px
}

#main-page{
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	width:100%;

}

.portal-left{
	float:left;
	width:152px;
	padding-right:40px;
	margin-left:10px;
	font-size:.8em;
	font-family:verdana;
	text-align:left
}

#portal-center{
	float:left;
	width:152px;
	border-left:#c0c0c0 1px solid;
	border-right:#c0c0c0 1px solid;	
	padding-right:40px;
	padding-left:40px;
	font-size:.8em;
	font-family:verdana;
	text-align:left
}	

.portal-right{
	float:left;
	width:152px;
	padding-left:40px;
	font-size:.8em;
	font-family:verdana;
	text-align:left
}

#footer{
	float:left;
	width:910px;
	padding-top:5px;
	font-size:.75em;
}

#foot-left{
	float:left;
	width:33%;
}

#foot-center{
	float:left;
	width:34%;
	text-align:center
}

#foot-right{
	float:left;
	width:33%;
	text-align:right;
}

#main-page ul, #main-page li{
	margin-left:20px;
	margin-top:10px
}			
	


	
				
					



				
