@charset "utf-8";
/* CSS Document */


body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	margin-top:0px;
	margin-bottom:0px;
}


#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 12px;
	line-height: 1.5em;
}

#header {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
}

#content {
	width:650px;
	background-color:#ffffff;
	padding: 15px;
	border: 1px solid #bbbbbb;
}

#right {
	float:right;
	width:218px;
	background-color:#ffffff;
	padding: 15px;
	border: 1px solid #bbbbbb;
	margin-bottom:20px;
}

#footer {
	width:920px;
	background-color:#ffffff;
	padding: 15px;
	border: 1px solid #bbbbbb;
	margin-top:20px;
	text-align:center;
	clear:both;
}

a img {
	border:none;
}

fieldset {
	border:none;
}

.button {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #bbbbbb;	
}

.inputbox 	{
	border: 1px solid #bbbbbb;
}

#menu {
	width:950px;
	height: 56px;
	background-image: url(../images/body_bg.jpg);
}

#menu li {
	border-left:1px solid #fff;
	list-style: none;
	display:inline;
	margin-top: 0px;
	margin-bottom: 0px;
}
 #menu li:first-child {
	border-left:none;
 }

#menu ul {
	margin:0;
	padding:0;
}

#menu a{
	line-height: 55px;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}


/** Module **/

.moduletable_menu h3, .moduletable h3 {
	font-size:12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	margin-bottom:5px;
	margin-top:15px;
	padding-left:28px;
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.moduletable_menu ul, .moduletable ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.moduletable_menu li, .moduletable li {
	padding-bottom:3px;
	padding-top:3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;

}

.moduletable_menu li a, .moduletable li a  {
	color:#043e95;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:25px;
	font-weight:bold;
	padding-left:10px;

}

.moduletable_menu li a:hover, .moduletable li a:hover {
	color:#454545;
}
/** Module End **/


.contentheading, h1 {
	font-size:16px;
	font-weight:bold;
}

h2,h3,h4,h5,h6 {
	font-size:14px;
	font-weight:bold;
}

p {
	line-height: 18px;
}

a { 
	color: #626262;
	text-decoration:underline;
}
.modifydate, .createdate, .small {
	font-size:9px;
	color:#b8151c;
}

.componentheading {
	font-size:16px;
	font-weight:bold;
	color:#156db8;
	background-image: url(../images/contentp_line.gif);
	background-position: right bottom;
	margin-bottom: 10px;
	margin-left: 2px;
	background-repeat: no-repeat;
}

.componentheading a{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color: #626262;
	background-image: url(../images/spacer.gif);
}

#webmedie {
	padding-top:7px;
	text-align:center;
	font-size:9px;
}

