/* 
colors used in this website:
	dark purple: #42024D 
	medium purple; #69047c
	green: #279732
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0;
	background: #42024D;
	background-image:url(../images/bg.gif);
	}
/* This is the left-nad navbar floating inside a div tag */
#nav-menu-wrapper{
	position: relative;
	top: -140px;
	left: 13px;
	z-index: 1;
	visibility: visible;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 180px;
			}

#nav-menu ul{
list-style: none;
padding: 0;
margin: 0 1px 0 1px;
}
#nav-menu li{
margin: 1px 2px 0 2px;
text-transform: capitalize;}
#nav-menu li a {
background-image: url(../images/bg_nav.gif);
background-repeat:repeat-x;
background-color: #FFFFFF;
height: 25px;
line-height: 2em;
width: 170px;
display: block;
border: 0.1em solid #dcdce9;
color: #42024D;
text-decoration: none;
text-align: center;
}
#nav-menu a:link  {
	color: #69047c;
	text-decoration: none;
	}
#nav-menu a:visited  {
	color: #69047c;
	text-decoration: none;
	}
#nav-menu a:hover  {
	background-image: url(../images/bg_nav_hover.gif);
	background-repeat:repeat-x;
	background-color: #660099;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
#wrapper{
	border: 1px solid white;
	width: 848px;
	margin: 0 auto 0 auto;
	background: #69047c;
	}
#contentwrapper{
	width: 600px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	}	
#contenttable{
	width: 95%;
	margin: 0px 15px 0px 15px;
	padding: 0;
	}	

td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #42024D;
}

.text {
	color: #42024D;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	text-align: justify;
	line-height: 150%;
	}
ul.text{
margin: 0 0 0px 20px;
list-style-image:url(../images/li_disc.gif);
}
strong {
	color: #279732;
	}
input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #42024D;
	}
a:link {
	color: #69047c;
	text-decoration: underline;
	}
a:visited {
	color: #279732;
	text-decoration: underline;
	}
a:hover {
	color: #279732;
	text-decoration: none;
	}
h1, h2, h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 27px;
	color: #279732;
	text-transform: capitalize;
	margin: 0 0 15px 0;
	padding: 0;
		}	
h2{
	font-size: 14px;
	color: #69047c;
		text-transform: capitalize;
	padding: 5px 0px 5px 0px;
	}
h3{
	font-size: 13px;
	color: #279732;
	padding: 5px 0px 5px 0px;
	}
.copyright{
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	border-top: 0px dotted white;
	padding: 15px;
	margin: 0 15px 0 15px;
	}
.copyright a:link{
	color: white;
	text-decoration: underline;
	}
.copyright a:visited{
	color: white;
	text-decoration: underline;
	}
.copyright a:hover{
	color: #ffe868;
	text-decoration: none;
	}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
img{
	border: 0;
	}
.imageborder {
	border: 4px solid #42024D
	/*#e2a6ff*/;
	padding: 1px;
	}
.imageborderleft {
	border: 4px solid #69047c;
	padding: 0px;
	margin: 0px 15px 5px 5px;
	float: left;
	}
.imageborderright {
	border: 4px solid #69047c;
	padding: 0px;
	margin: 0px 5px 5px 15px;
	float: right;
	}
.captionnoborder{
	font-size: 10px;
	color: #42024D;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	}
.caption{
	font-size: 10px;
	color: #42024D;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #42024D;
	}
.picturetableright{
	width: 10px;
	float:right;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	}
.picturetableleft{
	width: 200px;
	float: left;
	margin: 20px 25px 5px 0px;
	padding: 0px;
	}
.divider{
	border-bottom: 1px dotted #42024D;
	margin: 0px;
	}
.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}
