body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	background-position: top;
	text-align: left;
	background-color: #606060;
	
	scrollbar-base-color: #D3D3D3;
	scrollbar-face-color: #D3D3D3;
	scrollbar-track-color: #DCDCDC;
	scrollbar-highlight-color: #FFFFF0;
	scrollbar-3dlight-color: #D3D3D3;
	scrollbar-shadow-color: Black;
	scrollbar-darkshadow-color: Gray;
	scrollbar-arrow-color: #8B0000;
}

div.container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width:1000px;
	height:588px;
}

div.principals-header_ {
	position:absolute;
	background-image: url(../images_principals/principals_header.jpg);
		background-repeat: no-repeat;
	left:0px;
	top:0px;
	width:1000px;
	height:31px;
}

div.principals-middle-left_ {
	position:absolute;
	background-image: url(../images_principals/principals_middle_left.jpg);
		background-repeat: no-repeat;
	left:0px;
	top:31px;
	width:272px;
	height:532px;
}

div.principals-middle-center_ {
	position:absolute;
	background-image: url(../images_principals/principals_middle_center.jpg);
		background-repeat: no-repeat;
	left:272px;
	top:31px;
	width:564px;
	height:532px;
}

div.principals-middle-right_ {
	position:absolute;
	background-image: url(../images_principals/principals_middle_right.jpg);
		background-repeat: no-repeat;
	left:836px;
	top:31px;
	width:164px;
	height:532px;
}

div.title_principals_ {
	background-image: url(../images_principals/title_principals.gif);
	width: 154px;
	height: 40px;
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
	left: 20px;
}

div.title_mary_ {
	background-image: url(../images_principals/title_mary.gif);
	width: 225px;
	height: 40px;
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 125px;
}

div.title_chan_ {
	background-image: url(../images_principals/title_chan.gif);
	width: 225px;
	height: 40px;
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 125px;
}

div.copy_right_ {
	position: absolute;
	width: 255px;
	left: 20px;
	top: 200px;
	z-index: 3;
	text-align: left;
	height: 240px;
}

div.copy_left_detail_ {
	position: absolute;
	width: 225px;
	left: 20px;
	top: 170px;
	z-index: 3;
	text-align: left;
	height: auto;
	padding-right: 5px;
	border-right: 1px dotted;
	
}

div.copy_right_detail_ {
	position: absolute;
	width: 225px;
	left: 260px;
	top: 170px;
	z-index: 3;
	text-align: left;
	height: 240px;
}

div.nav_ {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	top: 8px;
	right: 6px;
	z-index: 2;
	width: 735px;
}

ul.navigation{
position: relative;
background-position: center;
	list-style: none; /* this line will remove any kind of bullet from the menu */
	width: 120px; /* sets the menu width */
	font-size: 11px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
}
 
#menu a {
	display: inline; /* this is a very important property here and it controls the way the menu elements are displayed - like block-level elements */
	height: 14px;
	padding-right: 13px; /* sets the padding properties */
	padding-left: 7px;
	font-weight: bold; /* sets the font weight */
	background: transparent url(../images/arrowGrey_BlackBack.gif) no-repeat right;  /* sets the color of the background */
	color: #191970; /*border-top: 1px solid #efefef;  this code sets the line between the menu items 
*/
}

 
#menu a:link {
	color: White; /* sets the font color */
	text-decoration: none;
	background: transparent url(../images/arrowGrey_BlackBack.gif) no-repeat right; 
}

 
#menu a:visited {
	color: #B22222;
	text-decoration: none;
	
}

 
#menu a:hover {
	background: transparent url(../images/arrowWhite_BlackBack.gif) no-repeat right; /* when the cursor is over, in the left side of the menu item background it will be display the arrow.gif picture */
	text-indent: 0px; /* this line of code move the text 15 px to the right */
	color: White;
}

 
#menu a:active {
	color: #B22222;
	background: transparent url(../images/arrowGrey_BlackBack.gif) no-repeat right;
	text-decoration: underline;
}

a
{
color: #8B4513;
font-size:9pt;
text-decoration: none;
}

a:hover
{
color: #BD0021;
text-decoration: none;
}


div.principals-footer_ {
	position:absolute;
	background-image: url(../images_principals/principals_footer.jpg);
		background-repeat: no-repeat;
	left:0px;
	top:563px;
	width:1000px;
	height:25px;
}

div.copyrightFC_{
position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 592px;
	left: 20px;
	color: #A9A9A9;
	text-align: left;
	font-size:7pt;
}
