/* CSS Document */
a:link {
	color: #0066CC;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
	color: #0066CC;
}

a:active {
	text-decoration: underline;
	color: #0066CC;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.7em;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

p {
	padding-top: 0px;
	margin-top: 0px;
}

body {
	background-color: #FFFFFF;
	background-color: #5C6883;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page {
	width: 962px;
	height: 100%;
	background-color: #FFFFFF;
	border: thin;
	overflow:hidden;
}

#header {
	width: 100%;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
	border: #000000 solid 1px;
}

#main {
	overflow: hidden;
	background-color: #5C6883;
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

#sidebar-wrapper {
	float: left;
	width: 210px;

	overflow: hidden;
	background-color: #FFFFFF;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	border-left: 1px solid #000000;		
}

#sidebar-left {
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	height: 100%;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	position: relative;
	overflow: hidden;
}

#sidebar-left p {
	padding: 0px;
	margin: 5px;
}


#content-wrapper {
	float: left;
	width: 750px;
	overflow: hidden;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	border-left: 1px solid #000000;	
	background-color: #FFFFFF;	
}

#footer {
	float: left;
	padding-top: 5px;
	padding-bottom: 20px;
	width: 100%;
	font-size: 9px;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#footer a:active {
	color: #000000;
	text-decoration: none;
}

div.content {
   	clear: left;
   	padding: 1em;
	text-align: left;
	padding-left: 30px;
	padding-right: 40px;
	overflow: hidden;
	border-right: 1px solid #000000;
	position: relative;
	padding-bottom: 32767px;
	margin-bottom: -32767px;	
}

/*Breadcrumbs start*/
#breadcrumbs-wrapper{
	margin-top: 20px;
	text-align: left;
	background-color: #EEEEEE;
	border: 1px solid #000000;	
}
#breadcrumbs{
	margin-left: 10px;
	/*margin-left: 240px;*/	
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AAAAAA;
}
/*Breadcrumbs end*/

/*Menu start*/
.menuHeader{
	/*background-color:#000000;*/
	border-bottom: 1px solid #000000;
	padding: 5px;
	width: 100%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*color: #FFFFFF;*/
	margin-top: 30px;
	margin-bottom: 5px;
}

.listMenu {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

.listMenu li{
	margin-bottom: 5px;
}

.listMenu li:before {
	content: "\00BB \0020";
}
/*Menu end*/