
/* User defined CSS */

.slogan {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}

.padding1 {
	padding: 25px;
	vertical-align: top;
}

.padding2 {
	padding-left: 18px;
}

.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
}

.bgblue {
	background-image: url(../images/bluebgr.png);
	background-repeat: no-repeat;
	height: 40px;
}

/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bgr.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
}

tr, td, p, div {
	line-height: 20px;
}

.contentheading {
	padding-top: 15px;
	font-size: 18px;
	color: #003366;
}

.componentheading {
	font-size: 22px;
	color: #000000;
	margin-left: 3px;
	margin-bottom: 10px;
}


table.moduletable {
	padding: 5px;
	margin-bottom: 10px;
}

table.moduletable th {
	font-weight: normal;
	text-align: left;
	font-size: 22px;
	color: #000000;
	padding-bottom: 10px;
}

table.moduletable td {
	/*padding-bottom: 25px;*/
}

.createdate {
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	padding-bottom: 15px;
	line-height: normal;
}

.modifydate {
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
}

.small {
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	line-height: normal;
}

a.readon:link, a.readon:visited {
	color: #FF9900;
	text-decoration: none;
	line-height: normal;
}

a.readon:hover {
	color: #000000;
	text-decoration: none;
	line-height: normal;
}

a:link, a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/* Top Menu CSS */

#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainlevel-nav li {
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: -25px;
	width: auto !important;
	white-space: nowrap;
	line-height: 30px;
}

#mainlevel-nav a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	height: 35px;
	display: block;
	color: #333333;
}

#mainlevel-nav a:hover {
	color: #336699;
}


/* Main Menu */

a.mainlevel:link, a.mainlevel:visited {
	padding: 4px;
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid #EEEEEE;
	width: auto;
	line-height: normal;
}

a.mainlevel:hover {
	color: #000000;
	line-height: normal;
}

a.sublevel:link, a.sublevel:visited {
	font-size: 12px;
	color: #006699;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
	width: 200px;
}

a.sublevel:hover {
	color: #FF6600;
}

.footer {
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #EEEEEE;
}




