/* CSS Document */


	/* ELEMENTS */
	
	html, body, form {
		margin:0;
		padding:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-align:justify
		
	}
	
	html {
		overflow-y:scroll; /* always show scroll so pages dont jump in FF */
		background:#4A68B0 url(images/Backg.jpg) left top repeat;
	}
	
	body {
		padding:30px 0;
		color:#474747;
		font-size:0.8em;
		text-align:center;
	}
	
	h3 {
		letter-spacing:1px;
		font-weight:normal;
		margin:1.1em 0 0.8em 0;
		padding:0;
		font-family: arial,verdana, "Times New Roman", Times, serif;
		border-bottom:1px dashed #d33b3c;
		font-size:1.4em;
		color: #2a1e61;

	}
	
	h4 {
		letter-spacing:1px;
		font-weight:normal;
		margin:0em 0em 0.4em 0em;
		padding:0;
		font-family: arial,verdana, "Times New Roman", Times, serif;
		font-size:1.3em;
		color: #d33b3c;
		FONT-WEIGHT: bold;

	}
	
	h5 {
		letter-spacing:1px;
		font-weight:normal;
		margin:0em 0em 0.4em 0em;
		padding:0;
		font-family: arial,verdana, "Times New Roman", Times, serif;
		font-size:0.9em;
		color: #d33b3c;
		FONT-WEIGHT: bold;

	}
	
	h2 {
		letter-spacing:1px;
		font-weight:normal;
		margin:1.1em 0 0.3em 0;
		padding:0px;
		font-family:arial, verdana, "Times New Roman", Times, serif;
		border-bottom:1px dashed #d33b3c;
		font-size:1.8em;
		color: #2a1e61;
	}
	a {
		text-decoration:none;
		outline-color:invert;
		outline-style:none;
		outline-width:medium;
	}
	
	
	p {
		margin:0 0 0em 0;
		padding:0 0 0 0px;
	}
	
	ul {
		padding:0;
		margin:0 0 0 50px;
		LIST-STYLE-IMAGE: url(images/listgraphic.gif);
	}
	
	
	ul li {
		margin-bottom:10px;
	}
	
	ul.noPad li {
		margin-bottom:0px;
	}
	
	img {
		border:none;
	}
	
	#container {
		text-align:left;
	
		width:800px;
		margin:0px auto;
		background: url(images/containBackg.jpg) left top repeat-y;
		height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	}
	
	#containerTop {
		background: transparent url(images/containTop.gif) left top no-repeat;
		
	}
	#containerBottomOld {
		min-height:900px;
		background:transparent url(images/containBottom.gif) left bottom no-repeat;
		padding:70px 50px 70px 40px;
	} * html #container { height:900px; }
	
   div#containerBottom {

	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:transparent url(images/containBottom.gif) left bottom no-repeat;
	padding:1em 0em 0em 2em;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:800px; /* real browsers */
}* html #container { height:800px; }
	

div#content {
	padding:0em 4em 5em 1em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}
	
	div#content ol {
		LIST-STYLE-IMAGE: url(images/listgraphic.gif);
	}
	
div#footer {
	position:absolute;
	width:750px;
	bottom:0; 

	border-top:0px solid #cccccc;
	padding:0em 1em 1em 1em;  
	
}

div#footer table {
	border-top:1px solid #cccccc;
	
}
div#footer td {
	padding:1em;
	margin:0;
	font-size:0.8em;
	text-align:center;
}
	
div#warning {
	color:#ff0000;
	font-size:0.9em;
	text-align:center;
}

.shadeform
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BACKGROUND-IMAGE: url(images/shadeform.gif);
    FONT: 13px arial, verdana, sans-serif;
    BORDER-LEFT: #000000 1px solid;
    WIDTH: 180px;
    BORDER-BOTTOM: #000000 1px solid;
    TEXT-ALIGN: left
}

.subtitle
{
    FONT-WEIGHT: bold;
    COLOR: #d33b3c;
}

.subtitle2
{
    FONT-WEIGHT: bold;
    color:#474747;
}

.subtitle3
{
    FONT-WEIGHT: bold;
    color: #2a1e61;
    font-size:1.4em;
    font-family: arial,verdana, "Times New Roman", Times, serif;
}


.alignTable {
	padding: 0px 0px 0px 40px;
}

.adminTable {
border-collapse: collapse;
border-top: 1px solid #A0C6E5; 
border-left: 1px solid #A0C6E5; 
border-right: 1px solid #A0C6E5;
border-bottom:1px solid #A0C6E5;
}

.adminTable th {
font-size:10px;
font-face:arial;
border-top: 1px solid #A0C6E5; 
border-left: 1px solid #A0C6E5; 
border-right: 1px solid #A0C6E5;
border-bottom:1px solid #A0C6E5;
}

.adminTable td {
font-size:10px;
font-face:arial;
border-top: 1px solid #A0C6E5; 
border-left: 1px solid #A0C6E5; 
border-right: 1px solid #A0C6E5;
border-bottom:1px solid #A0C6E5;
}

.adminTable th a{
color:#10659E;
}
.adminTable td a{
color:#000099;
}

.adminTable tr.unchecked {
	background-color: #ffffff;
}

.adminTable tr.checked {
	background-color: #E7F4FF;
}

img.floatRight { 
    float: right; 
    margin: 4px 4px 8px 30px; 
}

.limitsize img { 
max-width: 190px;
width: expression(this.width > 190 ? 190: true);	/* for IE <v7 */
  }
  
.limitsizeAdmin img { 
max-width: 400px;
width: expression(this.width > 400 ? 400: true);	/* for IE <v7 */
  }

.butClass
  {    
    border: 1px solid;
    border-color: #D6D3CE;
  }
  
.tdClass
  {
    padding-left: 3px;
    padding-top:3px;
  }
  
  input.prompt {
  border:1 solid transparent; 
  background-color:#99ccff;
  width:70;
  font-family:arial;font-size:12; color:black;
  } 

  table.promptbox {
  border:1 solid #ccccff; 
  background-color:#FFFFE6; 
  color:black;
  padding-left:2;
  padding-right:2;
  padding-bottom:2;
  font-family:arial; 
  font-size:12;
  } 

 input.promptbox {
 border:1 solid #0000FF; 
 background-color:white;
 width:100%;
 font-family:arial;
 font-size:12; 
 color:black; 
 }
 
 td.titlebar { 
 background-color:#DBEAF5; 
 color:#000066; 
 font-weight:bold;
 font-family:arial; 
 font-size:12;
 } 
	
	
	/* SUBHEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#subheader { 
	background:transparent;
	width: 800px;
	height: 24px;
	color: #FFF;
	margin-left: 0px;
	}

#subheader h2 { color: #FEAB06; }
/*#subheader a {color: #FECF5F; }*/
	
---------------------------------------------------------------------------------------------------------------------------------------------------*/

/*  Top Menu */
#menubar {
	background: transparent;
	width: 800px;
	height: 24px;
	margin: 0;
	padding: 0px;
    text-align:left;
	clear:both;
	line-height:24px;
	}

#menubar .pad {
background: transparent;
padding: 0px 0px 0px 0px;
float:left;

 }