/* CSS Document */

    /* General styles */
    body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#fff url(../images/bg.jpg) no-repeat left top;
	min-width:800px;
	font-size:1em;
	font-family: "Goudy Old Style",  "Times New Roman",Georgia, Times, serif;
    }
	a {
    	color:#931f1b;
	text-decoration:none;
	}
	a:hover {
	color:#931f1b;
	text-decoration:none;
	border-bottom: dotted #1d4505;
	}
	li {
	color: #931f1b;	
	font-weight:bold;
	}
	ul li{
	list-style-type: none;			
	}
	ol li {
		margin-left:150px;
	}
	h1{
		color:#1d4505;
	}
	h2{
		font-style:italic;
	}
	h3{
		color:#931f1b;
		font-style:italic;
	}
	h4{
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #931f1b;	
	}
    h1, h2, h3,h4 {
        margin: 0;
        padding:0;
	   text-align:center;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
		border:0;
	}
	img a:hover {
		text-decoration:none;
		border:none;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
	   height:220px;
	   text-align:center;
	   margin: 90px auto 0px auto;
    }
	/*#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}*/
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	/*.leftmenu {
	    background:#FFD8B7;
	}*/
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
	float:left;
	width:170px;
	position:relative;
	right:185px;
	font-size: 1.3em;
	font-weight: bold;	   
    }
    .leftmenu .col2 p {
	line-height: .8em;
    }
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	border-top: dotted #1d4505;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #931f1b;
    }
    #footer p {
        padding:10px;
        margin:0;
	   text-align:center;
	   font-size:1.1em;
	   font-weight:bold;
	   font-style:italic;
	   color:#1d4505;
    }
 	.menuItem{
	width:170px;
	
	}
	.sponsor{
	font-size: .9em;
	font-weight: bold;
	text-align:center;
	line-height:.9em;
	color: #931f1b;
	border: 1px solid #1d4505;		
	}
#myGallery{
	width:550px;
	height:400px;
	margin:20px auto;
}
.jdGallery a.right, .jdGallery a.left
{
	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.jdGallery .slideInfoZone h2
{
	font-size: 95%;
}

.jdGallery .slideInfoZone p
{
	font-size: 90%;
}
.jdGallery .loadingElement
{	background-color:#FFFFFF;
}
.sponsorLink{
	color:#000000;
}
.red{
	color: #900;	
}
.green{
	color: #040;	
}