/* Presentation Stylesheet

  (c) Colin Sewell, 2008
------------------------- */

html { font-size: 100%; /* IE hack */ }

body {
	margin: 5px;
	padding: 0px;
	color: #1a510b;
	background-color: white;
	background-image: url(../images/bg-gradient.gif);
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica, sans-serif, serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 75%;		/* scale down default font */
}


p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 100%;		/* scale down default font */
	color: #1a510b;
	text-align: justify;
	margin: 10px 15px;
	margin-right: 45px;
}

.underlined {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif, serif;
	color: #1a510b;
	margin-top: 10px;
	margin-left: 15px;
	padding-top: 0px;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

#colright p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 80%;
	margin: 8px;
}

#footer p {
	font-family: arial, helvetica, serif, sans-serif;
	font-size: 0.75em;
	color: #f7f7f7;
	margin: 1px;
	padding: 1px;
}


.ImgBorder {
	border: 1px solid #777;
}


.BoldText {
	font-weight: bold;
}

.BoldMediumText {
	color: #5e5e5e;
	font-weight: bold;
}

.BoldHeading {
	font-weight: bold;
	font-size: 150%;
	color: #555;
}


hr {
	margin: 10px;
	border: none;
    border-bottom: 1px solid #8dbfc0;
	height: 1px;
}

.HR-Dashed {
	border: none;
    border-bottom: 1px dashed #8dbfc0;
	height: 1px;
}


.HR-Dotted {
	border: none;
	height: 1px;
    border-bottom: 1px dotted #8dbfc0;
}

.HR-Footer {
	width: 500px;
	margin: 2px;
	padding: 1px;
	margin-left: 188px;
	margin-right: 0;
	border: none;
	height: 1px;
    border-bottom: 1px dotted #8e5653;
}

ul {
	margin-left: 25px;
}

li {
	padding: 2px;
}

