
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	line-height: 130%;
	margin:  0;
    padding: 0; 
}

h1{font-size:140%; padding-left: 10px; padding-bottom: 10px; padding-top: 35px; line-height: 130%;}
h2{font-size:120%; padding-left: 10px;}
h3{font-size:110px;}

a:link, a:visited{color:#0033CC;}
a:hover{text-decoration:none;}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */

/* #container has an absolute width (850 pixel) */

#pagewrapper {
	width: 850px; 
    margin: 15px auto;
	border: 1px #000000 solid;
}
#topbar {
	width: 100%; height:104px;
}
#navbar {
	background-color: #4C0A6A;
	height:28px; 

}
#navbar ul {
	width: 850px; 
	padding-left: 100px;
	margin: 0;
	color: #ffffff;
}
#navbar li {
	list-style-type: none;
	display: inline;
}
#navbar li.firstitem {
	margin-left: 40px;
}

#navbar a{
	color: #ffffff;
	float: left;
	padding: 0.5em 1.5em;
	text-decoration: none;
	}
#navbar a:hover, #navbar a:focus, #navbar a:active {
	color: #FFFF00;
}



#column_left{
	width:210px; margin-right:23px; float:left;
}
#column_left ul.home{
	font: 150% Arial, Helvetica, Verdana, sans-serif;
	line-height: 130%;
	font-weight: bold;
	padding-top: 30px;
}
#column_left ul.home li{
	list-style-type: none;
	padding-bottom: 20px;
}
#column_left ul.home li a{
	text-decoration: none;
	color: #000000;
}


#column_left p {
	padding-left: 10px;
}
#column_middle{
	width:400px; float:left; padding-top: 35px;
}
#column_right{
	width:210px; float:left; padding-top: 35px;
	}
#column_right p {
	padding-right: 10px;
}
#column_right h2 {
	padding-left: 0px;
}
#column_right h2 span {
	font-size: 90%;
	font-weight: normal;
}
#column_right ul.home{
	font: 150% Arial, Helvetica, Verdana, sans-serif;
	line-height: 130%;
	font-weight: bold;
	padding-top: 0px;
}
#column_right ul.home li{
	list-style-type: none;
	padding-bottom: 20px;
}



#column_left h2 span {
	font-size: 90%;
	font-weight: normal;
}
#column_right .boxes {
	color: #FFFFFF;
	text-align: center;
	background-color: #835D9B;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;
	padding-left: 15px;
	font-weight: bold;
}
#column_right .boxes a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#column_right .boxes a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#column_right .boxes a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#column_right .boxes2 {
	color: #FFFFFF;
	text-align: center;
	background-color: #4C0A6A;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;
	padding-left: 15px;
	font-weight: bold;
}
#column_diversity{
	width:750px; float:left; padding-top: 0px;
	}
#column_diversity p {
	padding-left: 10px;
}


div.spacer{clear:both; height:10px;}

#footer{
	width: 835px;
	height: 20px;
	padding-left: 15px;
	padding-top: 5px;
	font-size:80%;
	color:#ffffff;
	background-color: #4C0A6A;}
#footer a{
	color: #ffffff;
	}


/* ------------------------------
CUSTOM CLASSES
------------------------------ */
.skip {
       position: absolute;
       left: -999em;
}
a.skip:active,  a.skip:focus {
        top: 0;
		left: 0;
        border: 3px #3399cc solid;
        background-color: #fff;
}

