body {
	font: 70% Arial, Helvetica, sans-serif;
	border-left: 1px solid #666666;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}


h1 {
	font-size: 150%;
	font-weight: normal;
}

h2 {
	font-size: 125%;
	margin-bottom: -20px;
}

h4 {
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
}

a {
	color: #003399;
	text-decoration:none;
}

a:hover{
	color: #003399;
	text-decoration:underline;
}

a.white {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.white:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

p {
	line-height:18px;
}

table {
	font-size: 95%;
	background-color: #E0E0E0;
}

tr {
	border-bottom: 1px solid #FFFFFF;
}

td {
	padding-left:8px;
}

.listViolet{
	background: #990099;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	border-top: 1px solid #000000;
	padding: 3px 3px 3px 5px;
}

.listWhite {
	background-color : #FFFFFF;
}

.listGray {
	background-color: #F7F7F7;
}

.listGray A {
	font-weight: bold;
}

.listHeader{
	background-color: #F7F7F7;
	font-family:tahoma;
	text-transform : uppercase;
	font-weight:bold;
	font-size:10px;
}


/* --- Main Elements --- */

.topDiv{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #990099;
	padding: 0 0 0 14;
	width: 100%;
}

	.topDiv span {
		padding-top: 3px;
		padding-left: 3px;
		font-weight: bold;
		color: #ffffff;
		float: left;
	}

.toolbar{
	border-bottom: 7px solid #dadada;
	background: #ededed;
	color: #000000;
	padding: 0 0 0 14;
	height: 30px;
	cursor: hand;
	width: 100%;
}

.contentDiv {
	width: 100%; 
}

.mainMenu{
	background: url("/images/menuBg.gif") repeat-x fixed;
	padding: 10px 10px 0 4px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	font-size: xx-small;
	border-top: 3px solid #990099;
	margin-bottom: 20px;
	font-size: 10px;
}

	.mainMenu a, visited{
		color: #003399;
		padding-left:5px;
		width: 179px;
		height:21px;
		text-decoration:none;
		background: url("/images/menuItem.gif") repeat-x fixed bottom;
	}
	.mainMenu a:hover{
		color: #003399;
		width: 179px;
		height: 21px;
		text-decoration:none;
		background: url("/images/menuItemSel.gif") repeat-x fixed bottom;
	}


.footer{
	text-transform: uppercase;
	padding:  4px;
	font-family: Tahoma;
	border-top: 1px dotted #999999;
	background: #FFFFFF;
	font-size: 10px;
	line-height: 18px;
	width:100%;
	left: Opx;
	text-indent : 4px;
}


.path {
	padding: 0 0 10 0;
}

.up {
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
}

.header{
	font-size: 26px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

.subPages{
	padding:12px 0 12px 0;
}

	.subPages a{
		text-decoration: underline;
		font-size:11px;
		font-family:tahoma;
		font-weight:bold;
	}
	.subPages a:hover {
		text-decoration: none;
		font-weight:bold;
		font-size:11px;
		font-family:tahoma;
		
	}

.icon{
	margin-right:6px;
}

/* -- For Content Pages --- */
.leftDiv{
	margin-top: 30px;
	margin-left: 10px;
	width: 193px;
	float: left;
}
.wideCenterDiv{
	float: left;
	width: 525px;
	margin-left: 30px;
	margin-top:30px;
}
.rightDiv{
	float: right;
	position: absolute;
	margin-left: 30px;
	margin-top: 94px;
	width: 189px;
	z-index:1;
}

.fromeditor{
	margin-top:10px;
	margin-bottom:10px;
}

/* --- For FrontPage only --- */
.mainhead{
	color: #666666;
	font-size: 35px;
	text-align: right;
	padding: 22px 10px 20px 10px;
}
.basicarea{
	font-family : tahoma, arial;
	font-size: 11px;
	color: #666666;
	padding: 8px 8x 13px 8px;
	line-height:18px;
}
.frontCenter{
	float: left;
	width: 389px;
	margin-left: 15px;
	margin-top:0px;
	padding-left: 10px;
	padding-right: 10px;
}

.frontRight{
	width: 370px;
	float: left;
}

.frontPageBg{
	background: url("/images/bg_front.gif");
}
