@import url("reset.css");
@import url("menu.css");



body {
	background:#3d3b3b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	padding: 22px 0 22px 0;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
}


h1,h2,h3,h4,h5,h6 {
	color: #0026ff;
}



h1 {
	font-size: 26px;
}



h2 {
	font-size: 22px;
}



h3 {
	font-size: 16px;
}



h4 {
	font-size: 15px;
}



h5 {
	font-size: 14px;
}



h6 {
	font-size: 12px;
}



p {
	margin-bottom:10px;
}

#wrapper {
	width:900px;	
	background:#FFF;	
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#header {
	background: url(../images/header_bg.jpg) no-repeat left top;
	height:139px;
}

#header .logo {
	width:168px;
	height:98px;	
	float:left;
	padding: 17px 0 0 18px;
}

#header .moduletable-search {
	width: 339px;
	height: 21px;
	float: right;
	margin: 37px 45px 0 0;
}

#header .moduletable-search .search-search {
	background: url(../images/search_bg.jpg) no-repeat left top;
	width: 339px;
	height: 21px;	
}

#header .moduletable-search .search-search .inputbox-search {
	background: none;
	width: 260px;
	padding: 2px 0px 0 3px;
	float: left;
	margin-right: 6px;
	border: none;
}

#header .moduletable-search .search-search .button-search {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 68px;
	float: left;
	cursor: pointer;
}

#banner {
	width:900px;
	height:212px;
}

#container {
	padding: 14px 14px 0 14px;
}

#leftCol {
	background: #e1e5ff;
	float: left;
	width: 198px;
	border: 1px solid #b3bbe9;
	padding: 8px 8px 8px 8px;
}

#leftCol .moduletable {
	background: #ffffff;
	width: 170px;
	padding: 15px 14px 10px 14px;
	border: 1px solid #b3bbe9;
}

#leftCol .moduletable h3 {
	color: #0026ff;
	font-size: 14px;
	padding: 0 0 3px 0;
	margin-bottom: 14px;
	border-bottom: 1px solid #b3b0b0;
}

#leftCol .moduletable ul li {
	background: url(../images/Arrow.gif) no-repeat left center;
	padding-left: 10px;
}

#leftCol .moduletable ul li a:link,
#leftCol .moduletable ul li a:active,
#leftCol .moduletable ul li a:visited {
	color: #000000;
	font-size: 12px;
}

#leftCol .moduletable ul li a:hover {
	color: #0026ff;
	text-decoration: none;
}

#contentCol-repeat {
	background: url(../images/contentCol_repeat.jpg) repeat-y left top;
	width: 646px;
	float: right;
}

#contentCol-bottom {
	background: url(../images/contentCol_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

#contentCol-top {
	background: url(../images/contentCol_top.jpg) no-repeat left top;
	padding: 15px 12px 0 12px;
}

#contentCol-top .content {
	width: 100%;
}

.contentheading, .componentheading {
	color:#0026ff;
	font-size: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid #b3b0b0;
	margin-bottom: 12px;
}

.small, .createdate, .modifydate {
	color: #333333;
	font-size: x-small;
}

.content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 22px;
}

.content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

.content ul li, .content ol li {
	padding-bottom: 3px;
	margin-left: 5px;
}

#modulelist-repeat {
	background: url(../images/contentCol_repeat.jpg) repeat-y left top;
	width: 646px;
	float:right;
	margin-top:15px;
}

#modulelist-repeat #modulelist-bottom {
	background: url(../images/contentCol_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

#modulelist-bottom #modulelist-top {
	background: url(../images/contentCol_top.jpg) no-repeat left top;
	padding: 15px 12px 0 12px;
}

#modulelist-top .moduletable-left {
	width:281px;
	float:left;
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;
	border-right: 1px solid #b3b0b0;	
}

#modulelist-top .moduletable-left h3 {
	color: #0026ff;
	font-size: 14px;
	border-bottom: 1px solid #b3b0b0;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

#modulelist-top .moduletable-right {	
	width:275px;
	float:right;
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;
}

#modulelist-top .moduletable-right h3 {
	color: #0026ff;
	font-size: 14px;
	border-bottom: 1px solid #b3b0b0;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

#footer {
	background: url(../images/footer_bg.jpg) no-repeat left top;
	height:47px;
	line-height: 47px;
	width:900px;
	margin-top:15px;
	text-align: center;
}

#footer .moduletable {
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}


