	
		
/* ========      SKIP-NAV    ======== */

.skip-nav {
	display: none;
	}

/*****************************************

               HTML TAGS  
				   
*****************************************/

html * {
	color: #000000;
	font-family: Arial, Helvetica, Sans-serif;
	margin: 0px;
	padding: 0px;
	} 

a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {	
	text-decoration: underline;	
	}

a img { 
	border-style: none; 
	}

acronym, abbr{
	color: inherit;
	font-size: inherit;
	border: 0px #fff none;
}

dd { 
	margin: 0 0 10px 20px;
	}
	
dt {
	font-weight: bold;
	padding: 10px 0 0 0;
	}
	
em {
	font-family:arial,helvetica,clean,sans-serif;
	font-style: italic;
	}
	
	
h1 {
	color: #000;
	font-weight: bolder;
	margin: 0 0 5px 0;
	font-size: 24px;
	}
	
h2 {
	color: #000;
	font-weight: bold;
	margin: 5px 0px;
	font-size: 14px;
	}
	
h3 {
	color: #333;
	font-weight: normal;
	padding: 20px 0 0 0;
	text-transform:none;
	font-size: 12px;
	font-style: italic;
	}
	
h4 {
	margin: 10px 0 0 0;
	font-style: italic;
	}

li { 
	margin: 5px 0 5px 0; 
	}
	
li, dt, dd, p td, th, label { 
	line-height: 1.5em; 
	}
	
p { margin: 10px 0 0px; 
	}


table {
	border:#DDD 1px solid;
	border-width: 1px 1px 0 1px;
	margin:10px auto;
	padding:0;
	}
	
table caption {
	font-weight:bold;
	}
	
table.center th, table.center td, td.center, th.center, tr.center  {text-align:center;}
table.left th, table.left, td.left, th.left, tr.left {text-align:left;}
table.right th, table.right, td.right, th.right, tr.right {text-align:right;}

table th {
 	background:#FCF5C0;
	color: #000;
	margin:0;
	padding:2px;
	border-bottom:1px solid #666;
	}

table td {
	padding:2px;
 	border:0;
	margin:0;
	border-bottom:1px solid #CCC;
	}
table td.scope {
 	text-align:left;
	background:#FCF5C0;
	}
table th.alt-th{
	background-color:#FFF;
	}

ul, ol{	
	padding: 0 0 0 16px; 
	}
	
	
#container {
	font: 100% "Times New Roman", Times, serif;
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto 0 20px;
	text-align: left;
} 
.student { color: #CC0000; }

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.important {
	font-weight: bolder;
	font-variant: small-caps;
	color: #3333CC;
}
