/** {
	padding: 0px;
	margin: 0px;
}*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	background: #eeeeee;
}

table td {
	margin: 0px;
	padding: 0px; 
	/*border-width: 0;*/ 
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
td#logo {
	text-align: center;
	width: 160px;
	background-color: #d4dfe4;
	padding-top: 10px;
	height: 60px;
}
td#heading {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d4dfe4;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	color: #68a439;
	width: 474px;
}
td#tagline {
	font-family: "Century Gothic", "Gill Sans", Verdana, Arial;
	color: #004C6C;
	background-color: #d4dfe4;
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;	
}
td#alumnihdr {
	font-family: "Century Gothic", "Gill Sans", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #b4dc8f;
	width: 165px;
	padding-top: 8px;
	text-align: center;
}
.alumnitext {
	font-size: 12px;
	font-family: "Century Gothic", "Gill Sans", Verdana, Arial;
	font-weight: normal;
}
.green {
	color: #004C6C;	
	font-size: 20px;
}

.border {
	background-color: #72ACD5;
	height: 1px;
}

.dottedline {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #72acd5;
	width: 80%;
}

.imgblkborder {
	border: 1px;
	border-color: #000;
	border-style: solid;
	width: 44px;
	height: 44px;
}

.imgwhtborder {
	border: 1px;
	border-color: #fff;
	border-style: solid;
	width: 44px;
	height: 44px;
}

td#welcome {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	width: 345px;
}
td#welcome table {
	width: 100%;
}
td#pictures {
	width: 385px;
	padding-top: 30px;
}
td#pictures table {
 	width: 100%;
}

ul {
	padding-left: 5px;
	margin: 0px;
	list-style-type: none;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}
td#collegesuccess {
	width: 220px;
	padding-left: 5px;
}
td#collegesuccess table {
	width: 100%;
}
td#news {
	width: 570px;
	padding-right: 5px;
}
td#news table {
 	width: 100%;
}
td#articles table, td#articles td {
	background-color: #D4DFE4;
	width: 100%;
}
td#articlesummary {
	padding-bottom: 5px;
}

h1 {
	font-family: "Century Gothic", "Gill Sans", Verdana, Arial;
	color: #68a439;
	font-size: 150%;
	border-bottom-width: thin;
	border-bottom-color: #72acd5;
	border-bottom-style: dotted;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "Century Gothic", "Gill Sans", Verdana, Arial;
	color: #004C6C;/*#68a439;*/
	font-weight: normal;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: "Century Gothic", "Gill Sans", Verdana, Arial;
	color: #004C6C;
	font-weight: normal;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: "Century Gothic", "Gill Sans", Verdana, Arial;
	color: #004C6C;
	font-weight: normal;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: "Century Gothic", "Gill Sans", Verdana, Arial;
	color: #004C6C;
	font-weight: normal;
	font-size: 110%;
	margin: 0px;
	padding-bottom: 3px;
}
h6 {
	font-family: "Century Gothic", "Gill Sans", Verdana, Arial;
	color: #004C6C;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding-top: 3px;
}

a:link, a:visited {
	color: #A82D11;
	text-decoration: none;
}
a:hover, a:active {
	color: #BE6B59;
	text-decoration: none;
}
td#footer {
	width: 780px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
td#footer table {
	width: 100%;
}
td#footerlinks {
	color: #999999;
	font-size: 11px;
	text-align: center;
	width: 100%;
	padding-top: 5px;
}
td#footerlinks a:link {
	color: #BE6B59;
	text-decoration: none;
}
td#footerlinks a:visited {
	color: #BE6B59;
	text-decoration: none;
}
td#footerlinks a:hover {
	color: #DA9E91;
	text-decoration: none;
}
td#footerlinks a:active {
	color: #DA9E91;
	text-decoration: none;
}
td#footeraddressline {
	color: #777777;
	font-size: 10px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
td#footercopyright {
	color: #999999;
	font-size: 9px;
	width: 100%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
} 
a.linkopacity img {filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0}
a.linkopacity:hover img {filter:alpha(opacity=50);   
	-moz-opacity: 0.5;   
	opacity: 0.5}