body {
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	background: #333;
	text-align: center; /*for IE stupidity*/
	font-size : small;
	background-repeat:repeat-x;	
	color:#CCC;
}
* html body{
	font-size:x-small; /*equalize font-size in IE*/
}
* html table{font-size:x-small; /*equalize font-size in IE*/}

body#home{
	background-image: url(../images/templateimages/home_bg.jpg); 
}
body#default{
	background-image: url(../images/templateimages/page_bg.jpg); 
}

img{
	border:none;
}

/* basic structure */
#container{
	position: relative; 
	margin: 0 auto;
    width: 760px;
	text-align: left; /*corrects for IE hack*/
	background-position: top center; 
	background-repeat:no-repeat;	
}
#home #container{
	padding-top:33px;
	background-image: url(../images/templateimages/home_head.jpg); 
}

#default #container{
	padding-top:173px;
	background-image: url(../images/templateimages/page_head.jpg); 
}

#page{
	float:right;
	width:645px;
}
#menu{
	width:105px;
	float:left;
}
#contenttable{
	width:100%;
	/*width:645px;*/
	border:0;
	padding-left:20px;
	border-left: solid 1px #999;
}
#content{
	width:99%;
	
}
#home #content{
	width:510px;
	margin-top:324px;
}
* html #home #content{
	margin-top:357px;
}
#home #sidebar{
	float:right;
	width:224px;
}
#sidebar{
	width:1%;
}
#footer{
	position: relative; 
	background:#575757;
	color:#fff;
	font-size:85%;
	margin: 20px auto 0;
    width: 760px;
	padding: 2px 4px;
	text-align: left;
}
.edit{float:right;}

/* clearing floats */
.clearer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearer {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearer {height: 1%;}
.clearer {display: block;}
/* End hide from IE-mac */


/* navs */
a{text-decoration:none;}
a:link, a:visited{color:#CA7200;}
a:hover, a:visited:hover{color:#fff;}
#menu ul, #menu li{
	padding:0;
	margin:0 0 .5em;
	list-style-type:none;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#999;
}
#menu li.sub{margin-left:15px;}

li a:link, li a:visited{
	color:#999;
}

li a:hover, li a:visited:hover{
	color:#CA7200;
}

li a.menuSel:link, li a.menuSel:visited, li a.subMenuSel:link, li a.subMenuSel:visited{
	color:#CA7200;
}

li a.menuSel:hover, li a.menuSel:visited:hover, li a.subMenuSel:hover, li a.subMenuSel:visited:hover{
	color:#fff;
}

#home li a:link, #home li a:visited{color:#575757;}
#home li a:hover, #home li a:visited:hover{color:#CA7200;}

/* Page styles */
p{
	margin:0;
	padding:.2em 0 .7em 0;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:240%; 
	color:#fff;
	font-weight:normal;
	padding:0 0 .4em 0;
	margin:0;
}
h2, h3, h4{
	font-weight:normal;
	padding:.3em 0 .2em;
	margin:0;
}
h2{font-family:Georgia, "Times New Roman", Times, serif; font-size:140%; color:#CA7200;}
h3{font-size:110%;color:#ccc;}
h4{font-size:100%;font-weight:bold;}


.side{width:220px;}
* html .side{width:224px;}

#home .side{
	margin-bottom:5px;
	background:#333;
	border: 2px solid #fff;
}

#home .side img{margin:-5px;}

#default .side{
	margin:0 0 5px 10px;
	background:#333;
	border: 2px solid #575757;
}
.side h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0 2px 2px;
	font-size:100%;
	font-weight:bold;
	color: #fff;
	background: #575757;
}
#home .side h2 {
	color: #CA7200;
	background: #fff;
}
.side p{
	margin:5px;
	padding:0;
}

* html #home .side p img{margin-bottom:-.7em}

.edit-table{
	color:#333;
	background:#ccc;
}

.formbox{
	border:1px solid #a7a7a7;
	background:#575757;
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	padding:2px;
	color:#ccc;
}
.submit {
	background:#a7a7a7;
	border:1px solid #a7a7a7;
	width:auto;
	padding: 2px 4px;
	cursor:pointer;
	color:#333;
}
/*
td {
	font-family: Arial, Helvetica, sans-serif;
}
li {
	margin-left: 3px;
}
a  {
	text-decoration: none;
	color : #003366;
	font-weight : bold;
}
a:hover {
	text-decoration: underline;
	color: #003366;
	font-weight : bold;
}
.calendar-bg {
	background-color: #003366;
}
.tableheader, th, .calendar-head  {
	font-weight: bold;
	color: #FFFFFF;
	background-color : #003366;
	border-color : #7C7CC7;
}
.calendar-day {
	background-color: #FFFFFF;
	height : 5em;
	vertical-align : top;
	font-size : 80%;
}
.calendar-date {
	background-color: #FFFFFF;
	font-size : 90%;
}
 .calendar-cell {
	background-color: #FFFFFF;
}
a.calendar-cell {
	background-color: #FFFFFF;
	font-weight: bold;	
}
p 	{
	font-family: Arial, Helvetica, sans-serif;
	text-align : justify;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #003366;
	margin: 1px;
}
h2 {
        font-size: 120%;
        font-weight: bold;
        color: Black;
}
h3 {
        font-size: 110%;
        font-weight: bold;
        color: Black;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	color: 	#003366;
}
.nav	{  color: #003366; }
.menu, .calendar-title {
	font-size : 90%;
	font-weight: bold;
	color: White;
	text-decoration: none;
	background-color: #003366;
	padding-left: 8px;
	padding-top: 3px;
}
 a.menu, a.calendar-title {
	font-size : 90%;
	font-weight: bold;
	color: White;
	text-decoration: none;
	background-color: #003366;
}
.menu:hover, .menuSel, .menuSel:hover, .calendar-title:hover {
	font-size : 90%;
	font-weight: bold;
	color: #ffcc66;
	text-decoration: none;
	background-color: #003366;
	padding-left: 8px;
	padding-top: 3px;
}
.subMenu {
	color: White;
	font-weight: bold;
	text-decoration : none;
	font-size : 80%;
	background-color: #003366;
	padding-left: 16px;
	display: block;
}
.subMenu:hover, .subMenuSel:hover {
	color: #ffcc66;
	font-weight: bold;
	text-decoration: underline;
	font-size : 80%;
	background-color: #003366;
}
.subMenuSel {
	color: #ffcc66;
	font-weight: bold;
	text-decoration : none;
	font-size : 80%;
	background-color: #003366;
	padding-left: 16px;
	display: block;
}
.sidehead {
	background-color : #003366;
	color : White;
	font-weight : bold;
	margin-bottom : .18em;
	padding-top : .18em;
	padding-bottom : .18em;
	padding-left : .4em;
	font-size: 105%;
}
.sidehead:hover {
	color: #FF9900;
	text-decoration: none;
}
.sidebar {
        color : Black;
        background-color : White;
        padding-left : .4em;
        padding-right : .4em;
        width : 190px;
}
.tab    {
	margin-left: 2em;
	margin-right : .1em;
}
.footer {
	font-weight: bold;
	color: White;
	background-color : #003366;
	text-decoration : none;
}
.footer:hover {
	font-weight: bold;
	color: #220A6B;
	text-decoration: underline
}
.folder {
	list-style-type: none;
	margin-left: 6px;
	padding-left: 6px;
}
.folder-dir {
	list-style-type: none;
	list-style-image:    url(util/foldericon.gif);
}
.folder-file {
	list-style-position: outside;
	list-style-image:    url(util/preview.gif);
	list-style-type: none;
}
*/
