/* CSS Document */

/* PAGE MODIFIERS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:10px;
	background-color:#C9C4AB
}

img {
	border-width:0px;
}
a:link, a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover, a#active {
	color:	#000000;
	text-decoration:none;
}

.sandriam {
	float:right;
	margin-top:1px;
	margin-right:20px;
}

.menu {
	margin-top:75px;
	margin-bottom:3px;
	text-align:center;
	color:#525252;
}

.menu a:link, .menu a:visited {
	color:#525252;
	text-decoration:none;
		font-weight:bold;
}

.menu a:hover, .menu a#active {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.menuf {
	text-align:center;
	color:#525252;
}

.menuf a:link, .menuf a:visited {
	color:#525252;
	text-decoration:none;
		font-weight:bold;
}

.menuf a:hover, .menuf a#active {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.mainbodybox {
	width:190px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
	background-color:#E3E1D4;
}
.mainbodybox_content {
	margin:5px;
}
.mainbody {
	margin:15px;
	color:#525252;
}
.title {
	font-size:16px;
	font-weight:bold;	
}

.footer {
	margin:10px;
	line-height:11px;
	color:#525252;
	text-align:center;
}
/* PAGE MODIFIERS */

/* Backgrounds */
.bg_topbar {
	height:10px;
	width:808px;
	background-image:url(../images/bg_topbar.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.bg_header {
	height:97px;
	width:780px;
	background-image:url(../images/bg_header_s.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.bg_right {
	width:17px;
	background-image:url(../images/bg_right.gif);
	background-repeat:repeat-y;
}

.bg_left {
	width:11px;
	background-image:url(../images/bg_left.gif);
	background-repeat:repeat-y;	
	background-color:#FFFFFF;
}

.bg_body {
	background-color:#FFFFFF;
}
.bg_footer {
	height:77px;
	width:780px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.bg_bottombar {
	height:19px;
	width:808px;
	background-image:url(../images/bg_bottombar.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.bg_division {
	background-image:url(../images/bg_divider.gif);
	background-repeat:repeat-y;
}
/* Backgrounds */
