/* Global styles */
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8ems;
	background: #FFF;
}
p {
	font-size: 0.8ems;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
}
a:visited, a:link {
	color: #000066;
	text-decoration: underline;
	background: none;
}
a:hover {
	color: #E99650;
	text-decoration: none;
	font-weight: bold;
	background: none;
}
h1 {
	color: #000066;
	margin: 15px 0px 10px 0px;
	padding-bottom : 10px;
	font : normal 18px Georgia, serif;
	border-bottom : 1px solid #7E97B5;
}
h2 {
	color: #E99650;
	margin: 15px 0px 10px 0px;
	padding-bottom : 10px;
	font : bold 15px Georgia, serif;
	border-bottom : 1px solid #7E97B5;
}
h3 {
	color: #666666;
	margin: 15px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8ems;
	padding:0;margin:0 0 0 17px;
}
.box {
	border : 1px solid #000;
}
/**layout**/
#wrapper {
	margin : 0 auto;
	width : 760px;
	padding: 10px 10px 0px 10px;
	border-left : 1px solid #7E97B5;
	border-right : 1px solid #7E97B5; 
	background: #fff;
}
#header {
	height: 170px;
	width: 760px;
	background-image: url(images/JodiHeader2.jpg);
}
#bg {
	height: 30px; 
	padding: 10px 10px 5px 10px; 
	text-align: left;
}
#main-content {
	margin : 0 auto;
}
#right-column {
	width : 490px;
	padding : 10px 10px 10px 10px;
	float : right;
}
#left-column {
	width : 150px;
	float : left;
}
.sidebar {
	width : 120px;
	margin : 0 auto;
	padding : 10px 5px;
}
#footer {
	background : #fff; 
	height: auto; 
	border-top : 1px solid #7E97B5;
	border-bottom: 1px solid #7E97B5; 
	padding: 5px 5px;
	clear : both; 
	background-position: left; 
	background-repeat: no-repeat
}
/*sidebar*/
.sidebar {
	width : 200px;]
	margin : 0 auto;
	padding : 10px 25px;
}
.sidebar ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
list-style-image: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.8ems;
}
.sidebar a {
display: block;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.8ems;
text-decoration: none;
color: #fff;
background-color: #7E97B5;
border-left: 3px solid #E99650;
margin-top: 6px;
padding: 3px;
}
.sidebar a:link, #navlist a:visited {
text-decoration: none; color: #FFFFFF;
}
.sidebar a:hover {
color: #fff;
border-left: 3px solid #7E97B5;
background-color: #E99650;
}
/*other bits*/
.image-right {
	float: right;
	margin: 0 0 10px 10px;
	border: solid 1px #000;
}
.logotxt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #333333;
}
.logotxt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8ems;
	color: #333333;
}.add_this {
	margin-left: 25px;
}
