/*global tag declarations*/
body {
     padding: 0;
     margin: 0;
     height: 100%;
	 overflow: auto;
     background-color: #FFFFFF;
	 
   background-image: url(images/bg_main_blue.gif);
   background-repeat: repeat-x;
   background-color: #567DB1;
}
html>body #wrap { 
   height: 100%;
   background-image: url(images/bg_main_blue.gif);
   background-repeat: repeat-x;
   background-color: #567DB1;
}

#header {
	width: 100%;
	height: 48px;
}
html>body #header {
	position:fixed;
	z-index: 10; /*Prevent certain problems with form controls*/
}	
		#title_bar {
			 background-image: url(images/bg_title_bar.gif);
			 background-repeat: repeat-x;
			 width: 100%;
			 height: 27px;
			 text-align: center;
		}
		#logout {
			 background-image: url(images/btn_logout.gif);
			 background-repeat: no-repeat;
			 width: 43px;
			 height: 21px;
			 margin-top: 2px;
			 margin-right: 10px;
			 float: right;
		}
		#navbar {
			  background-image: url(images/bg_nav_blue.gif);
			  background-repeat: repeat-x;
			  width: 100%;
		}


html>body #content-wrap {
   height: 100%;
}
html>body #content {
	position: relative;
	top: 60px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 10px 10px;
	min-height: 400px;
	overflow: hidden;
	
	vertical-align: top;
	background-color: #ffffff;
	border: 1px solid #000000;
}
#footer {
	  height: 17px;

      background-image: url(images/bg_footer.gif);
      background-repeat: repeat-x;
      color: #003366;
      font-family: Calibri, Verdana, Arial, sans-serif;
      font-size: 11px;
      padding: 3px 6px 0px 6px;
}
html>body #footer {	
	position: fixed;
	bottom: 0;
	z-index: 10; /*Prevent certain problems with form controls*/
}






/* Other Misc Declarations */
body,p,td,h1,h2,input {
	 font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #003366;
}
h1 { font-size: 16px; }
h2 { font-size: 14px; }
img { border: none; }

a {	text-decoration:none; }
a:hover {text-decoration: underline;}


.admintbl {
	border: 1px solid #96C2F9;
	background-color: #96C2F9;
	
}
.admintbl td {
	margin-left: 1px;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}
th {
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/bg_nav_blue.gif);
	background-repeat:repeat-x;
	color: #003366;
	font-weight:bold;
	font-size: 12px;
}

.button {
	background-image: url(images/bg_toolbar_over.gif);
	background-repeat:repeat-x;
	border: 1px solid #999999;
	margin: 2px 1px 2px 1px;
	padding: 2px 2px 2px 2px;
	text-align: center;
}


#dashboard td { vertical-align: top; }

.home_box {
	border: 1px solid #688dbf;
	padding: 5px 5px 5px 5px;
	width: 95%;
	margin-bottom: 8px;
}
.home_box h2,.home_box p {
	text-align: center;
}
.home_box h2 { font-size: 1.5em; }
.home_box p { font-size: 1.3em; }
.home_box a, .home_box li { font-size: 1em; }