/* CSS Document */

/*Overall changes */
* {margin:0px;padding:0px;border:none;}
h1{display:inline;font-size:20pt;color:white;font-family: Georgia, Times, serif;}
h2{text-align:center;padding:10px}
h3{text-align:center;}
h4{text-align:center;}
h5{text-align:center;}
h6{font-size:9pt;text-align:right;}
blockquote {background: transparent url(images/quoleft.png) left top no-repeat;width:550px;margin:auto}
blockquote div {padding: 0 48px; background: transparent url(images/quoright.png) right bottom no-repeat;}

/*Element IDs*/
#shell{float:left;width:100%;min-width:800px}
#head{float:left;font-size:20pt;color:white;font-family: Georgia, Times, serif;width:100%;min-width:900px;background-image:url(images/bg.jpg);background-position:center left}
#menu{float:left;width:100px;border-right:2px solid black;border-bottom:2px solid black;text-align:center;padding:10px;}
#menu{margin-left:-10px}
#content{float:left;width:80%;}
#footer{width:100%;text-align:center;font-size:8pt;color:#777;}
#maintext{}

/*Generic Classes*/
.ml{color:black;text-decoration:none;font-size:14pt;margin-bottom:15px;float:left;width:100px;border:1px solid black;padding:2px;display:block}
.ml:hover{background-color:#000;color:#fff}
.logo{margin-left:10px;vertical-align:middle;}
.copy{color:#aaa;font-size:10pt;float:left;width:100%;text-align:center;}
.nb{text-decoration:none}
.btn{background-color:black;color:white;font-weight:bold;}

/*Specific Classes
div.m{font-size:14pt;margin-bottom:15px;color:black;float:left;width:100px;border:1px solid black;padding:2px;display:block}
div.m:hover{background-color:#000;color:#fff}*/

div.mh{background-color:#000;color:#fff}
table.main{
	margin:auto;
	width:70%;
	max-width:600px;
	background-image: url(images/Picture014.jpg);
	background-color:black;
	background-repeat: no-repeat;
	background-position: center;
}
table.cal{
	margin:auto;
	min-width:680px;
}
/*popup calendar*/
.ds_box {background-color: #000;border: 1px solid #fff;position: absolute;}
.ds_tbl {background-color: #000;}
.ds_top {background-color: #000;color:#FFF;font-size:8pt;font-weight:bold;text-align:center;cursor: pointer;}
.ds_head {background-color: #000;color:#FFF;font-size:12pt;font-weight:bold;text-align:center;cursor: pointer;}
.ds_subhead{background-color:#CCC;color:#000;font-size:9pt;font-weight:bold;text-align:center;width:30px;}
.ds_cell {background-color:#000;color:#fff;font-size:8pt;text-align:center;cursor:pointer;}
.ds_cell:hover {background-color: #ccc;color:#000} /* This hover code won't work for IE */