/* CSS Document */
html{
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color:#000000;
	padding:0;
	border:none;
	color:black;
	background-color:white;
	width:100%;
	overflow:auto;
	
}
body{
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color:#000000;
	padding:0;
	border:none;
	color:black;
	background-color:white;
	width:100%;
}
table#container{
	min-height: 100%;
	width:100%;
	overflow:visible;
	border:0px;
	padding:0px;
	margin:0px;
}

div.chrismsRight{
	z-index:1;
	position:absolute;
	right:10px;
	top:150px;
	margin-left:10px;
	width:160px;
	text-align:center;
	overflow:hidden;
}
div.chrismsLeft{
	z-index:1;
	position:absolute;
	left:10px;
	top:150px;
	margin-right:10px;
	width:160px;
	text-align:center;
}
div.chrismsModule{
	width:148px;
	text-align:left;
	margin-top:30px;
	margin-left:6px;
	margin-right:6px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding:0px;
	background-color:white;
	background-image:url("cms/cmsbg.gif");
	overflow:hidden;
}
div.chrismsModule div.topbar{
	height:27px;
	width:100%;
	background-color:#8D0F10;
	background-image:url("cms/top.gif");
	color:white;
	text-align:center;
	overflow:hidden;
	font-family:arial, sans serif;
}
div.chrismsModule ul.content{
	width:auto;
	color:#8C1010;
	margin:5px;
	padding-left:10px;
	overflow:hidden;
	list-style-type:none;
}
div.chrismsModule div.content{
	width:auto;
	color:#000000;
	margin:5px;
	padding-left:10px;
	overflow:hidden;
	list-style-type:none;
}
div.chrismsModule ul.content li{
	border-color:black;
	margin:0px;
	padding:0px;
	text-indent:0px;
	overflow:hidden;
}
div.chrismsModule ul.content li.sub{
	border-color:black;
	margin-left:15px;
	font-size:10pt;
}
div.chrismsModule a:link, div.chrismsModule a:visited{
	text-decoration:none;
	color:#8C1010;
}
div.chrismsModule a:hover{
	text-decoration:underline;
	color:black;
}


div#topBanner{
	position:absolute;
	left:0px;
	height:150px;
	width:100%;
	margin-bottom:12px;
	text-align:center;
	z-index:2;
	background-image:url("cms/bgstrip.jpg");
	background-repeat:repeat-x;
}
img#banner{
	height:150px;
}

div#footer{
	width:100%;
	position: relative;
	top:160px;
	text-align:center;
	font-size:8pt;
}


div#content{
	position: relative; /*required. otherwise will overlap right module in IE*/
	top:160px;
	margin-left:170px;
	margin-right:175px;
	padding:10px;
	overflow:visible;
}
form{
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color:#000000;
	margin-bottom:5pt;
	margin-top:0pt;
}
p.title{
	font-family: mangal, verdana, sans-serif;
	font-size: 22pt;
	font-weight:bold;
	color:#8C1010;
	margin-top:0pt;
	margin-bottom:5pt;
}
p.head{
	font-family: georgia, garamond, times new roman, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	margin-top:12pt;
	margin-bottom:3pt;
}
p.head a:link, p.head a:visited{
	text-decoration:underline;
	color:#000000;
}
p.head a:hover{
	text-decoration:none;
}
p.body, p{
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color:#000000;
	margin-bottom:5pt;
	margin-top:0pt;
	text-align:left;
}
div#content a:link{
	text-decoration:underline;
	color:#8C1010;
}
div#content a:hover{
	text-decoration:none;
}
div#content a:visited{
	text-decoration:underline;
	color:#8C1010;
}
div#content ul{
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color:#000000;
	margin-bottom:5pt;
	margin-top:0pt;
}
p.dateStamp{
	color:#777777;
	font-family: verdana, arial, sans-serif;
	font-size:10pt;
	font-style:italic;
	margin-bottom:3pt;
	margin-top:0pt;
	padding:0pt;
	text-align:right;
}
p.center{
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color:#000000;
	margin-bottom:5pt;
	margin-top:0pt;
	text-align:center;
}

/*Sponsors Page Code*/
img.sponsor{
  width:200px;
}
/*End Sponsors Page Code*/

/*Calendar Code*/
table.calendar{
	border-style:solid;
	border-width:1px;
	border-spacing:0px;
	border-color:black;
}

table.calendar td, table.calendar th{
	border-style:solid;
	border-width:1px;
	border-spacing:0px;
	border-color:black;
}
table.calendar tr.past{
	color:#888888;
}
/*End Calendar Code*/

/*Media Center Code */
img.mediaDisp{
	max-height:400px;
	max-width:450px;
	margin-left:auto;
	margin-right:auto;
	border-color:#000000;
}
div.mediaDisplay{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:460px;
}
div.media#content{
	text-align:center;
}
.thumbDisp{
	float: left;
	margin: 4px;
	padding: 5px;
	border: 1px solid #000000;
	width:150px;
	height:150px;
	background-color: #eeeeee;
	text-align:center;
}
.thumbDisp img{
	max-width:125px;
	max-height:100px;
	margin-bottom:5px;
}
img.minithumbDisp{
	width:75px;
	max-height:50px;
	border:0px;
	margin-bottom:2px;
}
div.nextPreview{
	text-align:center;
	float:right;
	right: 0px;
	vertical-align:bottom;
	padding:10px;
	padding-top:200px;
}
div.prevPreview{
	text-align:center;
	float:left;
	vertical-align:bottom;
	padding:10px;
	padding-top:200px;
}
/*End Media Center Code*/

/*Table display code*/
table{
	width:100%;
	border-collapse:collapse;
}
td{
	border: 1px #000000 solid;
	color:#000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	padding:5px;
}
th{
	border: 1px #000000 solid;
	color: #000000;
	font-family: georgia, garamond, 'times new roman', serif;
	font-size: 14pt;
	font-weight: bold;
	text-align:center;
}
table.form td{
	border: 0px;
	color:#000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	padding:5px;
}
/*End Table Display Code*/

/*Editor Code*/
div#formatBar{
	background-color:#cccccc;
	height:30px;
	margin-top:0px;
	margin-bottom:5px;
	padding:3px;
	text-align:left;
	width:98%;
}
div#postEditor{
	background-color:#999999;
	width:800px;
	padding:5px;
	padding-right:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
div.button{
	background-color:#aaaaaa;
	background-image:url('cms/formatButton.jpg');
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	width:30px;
	height:26px;
	position:absolute;
	text-align:center;
	margin:0px;
}
a.formatButton{
	cursor:pointer;
	text-decoration:none;
	color:#000000;
}
div.button:hover{
	background-color:#bbbbbb;
	background-image:url('cms/formatButtonhov.jpg');
}
a#bold:hover{
	font-weight:bold;
}
a#italics:hover{
	font-style:italic;
}
a#underline:hover{
	text-decoration:underline;
}
a#linkButton:hover{
	text-decoration:underline;
	color:#0000FF;
}
a#quoteButton:hover{
	font-style:italic;
}
/*End Editor Code*/

/*Administrator Control Panel*/
img.topBarButton{
	height:80px;
	width:80px;
}
body.administrator{
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color:#000000;
	padding:0;
	height:100%;
	border:none;
	color:black;
	background-color:white;
	width:100%;
}
/*End Administrator Control Panel*/


div.twopicwrapper{
  margin-left:50px;
  margin-right:50px;
  text-align:right;
}

iframe.iframe{
  width:100%;
}
