body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 152px;
	width: 1000px;
	padding: 0;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#sidebar1 {
	width: 366px;
	background-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C93C9;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B92C8;
	text-decoration: underline;
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #5C93C9;
	text-decoration: none;
}
.newsList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
}
.newsList a {
	font-size: 11px;
}
#aboutmenuLft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 183px;
	float: left;
	background-color: #E7F2FA;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#aboutmenuLft a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#aboutmenuLft li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 169px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#aboutmenuLft a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #206C9F;
}
#aboutmenuRt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 183px;
	float: left;
	background-color: #E7F2FA;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#aboutmenuRt a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#aboutmenuRt li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 169px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#aboutmenuRt a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #206C9F;
}
#newsmenuLft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 183px;
	float: left;
	background-color: #EDDEE8;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#newsmenuLft a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#newsmenuLft li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 169px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#newsmenuLft a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #723E5E;
}
#newsmenuRt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 183px;
	float: left;
	background-color: #EDDEE8;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#newsmenuRt a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#newsmenuRt li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 169px;
	border-bottom-style: solid;
	padding-left: 14px;
}
#newsmenuRt a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #723E5E;
}
#topicsmenuLft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 183px;
	float: left;
	background-color: #F9F5D2;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#topicsmenuLft a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#topicsmenuLft li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 169px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#topicsmenuLft a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #B4A81B;
}
#topicsmenuRt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 183px;
	float: left;
	background-color: #F9F5D2;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#topicsmenuRt a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#topicsmenuRt li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 169px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#topicsmenuRt a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #B4A81B;
}
#resourcesmenuLft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 183px;
	float: left;
	background-color: #FAEADC;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#resourcesmenuLft a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#resourcesmenuLft li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 169px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#resourcesmenuLft a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #DB5800;
}
#resourcesmenuRt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 183px;
	float: left;
	background-color: #FAEADC;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#resourcesmenuRt a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#resourcesmenuRt li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 169px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#resourcesmenuRt a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #DB5800;
}
#pubmenuLft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 183px;
	float: left;
	background-color: #F9E6EA;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#pubmenuLft a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#pubmenuLft li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 169px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#pubmenuLft a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #8F233C;
}
#pubmenuRt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 183px;
	float: left;
	background-color: #F9E6EA;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#pubmenuRt a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#pubmenuRt li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 169px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#pubmenuRt a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #8F233C;
}

#newsArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 15px;
}

#mainContent {
	width: 611px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 367px;
}
#footer {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 20px;
	padding: 10px;
} 

.footerLft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 500px;
	padding-bottom: 15px;
	color: #666;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.newsListLast {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border-bottom-style: none;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.newsListLast a {
	font-size: 11px;
}
.newslistHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 20px;
}

.fltlftNewsBullet {
	float: left;
	margin-right: 8px;
	padding-bottom: 20px;
}
#sidemenu {
	float: left;
	width: 366px;
	overflow: visible;
}
.footerRt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	width: 400px;
	padding-bottom: 15px;
	text-align: right;
	color: #666;
	text-decoration: none;
}
#sidemenuSub {
	float: left;
	width: 275px;
}
#aboutmenuLftSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 275px;
	float: left;
	background-color: #E7F2FA;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#aboutmenuLftSub a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#aboutmenuLftSub li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 261px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#aboutmenuLftSub a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #206C9F;
}
#newsmenuLftSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 275px;
	float: left;
	background-color: #EDDEE8;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#newsmenuLftSub a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#newsmenuLftSub li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 261px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#newsmenuLftSub a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #723E5E;
}
#topicsmenuLftSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 275px;
	float: left;
	background-color: #F9F5D2;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#topicsmenuLftSub a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#topicsmenuLftSub li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 261px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#topicsmenuLftSub a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #B4A81B;
}
#resourcesmenuLftSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 275px;
	float: left;
	background-color: #FAEADC;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#resourcesmenuLftSub a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#resourcesmenuLftSub li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 261px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#resourcesmenuLftSub a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #DB5800;
}
#pubmenuLftSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 275px;
	float: left;
	background-color: #F9E6EA;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#pubmenuLftSub a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#pubmenuLftSub li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 261px;
	padding-left: 14px;
	border-bottom-style: solid;
}
#pubmenuLftSub a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #8F233C;
}
#mainContentSub {
	width: 689px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
	background-color: #FFF;
	padding: 18px;
}
* html #mainContentSub {
	width: 689px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
	background-color: #FFF;
	padding: 6px;
}
#footerSub {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 20px;
	padding: 10px;
	float: left;
	width: 980px;
}
#menuLftSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 255px;
	float: left;
	background-color: #FFF;
	padding: 10px;
	margin: 0px;
}
#menuLftSub a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#menuLftSub li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 231px;
	padding-left: 5px;
	border-bottom-style: solid;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
}
#menuLftSub a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5C93C9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 2px;
}
.hyperlinkList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	list-style-image: url(images/bullet.gif);
}
.headingLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5C93C9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 2px;
}
.headingHotTopics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B4A81B;
	border-bottom-style: none;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.headingLargeHotTopics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #B4A81B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B4A81B;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
	background-color: #F9F5D2;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.headingLargeAbout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #206A9B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1F6B9D;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
	background-color: #E7F2FA;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.headingLargeNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6D3C5A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F3C5B;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
	background-color: #EDDEE8;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.headingNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6D3C5A;
	border-bottom-style: none;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.headingLargePublications {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #8E233D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8E233D;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
	background-color: #F9E6EA;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.hyperlinkPDFList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	list-style-image: url(images/pdficon.gif);
}
.headingLargeResources {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #EC6001;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E55200;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
	background-color: #FAEADC;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.hyperlinkLinkList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	list-style-image: url(images/linkicon.gif);
}
.headingResources {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EC6001;
	border-bottom-style: none;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 17px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.smallmaintext {
	font-size: 11px;
}
.headingPublications {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #8E233D;
	border-bottom-style: none;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.hyperlinkWeblinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	list-style-image: url(images/linkicon.gif);
}
.headingAbout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #206A9B;
	border-bottom-style: none;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #ECF2F9;
}
.formButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #5B92C8;
	border: 1px solid #1E3A57;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	font-weight: normal;
	padding: 6px;
}
#sidemenuLogos {
	float: left;
	width: 275px;
}
.newslistHome a {
	font-size: 11px;
}
.dottedlineHome {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
