/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/back.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;		/* Black */
	color: #333333;		/* Dark Gray */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

a {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	color: #027F7B;
}

a:hover {
	text-decoration: underline;
	color: #151B8D;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

a.Red {
	color: #CE0D0D;
	/* font-weight: normal; */
	font-size: 14px;
}
p.Red {
	text-align: center;
	margin-top: 0.9em;
}
/************ END HEADER ***********/
/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;

		/* Cornflower blue */
	background-color: #151B8D;

	/* Black
	background-color: #000000;  */
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;

}
#content a {
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
	color: #000000;
}

#content a:hover {
	text-decoration: underline;
	color: #151B8D;
}

#content i {
	font-style: italic;
}

/************* END CONTENT ************/
/***** Content Policy Manual **********/
#content-policymanual h2 {
	font-size:1.3em;
	font-weight:700;
	text-align:left;
}
#content-policymanual td a {
	font-size:.9em;


}

/*** End Content Policy Manual ********/
#left {
/*
	float: left;
	width: 480px;
*/
	width: 770px;
	margin: 0px auto;
	padding: 0px 20px 40px 20px;
}

#middle {

	text-align: center;
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#middle-lg-fnt {
   font-size: 16px;
	text-align: center;
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}


#right {
	float: right;
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	/*
	width: 210px;
	padding: 0px 20px 40px 20px;
	*/
	color: #99CCFF;
}

/************* COURSE ************/

#course {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;

}

#course h2, #course h3, #course h4, #course h5, #course h6 {
	font-weight: normal;

}

#course p, #course ul, #course ol {
	line-height: 100%;
	font-size: 10px;

}

#course th {
	font-size: 12px;
}
#course a {
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}

#course a:hover {
	text-decoration: underline;
	color: #151B8D;
}

#course i {
	font-style: italic;
}

/************* END COURSE ************/


/************* FOOTER ************/

#footer {
	clear: both;
	width: 871px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	/* background: url(images/back-footer.png) repeat-y center top; */
	background-color:#DFD9C4;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	/* color: #333333; */
}
#footer a {
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
	color: #151B8D;
}

/********** Browser Test ************/
#browsertest {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;

}

#BrowserTest td {
	color: #FF0000;
	font-weight: bold;
}
#browsertest td, #browsertest p {
	font-size: 14px;
}
#browsertest a {
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
	color: #000000;
}

#browsertest a:hover {
	text-decoration: underline;
	color: #151B8D;
}

