body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial;
	background-color: #a6a6a6;
	cursor: default;
	margin: 0px;
	padding: 0px;
}
.SiteContainerTable {
	width: 780px;
	background-color: #FFFFFF;
	height: 100%;
}
.TitleRow {
	background-image: url(images/TopFade_04.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 102px;
}
.SearchBox {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial;
	font-size: 11px;
	height: 22px;
	width: 155px;
	color: #7D7D7D;
}
.SiteLinks {
	font-size: 11px;
	color: #7D7D7D;
	padding-right: 5px;
}
.SiteLinks a{
	color: #7D7D7D;
	text-decoration:none;
}
.SiteLinks a:hover{
	text-decoration:underline;
}
.SiteDescription {
	color: #1D255B;
	background-color: #BCBBD9;
	padding: 10px 15px 0px;
	font-size: 11px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.HomePageLinks {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;

}
.HomePageLinks a{
	color: #FFFFFF;
	text-decoration:none;
}
.HomePageLinks a:hover{
	margin-right: 5px;
}
.ContentArea {
	font-size: 13px;
	color: #5E5E5E;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
}
.ContentArea table{
	font-size: 13px;
	color: #5E5E5E;
}
.ContentArea img {
	cursor:hand;
}
.ContentArea a{
	color: #5E5E5E;
}
.ContentArea a:visited{
	color: #800080;
}
.PageTitle {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.PageLinks {
	font-size: 11px;
	color: #5E5E5E;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 25px;
	height: 20px;


}
.PageLinks a{
	color: #5E5E5E;
	text-decoration:none;
}
.PageLinks a:hover{
	text-decoration:underline;
}
.FooterLinks {
	background-color: #A6A6A6;
	padding: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #949494;
	font-size: 11px;
	color: #656565;
}
.FooterLinks a{
	color: #656565;
	text-decoration:none;
}
.FooterLinks a:hover{
	text-decoration:underline;
}
.ContentPic {
	float: right;
	width: 200px;
	margin-top: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.ContentPicDescr {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
}
.ArticleDate {
	margin-bottom: 5px;
}
.ArticleLinksTable {

}
.ArticleLinks {
	color: #4a559c;
	text-align: center;
	padding: 0px 4px;
	border: 1px solid #4A559C;
	font-size: 10px;
	font-weight: bold;
}
.ArticleLinks a{
	color: #4a559c;
	text-decoration:none;
}
.ArticleLinks a:visited{
	color: #4a559c;
	text-decoration:none;
}
.ArticleListDate {
	font-size: 11px;
}
.ArticleListTitle {
	font-size: 15px;
	font-weight: bold;
}
.ReadThis {
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
}
.ReadThis a{
	font-size: 11px;
	text-decoration:none;
}
.ProjectThumb {
	border: 1px solid #cacaca;
	margin-bottom: 20px;
}
.ProjectThumbPic {
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	width: 90px;
}
.PageOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/page_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 17px;
	cursor: default;
}
.PageOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/page_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 17px;
	cursor: hand;
}
