@charset "UTF-8";

/* BLUE -- #002654 */
/* RED -- CB1414 */
#MainContainerDiv {
	width:965px;
	margin: 15px auto;
	text-align:center;
}

#MainTable{
	width:960px;
	background-color:#FFFFFF;
	text-align:center;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
}

.content {
	width:745px;
	background-color:#FFFFFF;
	text-align:left;
	margin: 0px;
}

a {
	text-decoration:underline;
	color:#333;
}

#leftNav {
	width:200px;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
	font-size:11px;
	float:left;
}

#leftNav p{
	padding:5px;
	margin-bottom:3px;
	margin-top:0px;
}

#leftNav a{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	font-style:italic;
	/*color:102973;*/
}
#leftNav p:hover{
	background-color:#CCCCCC;
	padding:5px;
	
}

.noticeHeading {
	background-color:#999999;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:12px;
	font-variant:small-caps;
}

.notice {
	background-color:#CCCCCC;
	padding-top:0px;
	margin-top:0px;
	
}

h1 {
	background-color:#CCCCCC;
	text-align:center;
	margin-top:5px;
	font-style:italic;
}

h2 {
	background-color:#CCCCCC;
	text-align:center;
}

h3 {
	background-color:#CCCCCC;
}
.footer {
	width:945px;
	background-color:#002654;
	color:#FFFFFF;
	margin:5px;
	padding:5px;
	text-align:center;
	font-size:11px;
}

.footerContainer{
	width:965px;
	background-color:#FFFFFF;
	margin:0px;
	padding-top:5px;
	padding-bottom:3px;
}

.atrow {
	background-color:#DDDDDD
}


.theading {
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../images/css/MohaTableHeadingBackground.gif);
	background-repeat:repeat-x;
	text-align:center;
}
.linknostyle {
	text-decoration:underline;
	color:#333;
	font-style:italic;
}

.tdfont {
	font-weight:normal;
	color:#222;
}

body{
	margin: 0px;
	padding:0px;
	text-align:center;
	font: 100% Palatino;
	background-image: url(../images/MainBackground.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}

html {
	margin:0px;
	padding:0px;
}

p.otherMonth {
	color:#999;
	margin-bottom:0;
}

p.thisMonth {
	color:#000;
	margin-bottom:0;
}

div.calendarText {
	font-size:10px;
}