@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers.*/
	color: #000000;
}


/* ************************  main tags  *****************************  */

#mainContent {
	margin-top: 0;
	margin-right: 13em;
	margin-bottom: 0;
	margin-left: 12em;
} 
#mainContentFull {
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 11em;
}

#highlight {border:1px solid #FFFF99;
	background-color:#FFFFCC;
	 width:80%; margin:auto; padding:10px;}

#container {
	width: 1000px;  /*  create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /*  overrides the text-align: center on the body element. */
} 
#header {
	background: #ffffff;
	padding: 0 0px;  
} 

#sidebar1 {
	float: left;
	width: 10em; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

#sidebar2 {
	float: right;
	width: 12em; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* top and bottom padding create visual space within this div */

}

#footer { 
	padding: 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 

/* ************************************ p - paragraph tags ************************** */

p {
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
	color: #333333;
}

#sidebar2 p {
	font-style: italic;
	font-size: 70%;
	padding: 0 2px 0 2px;
}

#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: 70%;
	line-height: 100%;
}



/* ****************     a link tags    **************************  */

a, a:link, a:visited, a:active {
	border-bottom:dashed thin #cccccc;
	text-decoration: none;
	color: #000066;
}

a:hover {
	border-bottom: none;
	background-color: #FFFF99;
}

/* *************************** ul, li tags ************************** */
/*
#sidebar1 ul li{
	font-size:80%;
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
	list-style:none;
}
#sidebar1 ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
#sidebar1 ul li li {list-style:none; }
#sidebar1 ul ul {margin:0 0 0 9px;}
*/
ol li, #mainContent ul li, #mainContentFull ul li {
	font-size:73%;
	line-height: 150%;
	padding-bottom:5px;
	padding-right: 15px;
}

#highlight ol li {}
#highlight ol {
	margin: 20px 0 0 19px;
	padding: 0 0 0 0;
	font-style: italic;
}

/* ****************** Drop Down List navigation controls *************************** */
#navlist
{
padding: 0 0 0 0;
margin: 0 0 0 0;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: #E6E6E6;
width: 100%;
}
#navlist ul {margin: 0 0 0 0; padding:0 0 0 0;}
#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #999999;
	text-decoration: none;
	font-variant: small-caps;
}
#navlist li li a {
	border:none;
	margin-left: 11px;
	font-size: 85%;
	font-variant: normal;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #FED700;
color: #E6E6E6;
background: #1b4582;
border-left: 1em solid #FED700;
}

#navContainer {border:1px solid #999999}

/* *************************** a link tags ******************************/
/* #sidebar1 ul li a, .about #sidebar1 ul li a:link, .about #sidebar1 ul li a:visited, .about #sidebar1 ul li a:active {
	text-decoration:none;
}
#sidebar1 ul li a:hover {
	text-decoration:underline;
}
*/
#footer a, .about #footer a:link, .about #footer a:visited, .about #footer a:active {
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}

/**************     Header Tags    ******************** */
#header h1 {
	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 */
	padding: 10px 0; /* using padding instead of margin keeps element away from div edges*/
	font-size: 140%;
	text-align: center;
	color: #1b4582;
}

#highlight h2{font-size:80%;
	padding:0 0 0 0;
	margin:0px 0 0 0;}
	
#sidebar1 h3, .about #sidebar1 p, .about #sidebar2 p, .about #sidebar2 h3 {
	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;
}

#mainContentFull h1 {font-size:110%; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	margin:25px 0 0 0;
	color:#1b4582;}
#mainContent h1 {
	font-size:110%; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	margin:25px 0 20px 0;
	color:#1b4582;
} 
h2 {
	font-size:90%; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	margin: 30px 0 10px 0;
	color:#1b4582;
}
h3 {
	color:#1b4582;
	font-size:90%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	color: #000000;
	font-size: 80%;
	margin: 0 0 0 0;
}



/*  ***********************  Miscellaneous class tags ************************** */
.fltrt { /*  float an element right - floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.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;
}

.headingTitle {color: #83badf}

.caption {font-style: italic;
	font-size: 70%;
	padding: 0 2px 0 2px;}
	
	
	
	
	
/* Form Styles */

legend {font: 110% Georgia, Times, serif;	color:#444; padding-bottom:15px;}
fieldset div span {text-align:right; font-size:80%; cursor:hand; width:6em;}
label {text-align:right; font-size:80%; cursor:hand; }

label b {color:#FF0000; font-size:65%;}

label i {color:#FF3300; font-size:65%; }

fieldset { width:500px;}

fieldset label {display:block}

fieldset label span {text-align:right; float:left; width:6em;}

textarea, select, input {font:.8em verdana, sans-serif; line-height:1em;}
.newToProgram {
	color: #F00;
	font-weight: bold;
}
