


body {
	background: url(images/background.jpg) top left repeat;
	width:100%; height:auto;
	overflow:auto;
}

#page {
	
	padding: 0px;
	margin: auto;
	width: 90%;
	height:auto;
	text-align: center;	
	min-width: 990px;
	border: 2px solid #191919;
	overflow:auto;
}

#welcome {
	position: absolute;
	left: 0px;
	top: -20px;
	z-index: 2;
	padding: 0px;
	margin: auto;
	width: 90%;
	text-align: right;	
	min-width: 990px;
	border: 0px solid #191919;
}



/* template's header */
#topheader {
	margin: 0px;
	padding: 0px;
	width:100%;
	background: #204478;
	height: 20px;
	border: 0px solid #204478;
	overflow: hidden;
	color: #ffffff;
	text-align:left;
}


#header {
	margin: 0px;
	padding: 0px;
	width:100%;
	background: url(images/titlebar.jpg) repeat-x;
	height: 150px;
	border: 0px solid #000000;
	border-bottom: 0px solid #000000;
	overflow: hidden;
}


#header .col1 {
margin: 0px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
float:left;
width:20%;
height:auto;
}

#header .col2 {
margin: 0px;
padding: 0px;
float:left;
width:40%;
height:auto;
color: #FFFFFF;
}

#header .col3 {
margin: 0px;
padding: 0px;
float:right;
width:40%;
height:auto;
}



/* main-body contains left column and main site content */
#main {
    margin: 0px;
	padding: 0px;
	width:100%;
	height: auto;
	/*background: #f9f5df;*/
	background: #faf2cd;
	overflow: auto;
	border: 0px;
}

#main .content {
    margin: 0px;
	padding: 2.5%;
	float:left;
	width:70%;
	height:auto;
	
	overflow:auto;
	border-left: 0px;
}

#main .rightside {
    margin: 0px;
	padding: 1%;
	float:left;
	width:23%;
	height:auto;
	background: #ede0a4;
	overflow:auto;
	border-right: 1px;
}

/* gives a padding to columns inner html */
.inside { padding: 5px; }
.inside-col { margin-left: 5px; }


/* navigation (top menu) */
.navigation {
	background:  url(images/topmenu.png) top left repeat-x;
	text-align: center;
	width:100%;
	height: 30px;
	float:left;
	border: 0px solid #000000;
}




/* navigation (sub menu) */

#menuid {
	text-align: center;
    margin: auto;
	background:  #f8eaab;
	width:100%;
	height: 30px;
	float:left;
	border: 0px solid #000000;

}

#menuid li{
display:inline;
} 

#submenuid {
	text-align: center;
    margin: auto;
	background:  #f8eaab;
	width:100%;
	height: 30px;
	float:left;
	border: 0px solid #000000;

}

#submenuid li{
display:inline;
} 

/* MENUS */

/* top menu - Flat */
.navigation ul {
   display:table;
   list-style-type: none;
}

.navigation li {
	/*border-right: 1px solid #133F56;*/
	display:table-cell; 
	list-style-type:none;
	text-align: center;
	float:left;
	margin: 0px;
	padding: 0px;
}
.navigation li a{
   
	list-style-type:none;
	background: #3C6F89 url(images/topmenu.png) top left repeat-x;
	color: #204478;
	display: block;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;	
}
.navigation li a:hover {
	list-style-type:none;
	background: #f8eaab url(images/topmenuactive.png) top left repeat-x;
	color: #f7eaaa;
}

.subnavigation ul {
   display:table;
   list-style-type: none;
}

.subnavigation li {
	/*border-right: 1px solid #133F56;*/
	display:table-cell; 
	text-align: center;
	list-style-type: none;
	float: left;
    font: bold 0.95em sans-serif;
	padding: 0px;
	background:  #f8eaab;
}
.subnavigation li a{
	text-align: center;
	list-style-type:none;
	background: #f8eaab;
	color: #000000;
	display: block;
	font: bold 0.95em sans-serif;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;	
}
.subnavigation li a:hover {
	list-style-type:none;
	background: #f8eaab;
	color: #ffffff;
}

.menuclass a {
  display:block;
  padding:0.2em 1em; 
  background:#fc6; 
  color:#000; 
  text-decoration:none;
  border:0px solid #000;
  }
* html .menuclass a {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
  }
.menuclass a:hover {
  color:#fff; 
  background:#08c;
  }
.menuclass {
  display:table;
  padding:0;
  margin:0 auto;
  font-family: arial, helvetica, sans-serif;
  white-space:nowrap;
  list-style-type:none;
  }


.submenuclass a {
  display:block;
  padding:0.2em 1em; 
  background:#fc6; 
  color:#000; 
  text-decoration:none;
  border:0px solid #000;
  }
* html .submenuclass a {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
  }
.submenuclass a:hover {
  color:#fff; 
  background:#08c;
  }
.submenuclass {
  display:table;
  padding:0;
  margin:0 auto;
  font-family: arial, helvetica, sans-serif;
  white-space:nowrap;
  list-style-type:none;
  }


/* pathway */
div.pathway {
	background-color: #555555;
	border-bottom: 1px solid #333333;
}
#footer {
	width:100%;
	text-align:center;
	background: #ded199;
	height: 40px;
	border: 0px solid #000000;
}
SPAN.cal_header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-large;
    COLOR: #204478;
    FONT-FAMILY: Arial
}

SPAN.cal_title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: large;
    COLOR: #204478;
    FONT-FAMILY: Arial
}

SPAN.cal_date
{
    FONT-WEIGHT: bold;
    FONT-SIZE: medium;
    COLOR: #73a2da;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial
}
<style type="text/css">

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

</style><!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->
