body{
	background: #2A81AC url(../images/shared/background.jpg) repeat-x top;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-face-color : #E5E7E5; 
	scrollbar-highlight-color : #D6D9DD; 
	scrollbar-3dlight-color : #CBD1C8; 
	scrollbar-shadow-color : #909DA1; 
	scrollbar-darkshadow-color : #D8DCD6;
	scrollbar-track-color : #F2F2F2; 
	scrollbar-arrow-color : #97A190;
}

h1{
	color: #B2591D;
	font-size: 18px;
	font-weight: normal;	
	/* margin-left: -10px;		 */
}

h2{
	color: #B2591D;
	font-size: 13px;
	font-weight: normal;	
	margin: 0px;
}

a{
	color: #B2591D;
}


#bodyContainer{
	width: 960px;
	margin:0px auto 0px auto;
}

#headerContainer{
	background: #FFFFFF url(../images/shared/header-background.png) top left no-repeat;
	width: 960px;
}

#logoContainer{
	float: left;
	width: 106px;
	margin-left: 15px;
}

#headerimageContainer{
	width: 254px;
	float: right;
}

#sloganContainer{
	float: left;
	width: 560px;
	text-align: center;
}

#sloganContainer h1{
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0px;
}

#sloganContainer h2{	
	color: #1C5774;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 0px;
}


#contentContainer{
	background-color: #FFFFFF;
}

#headerDivider{	
	background: none;
	height: 6px;		
}

/* ------------------ left menu  ------------------ */

#menuContainer{
	float: left;
	width: 210px;
	margin-left: 5px;
}

#menuContainer ul{
	list-style-image:url(../images/shared/menu-bullet.jpg);
	margin: 10px;
	padding-left: 8px;	
	list-style-type: circle;
	display: block;
}

#menuContainer li{	
	margin-bottom: 5px;
}

#menuContainer li a{
	color: #1F5F7E;
	font-size: 13px;	
	text-decoration: none;
}

#menuContainer li a:hover{
	color: #003366;
}

.menuDivider{
	background: url(../images/shared/divider.gif) repeat-x;
	height: 3px;
	width: 150px;
	margin-left: 8px;
}

/* ------------------ search  ------------------ */
#searchContainer{
	margin-top: 30px;
	background: url(../images/shared/background-search.jpg) top left no-repeat;
	height: 170px;
	width: 165px;
	text-align: center;	
}

.searchText{
	border: #38ACE5 1px solid;
	font-size: 11px;
}

.searchButton{
	border: #38ACE5 1px solid;
	background-color: #C3E6F7;
	color: #287CA5;
	font-size: 11px;
	font-weight: bold;
}

.searchHeader{	
	border-top: #B2591D 1px solid;
	border-bottom: #B2591D 1px solid;
	padding: 2px;
	color: #B2591D;
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF url(../images/shared/background-form.jpg) bottom repeat-x; 
	margin-top: 5px;
}


/* ------------------ main content  ------------------ */

#mainContainer{
	float: left;
	width: 490px;
	margin: 20px 10px 0px 10px;
}

#mainContainerFull{
	float: left;
	width: 690px;
	margin: 20px 10px 0px 10px;
}

/* ------------------ right side column  ------------------ */

#sideColumnContainer{
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-right: 5px;	
}

#sideColumnContainer h2{
	color: #B2591D;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#sideColumnContainer h3{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#sideColumnContainer ul{	
	margin: 10px;
	padding-left: 8px;	
	list-style-type: none;
	display: block;
}

#sideColumnContainer li{	
	margin-bottom: 5px;
}

.sideColumnDivider{
	background: url(../images/shared/divider.gif) repeat-x;
	height: 3px;
	width: 200px;
	margin: 3px 0px 3px 0px;	
}

/* ------------------ articles and news  ------------------ */
.lastestArticleDate{
	color: #82888B;
	font-weight: bold;
	font-size: 10px;
}

.lastestArticleHeadline a{
	color: #B2591D;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#latestArticle h1{
	font-size: 13px;
	font-weight: bold;
}

#articleDetailsContainer{
	border: #CCCCCC 0px double;
	padding: 4px;
	/* height: 500px; 
	overflow-y: scroll;*/
}

/* ------------------ latest presentations  ------------------ */

.lastestPresentations a{
	color: #B2591D;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/* ------------------ footer  ------------------ */

#footerContainer{
	background-color: #FFFFFF;
	height: 13px;
}

#footerContainerLeft{
	float: left;
	width: 14px;
	background: url(../images/shared/footer-left.jpg) bottom no-repeat;
}

#footerContainerRight{
	float: right;
	width: 14px;
	background: url(../images/shared/footer-right.jpg) bottom no-repeat;
}


/* ------------------ copyright  ------------------ */
#copyrightContainer{	
	margin-top: 4px;
	color: #FFFFFF;
	text-align: center
}

/* ------------------ form classes  ------------------ */
.formText{
	color: #B2591D;
	font-size: 11px;
	border: #B2591D 1px solid;
	background: #FFFFFF url(../images/shared/background-form.jpg) bottom repeat-x;
}

.formButton{
	color: #B2591D;
	font-size: 11px;
	border: #B2591D 1px solid;
	background: #FFFFFF url(../images/shared/background-form.jpg) bottom repeat-x;
}

select{
	color: #B2591D;
	font-size: 11px;
	border: #B2591D 1px solid;
}

/* ------------------ utility classes  ------------------ */

fieldset{
	border: 1px solid #B2591D;
	padding: 5px;
}

legend{
	border: 1px solid #B2591D;
	background: #EBD6CA;
	padding: 2px;
	font-weight: bold;
	color: #B2591D;
}


.clearBoth{
	clear: both;
	margin: 0px;
}

.alignCenter{
	text-align:center;
}

.errorMessage{
	color: #CC0000;
	background-color: #FFF5CC;
	border: #CC0000 1px solid;
	padding: 3px;
}