﻿body 
{
	background-color:#7693B3;
	font-size: 10pt; 
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; 
	/*font-weight: bold;	*/
}

p 
{
	color: #000000; 
	margin: 3px 0px 0px 0px; 
	padding: 3px 0px 0px 0px; 
} 

td
{
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif; 
}

/* green square bullet points */
ul
{	
	 list-style-type:square;
	 margin: 0px;
	 margin-left:17px;
	 color:#98A670;
	 padding:0px 0px 0px 0px;	 
}

/* keeps bullet points green, while making text black */
ul li span
{
	color: #000000;
}

/* Main links on master page - light green */
 .mainNav a:link { color: #E5F3BB; font-weight: bold; text-decoration: none }
 .mainNav a:visited { color: #E5F3BB;  font-weight: bold; text-decoration: none }
 
 /* Also for Main Links, sets current page's link to white via server-side*/
.selectedLink a:visited { color:#FFFFFF; font-weight: bold; text-decoration: none  }

/* All other links on master page - purple with white hover */
 .master a:link { color: #5A2A4A; text-decoration: none }
 .master a:visited { color: #5A2A4A; text-decoration: none }
 .master a:hover { color: #FFFFFF; text-decoration: none }
 
 /* Link at bottom of master page (under copyright notice) - black with white hover */
 .blackLink a:link { color: #000000; text-decoration: none }
 .blackLink a:visited { color: #000000; text-decoration: none }
 .blackLink a:hover { color: #FFFFFF; text-decoration: none }
 
 /* Links used in body on content pages - Purple with underline on hover */
 a:link { color: #5A2A4A; font-weight: bold; text-decoration: none }
 a:visited { color: #5A2A4A;  font-weight: bold; text-decoration: none }
 a:hover { color: #5A2A4A;  font-weight: bold; text-decoration: underline }

/* Header banner on master page */
.banner
{
    width:825px;
    height: 256px;
    font-weight:bold;
    background-image: url(../images/bannerAndPic.jpg);
    background-repeat:no-repeat;
}

/* Title text on Banner */
.bannerText
{
	padding-top: 18px;
	padding-left: 14px;
	font-size: 1.5em;
	color: #5A2A4A;
	float: left;
	font-weight:normal;
}


/* Links on header banner on master page */
.bannerLinks
{
	text-align: right; 
	padding-right: 17px; 
	color: #5a2a4a; 
	padding-top: 60px;
	padding-bottom: 0px;
	font-size: 9pt; font-family: Trebuchet MS
}

/* sub header banner, behind main nav links and showing worker retraining photo */
.mainNav
{
	
	
	
		}

.mainNavLinks
{
	/*float:left; */
	padding: 30px 0px 18px 0px;
}

/* spacing for main nav links (setup allows for server-side link "highlighting") */
.padDiv
{
	padding-left: 15px;
	
}

/* set server-side during page load, it highlights the link of current page  */
.selectedLink
{
	padding-left: 15px;
	background-color:#7693B3;
	width: 220px;
}

/* contains and centers content, with border */
.wrapperDiv
{
	width:825px;
	margin: 0px auto;
	border:solid 1px #000000;
	background-color:#FFF;
}

/* contact info section on master page */
.contactInfo
{
	background-color: #98A670;
	width:210px;
	padding: 10px 10px 10px 15px;
	float:left;
}
/* contact info section headers on master page */
.contactHeader
{
	color: #E5F3BB;
}

/*background image, allowing for maintaining design as content length increases. */
.bodybkgd
{
	background-image: url(../images/bodybkgd.jpg);
}

/* Header of the content section - light blue background with white font */
.bodyBanner
{
	background-color: #7693B3;
	/*font-family:Trebuchet MS, Tahoma, arial, MS Sans Serif;*/
	font-size:20px;
	color: #FFFFFF;
	padding-left: 240px;
}

/* Section headers for content pages;
   Font re-specified due to containing <td> having a different font on programs.aspx */
.bodyHeader 
{	color: #5A2A4A; 
	font-size: 1.4em; 
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}

.collegeHeader
{
	float: left;
	font-size: 13px;
}

/* Small headers for colleges.aspx page (places addresses on right side) */
.collegeHeaderSmall
{	
	font-size:12px;
	text-align:right;	
}

/* text descriptions for each colleges, placed to right of corresponding image */
.collegeText
{
	margin-left: 160px;
	padding: 0px 0px 20px 0px;	
}

/* Small text, used for "specialized programs" portions, 
   placed under descriptions on colleges.aspx */
.smallText
{
	font-size: 11px;
	padding-top: 10px;
	font-weight: bold;
}

/* for sections not to be bold */
.reg
{
	font-weight: normal;
}

/* places container box around Accreditation section on default.aspx */
.box
{
	border: solid 1px #000000;
	padding: 10px;
	padding-left: 15px;
	padding-right: 9px;
	margin-bottom: 15px;

}

/* <td> headers for table on programs.aspx */
.tdHeader
{
	padding-top: 20px;
	color: #5A2A4A; 
	font-weight: bold;
}


