	@charset "UTF-8";
body  {
	font-family: Arial, Helvetica, sans-serif;	
	background: url(/images/bg_gradient.jpg) repeat-x #FFFDE9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 10pt;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(/images/sidebar.gif) repeat-y;
} 
#header { 
	background: url(/images/top_joca.jpg) no-repeat;
	height: 314px; 
	padding: 0 0px 0 88px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#headerLeft {
	float: left;
	padding: 40px 0 0 0px;
}
#headerRight {
	float: right;
	padding: 190px 120px 0 0;
	text-align:right;
}
#headerText1 {
	margin-right: 36px;
}
#headerText2{
	color: #2E318E;
	font-size: 18pt;
	font-family: Georgia;
	margin-top: 30px;	
}
#headerText3{
	color: #2E318E;
	font-size: 11pt;
	font-family: Georgia;
	margin-right: 105px;
}
#sidebar0 {
	float: left;
	width: 88px;
	min-height: 400px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 214px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#sidebar1 ul{
    margin:0;
    padding: 40px 0;
    width: 214px;
    list-style-type:none;

}
#sidebar1 ul li{border-top: 2px solid #FFFFFF;font-weight: bold;}
#sidebar1 ul li a{padding:10px 15px 10px 20px;color: #2E318E;display:block;overflow:hidden;text-decoration: none; }
#sidebar1 ul li a:hover{background: url(/images/link_on.gif) repeat-y;}

#mainContent { 
	margin: 0 60px 0 302px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#contentRight{
	float: right;	
	position: relative;
	text-align: right;
	margin-top: 40px;
}
#contentLeft{
	float: left;
	margin-top: 40px;
}
.ad{
	margin-top: 10px;
	border: 1px solid #2E318E;
	background: #FFFFFF;
}

.adimg{
	padding: 3px 3px 0 2px;
	width: 150px
}
.adimg img{
	display: block;
	border: none;
}
.adlabel{
	padding: 4px;
	text-align:center;
	background: #2E318E;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.adlabel a:link{
	color: #FFFFFF;
}
#footerRight{
	margin: 0 60px 0 320px;
	padding: 10px 20px 0 0;
	text-align: right;
	color: #2E318E;	
	border-top: 1px solid #2E318E;
}
#footerRight a:link, #footerRight a:visited, #footerRight a:active, #footerRight a:hover {
	color: #2E318E;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #2E318E;
	text-decoration: underline;
}

#headerText1 a:link, #headerText1 a:visited, #headerText1 a:active, #headerText1 a:hover {
	color: #2E318E;
	text-decoration: none;
}
