body {
	background-color: #E2E2E2;
	margin-top: 0px;
	font-size: 12px;
	font-family: Arial;
	margin-left: 0px;
	color: #4F4F4F;
}

h1, h2 {
	font-family: Arial;
	font-size: 20px;
	color: #4F4F4F;
	font-weight: normal;
}

h2 {
	font-size: 15px;
        font-weight: bold;
}

#mainContainer {
	width: 798px; 
	border: 1px solid #CCC;
	/*margin-left: auto; 
	margin-right: auto;*/
	background-color: #FFF;
	border-top: 0px;
	float:left;
}

#logo {
	padding: 10px;
	float: left;
}

#top {
	border: 0px solid red;
}

#language {
	text-align: right;
	padding: 10px;
}

#middleRowContainer {
	background-color: #BBB;
	border-top: 0px solid #CCC;
}

#flash {
	background-color: #FFF;
	width: 480px;
	height: 230px;
	float: left;
	border-right: 1px solid #CCC;
}

#rightColContainer {
	float: left;
	height: 230px;
	width: 317px;
	background-color: #4F4F4F;
}

#boxHeader {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#rightCol {
	height: 195px;
	width: 199px;
	background-color: #EEE;
	float: left;
}

#guide {
	padding: 10px;
	height: 60%;
	border-bottom: 1px solid #CCC;
}

#guideContent {
	margin-top: 10px;
	font-family: Arial;
	color: #FFF;
}

DIV#guideContent a {
	color:#ffffff;
}

#login {
	padding: 10px;
}

#loginFormBox {
	padding-top: 3px;
}

input.login {
	width: 115px;
}

#menu {
	border-top: 1px solid #CCC;
	padding-left: 0px;
}

a.menuItem:link, a.menuItem:hover, a.menuItem:active, a.menuItem:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #4F4F4F;
	text-decoration: none;
	padding: 10px;
}

a.subMenuItemLevel1:link, a.subMenuItemLevel1:hover, a.subMenuItemLevel1:active, a.subMenuItemLevel1:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #4F4F4F;
	text-decoration: none;
}
xxx
a.subMenuItemLevel1Current:link, a.subMenuItemLevel1Current:hover, a.subMenuItemLevel1Current:active, a.subMenuItemLevel1Current:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #004A84;
	text-decoration: none;
}

a.subMenuItemLevel2:link, a.subMenuItemLevel2:hover, a.subMenuItemLevel2:active, a.subMenuItemLevel2:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #4F4F4F;
	text-decoration: none;
}

a.menuItemCurrent:link, a.menuItemCurrent:hover, a.menuItemCurrent:active, a.menuItemCurrent:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-color: #004A84;
}

div.menuItemDiv {
	float: left;
	margin-left: 20px;
	border: 0px solid green;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.dropDownMenu {
	display: none;	
	color: white;
	position: absolute;
	width: 150px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

div.dropDownMenu div {
	background-color: #004A84;
	margin: 0;
	padding: 10px;
	margin-top: 10px;
}

div.dropDownMenu div a {
	color: white;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

div.dropDownMenu a:hover {
	text-decoration: underline;
}

#banner {
	/*height: 70px;*/
	border-top: 1px solid #CCC;
}

#contentContainer {
	border-top: 1px solid #CCC;
	background-color: #E2E2E2;
}

a.guideItem:link, a.guideItem:hover, a.guideItem:active, a.guideItem:visited {
	margin-bottom: 5px;
	color: #FFF;
	text-decoration: none;
}

#startLeft {
	width: 480px;
	float: left;
	border-right: 1px solid #CCC;
	background-color: #FFF;
}

#startRight {
	float: left;
	width: 317px;
	background-color: #FFF;
}

#newsContainer {
	padding: 10px;
}

div.newsDate {
	font-size: 9px;
	color: #004A84;
	font-family: Arial;
}

div.newsHeader {
	font-size: 14px;
	color: #000000;
	font-family: Arial;
	margin-top: 8px;
}

div.newsIntroduction {
	font-size: 11px;
	color: #000000;
	font-family: Arial;
}

div.newsReadMore {
	font-size: 11px;
	font-family: Arial;
	margin-top: -10px;
}

a.newsReadMore:link, a.newsReadMore:hover, a.newsReadMore:active, a.newsReadMore:visited {
	color: #004A84;
	text-decoration: none;
	font-weight: bold;
}

a.rssLink:link, a.rssLink:hover, a.rssLink:active, a.rssLink:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
}

a.quoteLink:link, a.quoteLink:hover, a.quoteLink:active, a.quoteLink:visited {
	color: #4F4F4F;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
}

a.euLink:link, a.euLink:hover, a.euLink:active, a.euLink:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}

a.crumbLink:link, a.crumbLink:hover, a.crumbLink:active, a.crumbLink:visited {
	color: #4F4F4F;
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
}

a.orgs:link, a.orgs:hover, a.orgs:active, a.orgs:visited {
	color: #4F4F4F;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}


div.rightBox {
	background-color: #FFF; padding: 10px; border: 1px solid #AAA; margin-bottom: 10px;
}

div.rightBox  p {
	margin:			0;
}

#footerContainer {
	border-top: 1px solid #CCC;
	padding: 10px;
	font-family: Arial;
	color: #4F4F4F;
	background-color: #E2E2E2;
}

#crumbs {
	margin-bottom: 20px;
}

#loggedInBox {
	color: #FFFFFF;
}

.coworkerImage {
	float: left;
	margin-right: 10px;
}

a.boxReadMore:link, a.boxReadMore:hover, a.boxReadMore:active, a.boxReadMore:visited {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.topLink:link, a.topLink:hover, a.topLink:active, a.topLink:visited {
	font-size: 10px;
	color: #4F4F4F;
	text-decoration: none;
}

a.whiteLink:link, a.whiteLink:hover, a.whiteLink:active, a.whiteLink:visited {
	color: #FFF;
}

a:link, a:hover, a:active, a:visited {
	color: #4F4F4F;
}

img.bannerImage {
	border: 0px;
}


.topTwitter{
	padding-top:5px;
}
.topTwitter a img{
	border:none;
}
