body{
	Font-Family: Arial,Verdana, Tahoma, Helvetica;
	Font-Size: 10px;
	color: #4a4a4a;
	background-color: #ededed;
	margin:0 auto;
	text-align:center;
	background-image:url(images/body_back.jpg);
}

#mainDiv{
	width:1000px;
	--height:100%;
	align:center;
	padding-left:10px;
	padding-right:10px;
	background-color:#52514d;
}

#bodytable{
	Font-Family: Arial,Verdana, Tahoma, Helvetica;
	Font-Size: 12px;
	color: #ebebeb;
}

.main{
font-size: 12px;
color:#484848;
}

table.main {
border: 0px;
background-color: #c6c6c6;
}
table.main td{
font-size: 12px;
background-color: #efefef;
padding: 3px;
}
table.main th {
font-size: 14px;
text-align: left;
vertical-align : middle;
color: #ffffcc;
height:22px;
padding-top:2px;
padding-left:2px;
background-color: #484848;
}


.normal{
font-size: 12px;
}
table.normal th{
font-size: 14px;
text-align: left;
color:#3b3b3b;
background-color: White;
}

table.normal td{
font-size: 10px;
padding: 1px;
}

table.jandarpanBlue {
	border: 0px;
	color: #ffffff;
	Font-Size: 12px;
}
table.jandarpanBlue a {color: #efefef; text-decoration:none;}
table.jandarpanBlue a:hover {color: #3399ff; text-decoration:underline;}

H1 {
Font-Family: Arial, Verdana, Tahoma, Helvetica;
Font-Size: 14px;
Font-weight:bold;
color: #ff9900;
margin: 0; 
padding:0 0 5 0;
}

H2 {
Font-Family: Arial, Verdana, Tahoma, Helvetica;
Font-Size: 16px;
word-spacing: 0; 
text-indent: 0; 
line-height: 100%; 
margin: 0; 
margin-top: 20; 
padding: 0;
display: inline;
color: #cc0000;
}

H3 {
Font-Family: Arial, Verdana, Tahoma, Helvetica;
Font-Size: 13px;
color:#cc0000;
font-weight:bold;
word-spacing: 0; 
text-indent: 0; 
line-height: 100%; 
margin: 0; 
margin-top: 20; 
padding: 0;
display: inline;
}

#topHeader {
	position:relative;
	width:800px;
	height:18px;
	padding-top:3px;
	display:block;
	padding-left: 200px;
	margin:0px;
	text-align:center;
	}
#topHeader h1 {
	font-size:10px;
	display:inline;
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	}
#topHeader h1 a:link,#topHeader h1 a:active,#topHeader h1 a:visited{
	color:#3b3b3b;
	text-decoration:none;
	}
#topHeader h1 a:hover{
	color:#ff6600;
	text-decoration:underline;
	}


#footer {
	font-size:10px;
	color:#ffffff;
}
#footer a:link, #footer a:active,#footer a:visited{
	color:#d8d8d8;
	font-size:11px;
	text-decoration:none;
	}
#footer a:hover{
	color:#ffffcc;
	text-decoration:underline;
	}
#footer span{
	display:block;
	border-bottom: 1px dotted #d8d8d8;
	margin-bottom: 4px;
	margin-right:10px;
	padding-bottom:2px;
}

#divSitemap li {
	list-style-image : url(images/dot_list.jpg);
	list-style-position : inside;
	padding-left : 10px;
	padding-bottom : 5px;
}

#divSitemap li a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

#divSitemap li a:hover 
{
	color: #cc3300;
	text-decoration: none;
}


#divSitemap li li {
	background-image: url(images/dot_listSmall.jpg);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	padding-right: 15px;
	padding-left: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#divSitemap li li a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066cc;
}

#divSitemap li li a:hover 
{
	color: #cc3300;
	text-decoration: none;
}


#moreResource li {
	list-style-image : url(images/dot_listSmall.jpg);
	list-style-position : inside;
}

#moreResource li a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066cc;
	padding-left : 10px;
	padding-bottom : 10px;
}

#moreResource li a:hover 
{
	color: #cc3300;
	text-decoration: none;
}

/*- Menu Tabs--------------------------- */ 
    #tabsBottom {
	  float:right;
      width:100%;
      font-size:12px;
	  font-weight:bold;
      line-height:normal;
      }
    #tabsBottom ul {
	float:right;
	  margin:0;
	  padding:10px 0px 0px 0px;
	  list-style:none;
      }
    #tabsBottom li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsBottom a {
      float:left;
      background:url("images/tab_bottom_left.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 11px;
	  color:#ffffff;
      text-decoration:none;
      }
    #tabsBottom a span {
      //float:left;
      display:block;
      background:url("images/tab_bottom_right.jpg") no-repeat right top;
      padding:11px 15px 4px 5px;
      color:#ffffcc;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsBottom a span {float:none;}
    /* End IE5-Mac hack */
    #tabsBottom a:hover span {
	    color:#fff;
      }
    #tabsBottom a:hover {
	  background:url("images/tab_bottom_left.jpg") no-repeat left top;
      }
    #tabsBottom a:hover span {
       background:url("images/tab_bottom_right.jpg") no-repeat right top;
      }
	  
	 #tabsTop {
	  color:#ffffff;
      font-size:11px;
      line-height:normal;
      }
	 		  
	  #tabsTop a {
      color:#ffffff;
      text-decoration:none;
      }
	  
	  #tabsTop a:hover {
      color:#ff9900;
      text-decoration:underline;
      }
	  
	  #eventsHeader
	  {
		  width:100%;
		  background-color:#575757;
		  color:#e9e9e9;
		  font-size:12px;
		  padding: 4px 4px 4px 4px;
		  border-top:1px solid #ff9900;
		  border-bottom:1px solid #ff9900;
		  margin-bottom:10px;
	  }
	  
	  #eventsHeader h1
	  {
	  	padding:0 20px 0 0px;
		display:inline;
	  }
	  
	 #eventsHeader a
	  {
	   padding:0 20px 0 15px;
	   color:#e9e9e9;
	   font-weight:bold;
       text-decoration:none;
	   background-image:url("images/fourDots.jpg");
	   background-repeat : no-repeat;
	  }
	  
	  #eventsHeader a:hover
	  {
	   color:#ff9900;
       text-decoration:underline;
	  } 
	  
	  #eventDivDate{
		Font-Family: Verdana,Arial,Tahoma, Helvetica;
		color: #003300;
		Font-weight: bold;
	}
    #newsDiv {
        Font-Family: Verdana,Arial,Tahoma, Helvetica;
        Font-Size: 11px;
        padding-bottom: 5px;
        text-align: justify;
    }
               
    #newsDiv h1 {
        Font-Family: Verdana,Arial,Tahoma, Helvetica;
        Font-Size: 14px;
        color: #cc3300;
        word-spacing: 0; 
        font-weight : bold;
        line-height: 100%; 
        padding-left: 0px;
        display:block;
        
    }
    #newsDiv a {color: #cc3300;}
    #newsDiv a:hover {color: #339900;}

    #newsDivDate{
    Font-Family: Verdana,Arial,Tahoma, Helvetica;
    color: #003300;
    Font-style: italic;
    }

    #newsDivSummary {
        Font-Family: Verdana,Arial,Tahoma, Helvetica;
        Font-Size: 11px;
        margin:0 0 25px 0;
        border-bottom: #E0E0E0 1px dotted;
        padding-bottom: 5px;
        text-align: justify;
    }
    
    
    #newsDivSummary h1 {
        Font-Family: Verdana,Arial,Tahoma, Helvetica;
        Font-Size: 12px;
        color: #cc3300;
        word-spacing: 0; 
        font-weight : bold;
        line-height: 100%; 
        padding-left: 0px;
        margin-bottom: 0px;
        display:block;
    }
    
    #newsDivSummary h2 {
        Font-Family: Verdana,Arial,Tahoma, Helvetica;
        Font-Size: 12px;
        color: #cc3300;
        word-spacing: 0; 
        font-weight : bold;
        line-height: 100%; 
        padding-left: 0px;
        margin-bottom: 0px;
        display:block;
    }
    
    #newsDivSummary a {color: #cc3300;}
    #newsDivSummary a:hover {color: #ff9900;}

    #newsDivSummaryDate{
    Font-Family: Verdana,Arial,Tahoma, Helvetica;
    color: #003300;
    Font-style: italic;
    }
.imgThumb{float:right; padding:0 0 5px 5px;}    

#newsList{Font-Family: Arial,Tahoma, Helvetica;Font-Size: 11px;font-weight : bold;list-style:none;}
#newsList a {color: #cc3300;}
#newsList a:hover {color: #ff9900;}
	
.event{font-size: 12px;}
table.event {border: 0px;color:#006600;background-color: #333333;}
table.event td{font-size: 14px;background-color: #cccc66;padding: 3px;text-align:center}
table.event th {font-size: 14px;height:20px;text-align: center;color: #ffffcc;background-color: #990000;}
table.event td  a{font-size: 16px;text-align: center;text-valign:middle;color: #cc0000;text-decoration:underline}
table.event td  a:hover{color: #ff6600;text-decoration:underline}

#eventTDToday{background-color: #ffffcc;}
#eventTDBlank{background-color: #eeeeee;}
#eventTDList a{font-size: 12px;color: #cc0000;text-decoration:none}
#eventTDList a:hover{color: #ff6600;text-decoration:underline}
#eventToday{color: #990000; font: bold 14px;}

#listing{
	Font-Size: 11px;
	font-weight:bold;
	background-color:#eaeaea;
	padding:3px;
	border: 1px solid #d9d9d9;
	}

#paginationDiv{
	padding:10px 0px 10px 0px;
	Font-Family: Verdana,Arial,Tahoma, Helvetica;
	Font-Size: 11px;
}

#paginationDiv a {color: #003399;}
#paginationDiv a:hover {color: #cc3300;}

#page_link {
	font-size:11px;
	color:#cc3300;
	background-color:#eaeaea;
	padding:5px;
	margin:1px;
	border: 1px solid #d9d9d9;}

#page_current {
	font-size:11px;
	font-weight:bold;
	color:#ffffcc;
	background-color:#0066cc;
	padding:5px;
	margin:1px;
	border: 1px solid #003300;}
	
 #required
 {
 	color:#cc3300;
	font-size:16px;
	font-weight:bold;
 }

#classifiedCategory {
	background-color:#eaeaea;
	height:60px;
	padding:5px;
	border: 1px solid #d9d9d9;
}
#classifiedCategory h2 a{font-size:12px;color:#cc3300;}
#classifiedCategory a{font-size:10px;color:#cc3300;}

#classifiedCategory h2 a:hover{font-size:12px;color:#ff9900;}
#classifiedCategory a:hover{font-size:10px;color:#ff9900;}

#breadcrumb {color:#7e7e7e;font-size:10px}
#breadcrumb a{color:#cc6600}
#breadcrumb a:hover{color:#339900}
#indexEventDiv{
	Font-Size: 11px;
	background-color:#eeeeee;
	background-image:url(images/indexevent_back.jpg);
	border: 1px solid #7e7e7e;  
	height: 130px; 
	width: 350px; 
	padding:5px;
	margin-right:10px
}
#indexEventDiv h1 {
	Font-Family: Arial,Tahoma, Helvetica;
	Font-Size: 14px;
	color: #ffffff;
	word-spacing: 0; 
	font-weight : bold;
	line-height: 100%; 
	padding:1px 0 4px 1px;
	display:block;
	margin:0;
}

#indexEventDiv h2 {
	Font-Family: Verdana,Arial,Tahoma, Helvetica;
	Font-Size: 11px;
	color: #cc3300;
	word-spacing: 0; 
	font-weight : bold;
	line-height: 100%; 
	padding-left: 0px;
	display:block;
}

#indexEventDiv a {color: #cc3300;}
#indexEventDiv a:hover {color: #339900;}
#indexEventDiv li{Font-Size: 10px;font-weight:bold;list-style:none;margin-bottom:2px}

#advertisement{font-size:8px;color:#fff;text-align:center;}

.imgThumb{
	float:right;
    clear: right; 
    margin: 2px;
	border:1px solid #c6c6c6;
	padding:1px;
}

#marketing a {display:block; margin-bottom:4px;}


#indexGalleryDiv{
	Font-Size: 11px;
	background-color:#eeeeee;
	background-image:url(images/indexevent_back.jpg);
	border: 1px solid #7e7e7e;  
	height: 130px; 
	width: 700px; 
	padding:5px;
	margin-right:10px
}

a.td.thumbnail, a.td.thumbnail:link, a.td.thumbnail:visited, a.td.thumbnail:active {
        border: rgb(0, 0, 0) 1px solid;
        margin-bottom: -45px;
        padding: 2px;
        width: 204px;
        display: block;
        background: #f4efd0;
        height: 180px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

a.td.thumbnail:hover {
        border: #cc0033 1px solid;
        margin-bottom: -45px;
        padding: 2px;
        width: 204px;
        display: block;
        background: #d8d2ad;
        height: 180px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

a.galleryLink {color: #cc3300; Font-Family: vardana,Arial, Helvetica, Tahoma; Font-Size: 12px;text-decoration: none; font-weight:bold}
a.galleryLink:hover {color : #336600; text-decoration : underline;}

a.imageLink {color: #cc3300; Font-Family: vardana,Arial, Helvetica, Tahoma; Font-Size: 12px;text-decoration: none;}
a.imageLink:hover {color : #336600; text-decoration : underline;}

img{border: rgb(0, 0, 0) 1px none;}

img.thumbnail {
        border: rgb(0, 0, 0) 1px solid;
        margin: 0px;
        padding: 0px;
        background: rgb(45, 45, 45);
        vertical-align: middle;}
.newsticker {
    list-style-type: none;
    padding: 3px;
    margin: 0; }
#newsticker a:hover{color:#FFFF00}


#newscategory ul {
      float:left;
      margin:0;
      padding:5px 0px 5px 0px;
      list-style:none;
      }
    
#newscategory li {
  float:left;
  display:inline;
  margin:0;
  padding:5px 20px 5px 0;
  font-weight: bold;
  }
  
  
.contentLeft {
    float: left;
    width: 180px;
    font-size: 11px;
    background-color: #F0F0F0;
    padding:10px 2px 10px 10px;
}

.contentLeft ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contentLeft li {
    padding: 0 0 20px 0;
}

.contentLeft li ul {
}

.contentLeft li li {
    margin: 0 5px 0 15px;
    padding: 8px 0px;
    border-bottom: 1px #BBBBBB dotted;
}

.contentLeft li li a {
    text-decoration: none;
    color: #008080;
}
.contentLeft li li a:hover {
    text-decoration: underline;
    color:#DCA014;
}

.contentLeft h2 {
    height: 20px;
    margin: 0;
    padding: 0;
    color: #000080;
    font-size: 12px;
}
.contentRight
{
    float:left;
    padding-left:10px;
}
