body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #00678F;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/*----------------------- GLOBAL ------------------------*/


#container,
#containerHome {
	display: table;
	height: 100%;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	border: 2px solid #CD8B4D;	
}

#containerHome 
{
	background: url(images/containerHome.jpg) no-repeat;
	background-position:bottom;	
}

#pagefooter 
{
	display: table;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	font-size:9px;
	color:#CD8B4D;
	text-align:left;
}

#headerHome {
	width:777px;
	height:220px;
	background: url(images/headerHome.jpg) no-repeat;
	margin-bottom:20px;
}

#pageContent {
	margin-left: 8px;
	text-align: left;  
}

#pageContentHome {
	margin-left: 13px;
	margin-right: 13px;
	text-align: center;  
	margin-bottom:160px;
	
}

hr {
	clear: both;
	border: none 0; 
	border-top: 1px solid #D7D7D7;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
} 

.containerBkg 
{
	background: url(images/imgBackground.gif) no-repeat;
	background-position:bottom;
	background-attachment:fixed;
}

.containerBkgBottom 
{
	background: url(images/imgBackground.gif) no-repeat;
	background-position:bottom;
}



/*----------------------- COLUMNS ---------------------------*/

.columnLeft
{
	float: left;
	width: 347px;
	display: inline;
}

.columnRight
{
	float: left;
	width: 373px;
	margin-left: 20px;
	display: inline;
	text-align: justify;
}

.imgTitle
{
	margin-top: 6px;
	margin-bottom:10px;
}

.itemCentered
{
	text-align:center;	
}

/*---------------------- FONTS ----------------------*/

#container a {
	text-decoration: underline;
	font-weight:bold;
	color:#00678F;
}
a:hover,
a:visited
{
	text-decoration: underline;
}

h2 {
	font-weight: bold;
	color: #CD8B4D;
	font-size:11px;
	padding:0px;
	margin:0px;
}

.fntField
{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#containerHome a:link,
#containerHome a:visited,
#containerHome a:hover 
{
	font-size:9px;
	text-decoration:none;
	color:#00678F;
}

#pagefooter a:link,
#pagefooter a:visited,
#pagefooter a:hover 
{
	color:#CD8B4D;
	font-weight:normal;
}

.lightText 
{
	font-size:9px;
	text-align:justify;
}

.lightTextCentered 
{
	font-size:9px;
	text-align:center;
}

#containerHome strong 
{
	color:#CD8B4D;
}

.fntNewsTitle 
{
	font-weight:bold;
}

/*---------------------- IMAGES ----------------------*/

.img 
{
	margin-top:4px;
	margin-bottom:8px;
}

/*---------------------- DOCUMENT SECTION ----------------------*/

.docImage 
{
	 margin-top:3px;
	 margin-bottom:3px;
	 margin-right:15px;
	 border:0px;
}

.docLabel
{
	vertical-align:middle;
	
}

/*---------------------- FORMS ----------------------*/

.form 
{
	background-color:#EEF6E1;
	width:100%;
	border-width:7px;
	border-style:solid;
	border-color:#EEF6E1;
	border-collapse:collapse;
}


.formButtonSubmit 
{
	background-image:url(images/btnSubmit.gif);
}

/*---------------------- HEADERS AND MENUS ----------------------*/


#menuAdmin
{
	background: #295286;
	color:White;
	border:1px solid white;	
}

.menu 
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	height: 18px;
	width: auto;
	list-style: none;
}
.menu ul {
	padding: 0px 0px 0px 10px;
	list-style: none;
	margin: 0px;
	color:White;	
}
.menu li {
	padding: 2px 12px;
	list-style: none;
	display: block;
	float: left;
	border-right: 1px solid #FFFFFF;
}


#menuAdmin a:hover,
#menuAdmin a:visited,
#menuAdmin a:link 
{
	color: white;
	text-decoration: none;
}
