body {
	background-color: #4f2170;
	font-family:Calibri, "Trebuchet MS", Arial;
}

p {
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	font-size: 1.25em;
	padding: 10px;
}
/*DIVS:::::::::::::::::::::::::::::::::::::::::::::::*/

#wrapper {
	background-color: #4f2170;
	position:relative;
	width: 100%;
}

#banner {
	position:relative;
	height: 100px;
	border-bottom: solid 1px #4f2170;
	clear: both;
	width: 100%;
	background-color:#ffffff;
	background-image: url(../images/banner090207.png);
	background-repeat: no-repeat;
}

#flash {
	position:relative;
	width: 200px;
	height: 100px;
	float:right;
}

#content {
	position:relative;
	top: 10px;
	width: 100%;
	background-color:#FFFFFF;
}

#breadcrumb {
	position:relative;
	width: 100%;
	height: 30px;
	background: #4f2170;
	color: #ffffff;
	padding-top: 5px;
}

#breadcrumb a {
	color: #ffffff;
}

#left {
	float:left;
	width: 200px;
	background-color: #4f2170;
	color: #ffffff;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ffffff;
}

#left a {
	color: #ffffff;
}

#left li {
	list-style-type: none;
	padding-right: 0px;
	margin-left: -35px;
}

#main {
	width: 75%;
	background-color: #ffffff;
	border-right: 1px solid #4f2170;
	margin-top: 10px;
	float:right;
}

#main p, #main table {
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	position:relative;
	width: 100%;
	height: 20px;
}

#descriptions {
	border: 1px dotted #4f2170;
}

/*TAGS::::::::::::::::::::::::::::::::::::::*/
img {
	border: 0px none;
}

/*CLASSES::::::::::::::::::::::::::::::::::::::::*/

.curvedcorner {
}

.componentheading, .contentheading, .small, .createdate, .moduletable_menu, .moduletable {
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
}

.article_column {
	padding: 20px;
}

.componentheading {
	color: #4f2170;
	font-weight:bold;
	font-size: 1.8em;
}

.contentheading {
	font-size: 1.5em;
	font-weight:bold;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

.menu a {
	text-decoration:none;
	padding-left: 0px;
	padding-right:15px;
	display:block;
	font-weight:normal;
}

.menu a:link, .menu a:visited {
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: right;
}

.menu a:hover {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right;
}