/*MAIN MENU LINK STYLES*/
a:link {color: #ffcc00; text-decoration: none; font-weight: bold;}
a:visited {color: #ffcc00; text-decoration: none; font-weight: bold;}
a:active {color: #ffcc00; text-decoration: none; font-weight: bold; }
a:hover {color: #ffcc00; text-decoration: underline; font-weight: bold;}

/*FOOTER LINK STYLES*/
a.footer_link:link {color: #FFF; text-decoration: none; font-weight: bold;}
a.footer_link:visited {color: #FFF; text-decoration: none; font-weight: bold;}
a.footer_link:active {color: #FFF; text-decoration: none; font-weight: bold; }
a.footer_link:hover {color: #FFF; text-decoration: underline; font-weight: bold;}

/*SITE MAP LINK STYLES*/
a.sitemap:link {color: #000; text-decoration: none; font-weight: bold;}
a.sitemap:visited {color: #000; text-decoration: none; font-weight: bold;}
a.sitemap:active {color: #000; text-decoration: none; font-weight: bold; }
a.sitemap:hover {color: #000; text-decoration: underline; font-weight: bold;}

/*SITE STYLES*/
body{
	font-family: Arial;
	font-size: 9pt;
	color: #000;
	margin: 0px;

}

p {
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;

}

.list {
	text-align: justify;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: normal;
	line-height: 1.5em;

}

#pagetitle_padding {
	padding-top: 5px;
	padding-bottom: 5px;
}

#main_container {	
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

#header_border {
	border-bottom: 1px #01633D solid;

}

#welcometitle_padding {
	padding-top: 10px;
	padding-bottom: 5px;
}

#abouttitle_padding{
	padding-top: 18px;
	padding-bottom: 10px;
}

#aboutus{
	color: #01633D;
}

#newstitle_padding{
	padding-top: 8px;
	padding-bottom: 5px;

}

#learn_link {
	text-align: right;
	margin-right: 20px;
	
}

#hr1_padding {
	padding-bottom: 4px;
}

#hr2_padding {
	padding-bottom: 4px;
	
}

#learn_padding {
	padding-top: 2px;
}

#program_logo_padding{
	padding-bottom: 0px;

}

#msue_padding {
	padding-top: 2px;
	padding-bottom: 4px;

}

#footer{
	border-top: 1px #000 solid;
	text-align: left;
	color: #FFF;
}

.sitemap {
	color: #000;
}
