img { border: 0; }
.clear { clear: both; }


body {
	margin: 0;
	padding: 0;
	/*background-color: #104F9C;*/
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
#wrap, #header, #navbar, #navimg, #main, #content, #sidebar, #navbar #nav {
	margin: 0;
	padding: 0;
}
#header * {
	margin: 0; padding: 0; 
}

#wrap {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	min-width: 800px;
}

#navbar {
	width: 141px;
	margin: 0;
	padding: 0;	
	background-color: #BBE0FA;
	float: left;
}

#navbar #navimg *, #navbar * { margin: 0; padding: 0; }

#navbar #nav {
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
#navbar #nav li {
	display: block;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 3px;
}

#navbar #nav li a {
	font-weight: bold;
	text-decoration: none;
	color: #262c70;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}
#navbar #nav li a:hover {
	color: #fff;
}


#main {
	margin-left: 141px;
}

#content {
	padding: 10px 30px 10px 10px; 
}

.twoCol #content {
	margin-right: 210px;
}

#content {
	/*color: #fff;*/
	color: #1457a7;
	font-family: "Times New Roman", Times, "Georgia", serif;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: verdana,arial,sans-serif;

}

#content h1 {
	font-size: 1.2em;
}
#content h2 {
	font-size: 1.1em;
}
#content h3 {
	font-size: 1.0em;
}
#content h4 {
	font-size: .9em;
}
#content h5 {
	font-size: .8em;
}
#content h6 {
	font-size: .7em;
}

#content a:link {
	color: #955357;	
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
	color: #955357;	
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #955357;	
	font-weight: bold;
	text-decoration: underline;
}
#content a:active {
	color: #955357;	
	font-weight: bold;
	text-decoration: none;
}




#sidebar {
	/*border: 1px solid black;*/
	/*background-color: #fff;*/
	background-image: url(images/topsidebarbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #c6edf2;
	width: 180px;
	padding: 10px 10px 10px 10px;
	
	margin-right: 10px;
	float: right;
	
	color: #104f9c;	
	font-family: "Times New Roman", Times, "Georgia", serif;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	 font-family: verdana,arial,sans-serif;
}
#sidebar h1 {
	font-size: 1.2em;
}
#sidebar h2 {
	font-size: 1.1em;
}
#sidebar h3 {
	font-size: 1.0em;
}
#sidebar h4 {
	font-size: .9em;
}
#sidebar h5 {
	font-size: .8em;
}
#sidebar h6 {
	font-size: .7em;
}
#sidebar h2 {
	margin: 0;
	padding: 0;
}
#sidebar h3 {
	margin-bottom: 0;
}
#sidebar p { 
	margin-top: 0;
}
#sidebar a:link {
	color: #104f9c;	
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:visited {
	color: #104f9c;	
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #104f9c;	
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:active {
	color: #104f9c;	
	font-weight: bold;
	text-decoration: underline;
}
