﻿/*	blue color:#1e2454;
	grey: color:#bcbdc1;
*/

body
{
	font-family:Arial;
	color: Black;
	font-size:80%;
}

img
{
	border:0px;
}

h2
{
	color:#1e2454;
}

h3
{
	color:#1e2454;
}

.container
{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

.topMenu
{
	background-color:#1e2454;
	width:759px;
		font-weight:bold;
		margin-left:1px;
		
}

.topMenu a, .topMenu a:visited
{
	color:White;
	text-decoration:none;
}

.topMenu a:hover
{
	color:#bcbdc1;
}

.topMenu ul
{
	list-style-type:none;
	margin:0px;
}
	

.topMenu li
{
	float:left;
	padding-left:16px;
	padding-top:2px;
	padding-bottom:2px;
}

.secondMenu
{
	
	background-color:#bcbdc1;

	width:759px;
		font-weight:bold;
		margin-left:1px;
}

.secondMenu a, .secondMenu a:visited
{
	text-decoration:none;
	color:#1e2454;
}

.secondMenu a:hover
{
	color:White;
}

.secondMenu ul
{
	list-style-type:none;
	margin:0px;
}

.secondMenu li
{
	float:left;
	padding-left:16px;
	padding-top:2px;
	padding-bottom:2px;
}

.content
{
	width:100%;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}

.sideBar
{
	width:235px;
	margin-left:25px;
}

.sideBarButton
{
	padding-top:8px;
	padding-bottom:8px;
}

.defaultContent
{
	margin-top:8px;
	width:464px;
	border:solid 2px #1e2454;
	padding:16px;
}

.defaultimg
{
	width:250px;
	padding:16px;
	
	
}

.defaultimg img
{
	width:218px;
}
	
.homeContent
{
	margin-top:8px;
	width:500px;
}

.homeText
{
	border:solid 2px #1e2454;
	padding:8px;
	margin-top:-16px;
	margin-left:8px;
	margin-right:8px;
	display:block;
	background-color:White;
}
.homePic img
{
	width:500px;
	
}

.newsContainer
{
	width:222px;
	background-color:#1e2454;
	color:White;
	padding:6px;
}

.newsContainer a, .newsContainer a:visited
{
	color:White;
	text-decoration:none;
}

.newsContainer a:hover
{

color:#bcbdc1;
}

.newsPic img
{
	width:75px;
}

.newsText
{
	width:137px;
	margin-left:8px;
}

.news
{
	margin-bottom:16px;
}
	
.footer
{
	margin-left:100px;
	
}

.albumBox
{
	border-top: solid 1px #1e2454;
	margin: 0px 0px 5px 10px;
	padding: 9px;
	margin-top:10px;
	width:450px;
	
}
.albumBox a, .albumBox a:visited
{
	text-decoration:none;
	color:#1e2454;
}

.albumBox a:hover
{
	text-decoration:underline;
}
hr
{
	color:#3f5383;
	margin-right:30px;
	margin-left:30px;
	background-color:#3f5383;
}

img.coverImage
{
	width: 180px;
	border: 0px;
	padding-right: 10px;
}

.albumInfo
{
	width: 230px;
	padding-right: 5px;
}
.albumDate
{
	font-size: small;
	vertical-align:bottom;
}
/*Each individual Picture Cell*/
.PictureCell
{
	
	padding: 15px;
}
.Picture
{
	border:solid 2px #1e2454;
}

.defaultText
{
	
}

.defaultText a, .defaultText a:visited
{
	color:#1e2454;
}

.defaultText a:hover
{ color:#bcbdc1;}

.listPic
{
	width:150px;
	
}

.listPic img
{
	width:150px;
}

.listText
{
	margin-left:8px;
	width:300px;
}

.listText a, .listText a:visited
{
	color:#1e2454;
}


.listContainer
{
	margin-top:16px;
	padding-bottom:4px;
	padding-top:8px;
	border-top: solid 1px #1e2454;
	width:460px;
}
	
	

