body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:12px 0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#8357bd;
	}
#outer_container {
	width:804px;
	margin:0 auto;
	text-align:left;
	}
#header {
	width:804px;
	height:81px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	}
	
#menuContainer{
	height:18px;
		padding:12px;
			background-color:#ffffff;
}

#menu {

	padding-top:7px;
	width:450px;
	float:left;

}
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
#menu ul li {
	padding:0;
	margin:0;
	padding-right:16px;
	display:inline;
	}
#menu a {
	color:#071c64;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover {
	color:#e1b91a;
	font-weight:bold;
	text-decoration:none;
}
#content {
	width:804px;
	background-color:#ffffff;
		min-height:436px;

	}
	
#left_col {
	width:190px;
	margin:0 7px;
	font-size:11px;
	color:#ffffff;
	}	
#left_col p{
	margin:0;
	padding:9px 10px;
	}	
	
#left_col_top {
	width:190px; 
	height:107px;
	background-image:url(images/top_lc.jpg);
	background-repeat:no-repeat;
	margin-bottom:4px;
	}	
#left_col_mid {
	width:190px; 
	height:153px;
	background-image:url(images/mid_lc.jpg);
	background-repeat:no-repeat;
	margin-bottom:4px;
	}	
#left_col_bottom {
	width:190px; 
	height:210px;
	background-image:url(images/bottom_lc2.jpg);
	background-repeat:no-repeat;
	}	
#homepage_caption {
	width:384px; 
	background-color:#ECE9D8; 
	font-size:16px; 
	color:#071C64;
	padding:12px;
	margin-top:7px;
	}
#bottom {
	width:804px;
	height:14px;
	background-image:url(images/bottom_corner.jpg);
	background-repeat:no-repeat;
	}
#footer {
	width:804px;
	color:#ffffff;
	padding-top:8px;
	font-size:10px;
	}
#copyright {
	width:145px;
	float:left;
	display:inline;
	text-align:left;
	margin-left:8px;

	}
#digitalcanvas {
	width:300px;
	float:left;
	display:inline;
	text-align:center;
	margin-right:8px;
	
	}	
#digitalcanvas a{
	color:#ffffff;
	text-decoration:none;
	}
#digitalcanvas a:hover{
	color:#ffffff;
	text-decoration:underline;
	}
#bottom_links {
	width:320px;
	float:right;
	display:inline;
	text-align:right;
	margin-right:8px;
	
	}
	
#bottom_links a{
	color:#ffffff;
	text-decoration:none;
	}
#bottom_links a:hover{
	color:#ffffff;
	text-decoration:underline;
	}
h1 {
	font-size:18px;
	color:#071C64;
	font-weight:bold;
	}
h2 {
	font-size:15px;
	color:#8357BD;
	font-weight:bold;
	}
.larger {
	font-size:14px;
	color:#8357BD;
	font-weight:bold;

}	



#newsletterForm {
	width:250px;
	padding:18px;
	margin: 0 auto;
	background-color:#FCFFE0;
	border: 1px solid #9966FF;
	margin-top:20px;
}

#newsletterForm label {
	font-weight:bold;
}

#newsletterForm form {
	padding:0;
	margin:0;
}


#newsletterForm input {
	display:block;
	margin-bottom:12px;
}

.menuIconTwitter {
	float:right;
	width:168px;
}

.menuIconNews{
	float:right;
	width:100px;
}

#fbshare{
	float:right;
	width:75px;
	padding-top:7px;
}


.line {
	border-bottom:1px solid #999999; 
	width:150px;
	padding-top:12px;
}


