@charset "utf-8";

body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #cccccc
}
h1  { margin-bottom: 0;
      padding-bottom:0; 
   }
h2 { font-family:  Geogia, "Times New Roman", serif;
	color: #2e4694;
	font-weight: bold;
	font-size: 2em;
	padding:0;
	}
	
h4 { color:#000066;
      font-weight: bolder;
	  font-size: 1.2em;
	  }
p {	color:#333333;
    padding: 0;
}
ul {list-style-image:url(images/bullet.gif)
}
li {padding-top:0;
    margin-top:0;

}
fieldset { border-width:0;
}
input {margin-left:2.5em;
}
.data td {padding:0.5em;
}
.videotop {background-image: url(images/side_top.gif)
}
.videoleft {background-image: url(images/side_left.gif)
}
.videoright {background-image: url(images/side_rt.gif)
}
.videobottom {background-image: url(images/side_btm.gif)
}
#container { 
	width: 100%;  
	min-width:800px;
} 
#header { 
	padding: 10px; 	
	min-width:800px; 
	background-image:url(images/pc5a.jpg);
	background-color:#000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #eaeaea;
	letter-spacing:0.2em;
	font-weight: bold;
	background-repeat: no-repeat;
	text-align:right;
} 
#dateformat {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font:11px Arial, Helvetica, sans-serif;
	background-color:#cccccc;
	background-image:url(images/greybar2.jpg);
	background-repeat:repeat-x;
	color: #003366;
	letter-spacing:0.2em;
	text-align:right;
	padding: 3px 10px;
	}

#sidebar1 {
	float: left; 
	width: 195px; /* since this element is floated, a width must be given */
	background: #003366; /* the background color will be displayed for the length of the content in the column, but no further, the background-image in the container div is set to repeat-y -- this creates the look of the blue columnn */
	color: #002e75;
	text-align:left;
	margin:0;
	padding-top:0;
}

a {
	color: #2E4694;
	}

a:hover {
	color: #66CC33;
	text-decoration: none;
	}




.menu {
  padding:0;
  margin:0;
  list-style-type:none;
  letter-spacing:0.1em;
}

.menu ul li
{

margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em;

}

.menu li
{

list-style-type: none;
 display: inline; 

}




.menu  a {
  display:block;
  border-bottom:1px solid #ccc;
  text-decoration:none;
  background:#036; 
  color:#eaeaea;   

 padding:0.4em 0 0.4em 2em; 
  font-size:75%;
  }
.menu a:visited {
  background-color:#036; 
  color:#ccc; 
  }
.menu a:hover {
  background-color:#2e4694;
  color:#9c6;
  }

.mypage  {
  background-color:#eaeaea;
  	background-image:url(images/greybar4.jpg);
	background-repeat:repeat-x;
  color:#2e4694;
  display:block;
  border-bottom:1px solid #ccc;
  text-decoration:none;
  font-weight:bold;
  padding:0.4em 0 0.4em 2em; 
  font-size:75%;
}

#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#mainContent { 
    background-color:#ffffff;
	color:#333333;
	font-size:0.90em;
	margin: auto;
	width:760px;
	}

#footer { 
	padding: 0;
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size:0.75em;
	text-align:center;
	}
.bulletHeader, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e4694;
	font-weight: bold;
	font-size:1.2em;
	}


.TimeCalculator input { margin:.25em;
}


.scores  { color:#000000;
}

/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
input {margin-left:2.5em;
}
.contentImage {padding: 2em;
}
.top {font-size:smaller;
text-align:right;
}
#SkipNav {color:#000033; /* same color as background */
}
#SkipNav a {color:#000033;
}
#SkipNav a:link {
     color: #000033; /* same color as background */
     text-decoration: none;
}
#SkipNav a:visited {
     color: #000033; /* same color as background */
     text-decoration: none;
}
 #SkipNav a:hover {
     color: #FFFFFF;  /* becomes visible on a mouseover */
     text-decoration: underline;
} 
#SkipNav a:active  {
     /* Becomes visible & underlined 
        when user tabs to it. 
       :active pseudo-class necessary for IE 
       :focus pseudo-class necessary for Mozilla 
     */
     color: #FFFFFF; 
     text-decoration: underline;
}
  
#SkipNav a:focus  {
     /* Becomes visible & underlined 
        when user tabs to it. 
       :active pseudo-class necessary for IE 
       :focus pseudo-class necessary for Mozilla 
     */
     color: #FFFFFF; 
     text-decoration: underline;
 }
#mypage {color:#9c6;
         font-weight:bold;
}
#breadcrumb {font-size:smaller;
color:#333333;
margin-left:1em;
padding-top:3px;
}
#sidebar1 h2, #breadcrumb h2 {			/* hide visual rendering of h2 */
    position: absolute;
    left: -999px;
    width: 990px;
}

.clearPDF p { clear:both;
padding: 20px 0 20px 0;
}
#video1 {border: 1px solid #bbb;
}