/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
body {
	background-color:#d7d7d7;
	}
input, textarea, select, fieldset {
	border:1px #000 solid;
	}
option, select {
	font-size: 12px;
	}
a {
	color:#551A8B;
	}

/****************************************/
/* ID'S */

#container {
	width:100%;
	margin:auto;
	background-image:url(../images/site/container_bg.gif);
	background-repeat:repeat-x;
	background-color:#d7d7d7;
	}
#innerContainer {
	width:921px;
	background-color:#fff;
	}
#header {
	width:915px;
	color:#dcdfe4;
	font-size:10px;
	background-image:url(../images/site/header_bg.gif);
	background-repeat:no-repeat;
	height:26px;
	padding-top:5px;
	background-color:#FFF;
	}
#header a {
	color:#dcdfe4;
	text-decoration:none;
	margin: 0 4px;
	}
#header a:hover {
	text-decoration:underline;
	}
#headerLinks {
	float:right;
	margin-right:80px;
	}
#subHeader {
	padding-top: 10px;
	width:855px;
	margin:0 15px;
	background-color:#FFF;
	
	}
#subHeader a {
	text-decoration:none;
	}
#subHeader a:hover {
	text-decoration:underline;
	}
#subHeader h4 {
	color:#3A4C9E;
	display:inline;
	}
#navigation {
	padding:0 0 0 37px;
	width:153px;
	text-align:left;
	}
#navigation a {
	color:#4A566C;
	font-size:12px;
	text-decoration:none;
	line-height:19px;
	}
#navigation a:hover {
	text-decoration:underline;
	}
#news {
	width:231px;
	float:right;
	margin-top:-10px;
	font-size:12px;
	}
#news h4 {
	color:#7751bf;
	font-size:16px;
	margin-bottom:25px;
	}
#content {
	}
#innerContent {
	width:693px;
	text-align:left;
	/*padding-left:225px;*/
	margin:0 0 0 225px;
	}
#innerContent p {
	padding: 0 50px 0 20px;
	color:#3D4C69;
	font-size:12px;
	}
#innerContent a {
	text-decoration:none;
	}
#innerContent a:hover {
	text-decoration:underline;
	}
#footerTop {
	background-image:url(../images/site/footer_top_bg.gif);
	background-repeat:no-repeat;
	height:212px;
	width:915px;
	padding: 45px 0 3px 0;
	}
#footerTop a:hover {
	cursor:pointer;
	}
#footer {
	background-color:#d7d7d7;
	width:921px;
	margin-top:-45px;
	padding:10px 0;
	}
#footer a {
	margin:0 30px;
	}
/****************************************/
/* CLASSES */

.lightOrangeLink {
	color:#F6B900;
	}
.orangeLink {
	color:#DF7C29;
	}
.purpleBox {
	padding: 5px 20px;
	color:#fff;
	background-image:url(../images/site/purple_box.jpg);
	background-repeat:no-repeat;
	width:629px;
	height:136px;
	}
.purpleText {
	font-size:12px;
	}
.bold {
	font-weight:bold;
	}
.italic {
	font-style:italic;
	}
.event {
	color:#6E6D6B;
	}
.footerLine {
	font-size:12px;
	color: #666666;
	}
.header_logo {
	margin-right:40px;
	}
/********************************************/
/* PNG */


.footerButton1 {
	width:259px;
	height:136px;
	margin:0 20px;
	float:left;
	background-image: url(../images/site/footer_button1.png);
	background-repeat:no-repeat;
	background-position:center;
	}
.footerButton2 {
	width:147px;
	height:120px;
	margin:0 20px;
	float:left;
	background-image: url(../images/site/footer_button2.png);
	background-repeat:no-repeat;
	background-position:center;
	}
.footerButton3 {
	width:129px;
	height:111px;
	margin:0 20px;
	float:left;
	background-image: url(../images/site/footer_button3.png);
	background-repeat:no-repeat;
	background-position:center;
	}
.footerButton4 {
	width:209px;
	height:137px;
	margin:0 20px;
	float:left;
	background-image: url(../images/site/footer_button4.png);
	background-repeat:no-repeat;
	background-position:center;
	}