body {
	min-width: 784px;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 10pt;
	color: #333333;
	background-color: #FFF5D6;
}

textarea
{
 	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 10pt;   
}


/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6 {color: #0D004C;}

h1 {
	margin: 0;
	padding: 5px 5px;
}
h2 {
	margin: 1.2em 0em 1.2em -1em;
	clear: both;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
    margin: 1.2em 0em 1.2em -1em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 0.8em;
	font-weight: bold;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}
#mainwrapper {			
	width: 784px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(Images/bodyBG.gif);

}
#topShadow 
{
	height: 0px;
	/*height: 20px;
	background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat;*/
}
#header {
	height: 111px;
	position: relative;
	margin-left: 0px;
}

#mastheadImage {}

#branding
{
	position: absolute;
	right: 30px;
	bottom: 21px;
	text-align: right;
	/*z-index: 1000;*/
	color: #0D004C;
}

* html #branding {bottom:23px;} 

#companyName {
	color: #FFFFFF;
	font-size: 40px;
	vertical-align:bottom; 
}

#logoImage {vertical-align: bottom;}

#slogan { 
    font-family:Arial, Helvetica, sans-serif; 
	font-size: 20pt; 
	font-weight: bold;
}
#breadcrumbs
{
	position: absolute;
	left: 225px;
	bottom: -20px;
	color: #663300;
	font-weight: bold;
}
#breadcrumbs a
{
	text-decoration: underline;
	color: #0D004C;
}

#breadcrumbs a:hover {text-decoration: none;}

#content {
    width: 754px;
    padding: 0 15px 0 15px;
    margin: 0;
    * margin-top: -3px;
}

#menu
{
    background-color: #0D004C;
    float: left; 
    width: 189px;
}

/*
#menu a {				
	display:block !important;
	background-image: none !important;
	background-repeat: no-repeat;
}		
#menu .menuNormal
{
    color: #FFFFFF;
    background-image: url(Images/navBG.gif);
    background-repeat: no-repeat;
    background-color: #0D004C;
    width: 134px;
}

#menu .menuHover
{
    color: #FFCB2F;
    background-image: url(Images/navBG-over.gif);
    background-repeat: no-repeat;
}
#menu .menuSelected {
	background-image: url(Images/navBG-over.gif);
	background-repeat:no-repeat;
}

#menu .subMenu
{
    border: solid 1px #0D004C;
}


#menu .subMenu a
{
	margin-left: 10px;
}
	

#menu .subMenu table
{
    color: #0D004C;
    background-color: #FFCB2F;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}
#menu .subMenuNormal
{
    color: #0D004C;
    background-color: #FFCB2F;
}
#menu .subMenuHover td
{
    color: #0D004C;
    background-color: #FFCB2F;
    
}
html > body #menu .subMenuHover
{
    color: #0D004C; 
}
html>body #menu .subMenuHover td{
      background-color:transparent;
      background-image:none;
}
*/


#copy
{
    float: right;
    width: 555px;
    background: transparent url(Images/contentHeaderBG.gif) 5px 0px no-repeat;
    padding-left: 10px;
}


/* Hide from IE5 Mac \*/
* html #copy {height:1%;}
/* End hide from IE Mac*/

#copy ol, #copy ul, #copy li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	font-size: 1.0em;
	line-height: 1.8em;
}

* html #copy ul {padding-left:18px;}

* html #copy li {padding-left:0.5em;}

#copy li {
	margin-left:5px;
}

#copy p 
{
	margin: 1em 0em;
	/*font-size: 1.0em;*/
	line-height: 1.8em;
}

#copy .pullQuote {
	float: right;
	display:inline;
	width: 25%;
	margin: 1em 0 1em 1em;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	background-image: url(Images/logo_mini.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#copy a {color: Blue;}

#copy a:link {text-decoration: underline;}

#copy a:hover {text-decoration:none;}

#copy .textBox {
	/*margin-left: 1em;
	border:1px solid #0D004C;*/
}

#copy .textBox:focus {}

#copy .dropDownlist {
	margin-left: 1em;
	background-color: #8E985E !important;
}

#copy .radioButtonList {margin-left: 1em;}

#copy fieldset {
	padding: 1.5em;
	border:1px solid #0D004C;
}

#copy legend {color: #333333;}

#copy .button {
    /*margin:1em 0;
    border:1px solid #8E985E;
    background-color:#0D004C;
    color:#FFFFFF;
    font-weight:bold;*/
}
#bottomShadow {
	height: 600px;		
	background-image: url(Images/paper-man-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

* html #bottomShadow {margin-bottom:-6px;}


.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 
.clearfix {display: inline-block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/
* html .clearfix,
/** html .clearfix * {height: 1%;}  ...causes AJAX Calendar extender to cut off...*/
.clearfix {display: block;}
/* End hide from IE-mac */

@media print {	
	body {
		color: #333333 !important;
		border-bottom: 1px solid #000;
		background:#FFFFFF !important;
		font-size:10pt;
		line-height:12pt;
	}	
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #333333;
	}

	#mainwrapper,#topShadow,#bottomShadow{background:none;}

	#header {

		height: 111px;
		width: 784px;
		padding: 0;
		margin:0;
	}	

	#menu,#mastheadImage {display:none;	}

	#branding {
		position: static;				
		text-align:left;
		margin: 0;
		padding: 0;
	}
	#breadcrumbs {
		position: static;
		margin: 1em 0;
		color: #333333;
		border-bottom: 1px solid #000000;
		padding-bottom: 2em;
	}

	#breadcrumbs a {color: #333333;}

	#copy {
		margin-left:0;
		padding: 0 2em;
		width: 80%
	}
	#copy a {color: #333333;}

	#copy li {
		list-style-image: none;
		list-style-type: disc;
	}

	#copy .pullQuote {display: none;}

	#copy .textBox {
		background-color: transparent;
		border: 1px solid #333333;
	}

	#copy .textBox:focus {background:none;}

	#copy fieldset {border:1px solid #333333;}

	#copy legend {padding-bottom:1em;}

	#copy .dropDownlist {background:none;}
	

    

}



/* Accordion */
.accordionHeader
{

    font-family: Arial,Sans-Serif;
    font-size: 10pt;
    padding: 5px;
    margin-top: 0px;
    cursor: pointer;
    overflow: hidden;
    /*color: #FFCB2F;
    border: 1px solid #000;
	background: #fff5b6 url(Images/accordian_grad3.gif) repeat-x top;*/
    
}

#copy .accordionHeader table
{
    color: #000;
    background-color: #efefef;
}

#copy .accordionHeader #StudentName
{
    color: blue;
    text-decoration: underline;
}


#copy .accordionHeader a
{
    color: blue;
	background: none;
	text-decoration: underline;
}

#copy .accordionHeader a:hover
{
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected
{
    border: 1px solid #000;
    background-color: #9B97AC;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
    padding: 5px;
    margin-top: 0px;
    cursor: pointer;
    color: #fff;
    border-bottom: none;
    
}

.accordionHeaderSelected table
{
    color: #000;
    background-color: #fff;
}


#copy .accordionHeaderSelected a
{
	background: none;
	text-decoration: none;
    color: #000;
}

#copy .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #FFF5D6;
    border: 1px dashed #000;
    border-top: none;
    padding: 5px;
    overflow: hidden;   
    /*padding-top: 10px;
    font-size: 9pt;*/
}

.accordionContent input
{
    /*font-size: 9pt;*/
}

.accordionContent select
{
    /*font-size: 9pt;*/
}

.accordionContent textarea
{
    /*font-size: 9pt;*/
}

.InstructionHeader
{
    width: 535px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: hand;
    float: left;
    clear: right;
}

.InstructionContent
{
    width: 525px;
    background-color: #FFF5D6;
    color: Blue;
    float: left;

}

.InstructionContent div
{
    padding: 5px;

}


#fvEditUser label
{
	display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 100px;
	padding: 0;
	margin: 0 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	height: 25px;
	
}

#fvEditUser br {
	clear: left;
}
