* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #FFFFFF;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000000 url(images/background.jpg) fixed repeat-x ;
	color: #FFFFFF;
}

img { 
    border: none;
}

a:link {
    color: #FF9900;
	text-decoration: none;
	border: none;
}

a:visited {
    color: #FF9900;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline;
}

#contentIndex {
    clear: both;
	padding: 20px;
	background: #555555;
	margin: 10px 10px 10px 10px;
	border: 1px solid #FFFFFF;
}

#newsIndex {
    clear: both;
	padding: 25px;
	background: #555555;
	margin: 10px 10px 10px 10px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.conthead {
	background: url(images/content_header.png) no-repeat;
	height: 28px;
	width: 698px;
	padding-left:7px;
	padding-right:7px;
	padding-top:4px;
	margin-left: auto;
	margin-right: auto;
}
.annTitle {
    text-align: center;
	height: 20px;
}
.annDate {
    text-align: right;
	margin-top: -20px;
	width: 100%;
    height: 20px;
}

#page {
	float: right;
	width: 783px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#maintitle {
    text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {

}
.title {
    text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.textBox {
    margin: 10px 10px 10px 10px;
	padding: 20px;
}

.textBoxW {
    clear: both;
	padding: 20px;
	background: #555555;
	margin: 10px 10px 10px 10px;
	border: 1px solid #FFFFFF;
}
.profilePic {
	height: 100px;
	width: 100px;
	border-bottom: 1px solid #FFFFFF;
}
.pContainer {
    height: 122px;
	margin-left: auto;
	margin-right: auto;
}
.cProfile {
    text-align: center;
	border: 1px solid #FFFFFF;
    float: left;
    margin-left: 3px;
	margin-right: 3px;
    height: 122px;
}
.profilePic {
	height: 100px;
	width: 100px;
	border-bottom: 1px solid #FFFFFF;
}
.eventPic {
    border: 1px solid #FFFFFF;
	width: 650px;
	height: 350px; 
	margin-left: auto;
	margin-right: auto;
}
.aContainer {
	clear: both;
}


#header {
	width: 960px;
	height: 133px;
	background: #333333;
	border-bottom: 1px solid #FFFFFF;
}


#wholePage {
    width: 960px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFFFFF;
	background: #333333;
}






#textBoxWarning {
    clear: both;
	padding: 20px;
	background: #6F2B2B;
	margin: 10px 10px 10px 10px;
	border: 1px solid #FFB7B7;
}





#sidebar {
	float: left;
	width: 147px;
	margin-left: 10px;
	margin-top: 10px;

	
}

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
    margin-top: 1px;
}

#menu a {
    background: url(images/btn_up.png);
	display: block;
	width: 147px;
	padding: 5px 0px 9px 0px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/btn_down.png);
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/btn_active.png);
	color: #FFFFFF;
}

#footer {
	width: 930px;
	height: 15px;
	padding: 5px 15px;
	background: #3B3B3B;
	font-size: .77em;
	color: #FFFFFF;
}

#legal {
	float: left;
}
