/*
 * CSS screen file created for http://iufrosault.org
 * Before editing contact web designer, Mark Primavera
 *   
 */

body {
	background-image: url(../design_images/pageBack1.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.box {
	border: 1px none #E9EBDA;
	width: 675px;

}
.RedBox {
	border: 1px dotted #FF0000;

}
h1 {
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	font-style: oblique;
	background-color: transparent;
	padding-left: 10px;

}
h2 {
	font-family: "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-align: left;

}

ul {
	color: #000000;
	line-height: 1.3em;
	list-style-type: circle;
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 12px;


}
a {
	color: #003399;
	text-decoration: none;

}
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #E8E9D8;

}
.small {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;

}
.small a:link {
	color: #003399;
	text-decoration: none;
	font-weight: normal;

}
.small a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
	background-color: #CED1AD;


}
.bottomDotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6BB84;
	padding-bottom: 2px;
	padding-top: 2px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;

}
.borderBox {
	border: 1px solid #AFB478;
}
.ImageBorder {
	border: 1px solid #545830;
}
.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.box strong {
	font-size: 13px;
}
.background {
	background-color: #F0F1E4;
}
