/* HTML TAG DEFINITIONS */

html {
	height: 100%;
	margin-bottom: 1px;
	background-image: url(../images/common/cjblkbgd.gif);
}
body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	color: #45422f;
	text-align: center;
	margin: 10px 0 0 0;
	}
   
hr {
	background-color: #553923;
	color: #553923;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square;}	

h1 {
	color: #45422f;
	font: bold 22px Georgia, Georgia, serif;
	text-align: left;
	padding: 5px 0;
	margin: 10px 0;}

h2 {
	color: #754e31;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 5px 0;
	margin: 10px 0;}

h3 {
	color: #8b7045;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 10px 0;
	margin: 10px 0;}

h4 {
	color: #553923;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 15px 0;}

h5 {
	color: #553923;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;}

h6 {
	color: #45422f;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;}

a {
	color: #45422f;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #a6704c;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align: center;}	

/* PAGE LAYOUT IDs */

#wrapper-3col {
    background: #cac8b3 url(../images/common/wrapperbg-3col.jpg); 
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#wrapper-2col {
	background: #cac8b3 url(../images/common/wrapperbg-2col.jpg);
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#logoimage {
	height: 220px;}
	
#globalnav {
	color: #FFCC00;
	height: 60px;
	padding-top: 5px;
	background-image:url(../images/common/global.jpg);
	text-align: center;}
	
#globalnav a {
	color: #00FF00;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps}

#globalnav a:hover {
	color: #cac8b3;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps}
	
#sidebar-left {
	width: 170px;
	float: left;
	text-align: left;
	line-height: 1.2em;
	font-size: 85%;
	padding: 5px 15px;}
	
#content1 {
	width: 470px;
	float: left;
	text-align: left;
	line-height: 1.6em;
	padding: 0 15px;}

#content2 {
	width: 670px;
	float: right;
	text-align: left;
	line-height: 1.6em;
	padding: 0 15px;}


#sidebar-right {
	width: 170px;
	float: right;
	text-align: left;
	line-height: 1.2em;
	font-size: 85%;
	padding: 5px 15px;}

#bottom {
	clear: both;
	height: 10px;}

#bottom2 {
	clear: both;
	height: 10px;}

#footer {
	clear: both;
	color: #000;
	text-align: center;
	line-height: 1.2em;
	font-size: 85%;
	padding: 20px 0 0 15px;
	background-color: #cac7b2;
	background-image: url(../images/common/back1.jpg);
}
	
#footer a {
	color: #000;
	text-decoration: none;
	font-weight: normal;}

#footer a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;}

#footer p {
	padding: 0;
	margin: 0;}

/* FORMATTING CLASSES */

.navigation {
	font-size: 120%;
	line-height: 1.6em;
	margin-bottom: 40px;}

.navigation a {
	color: #45422f;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps}

.navigation a:hover {
	color: #cac8b3;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps}
	
.textcenter {
	text-align: center;
}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}
	
.hiddenPic {
  display:none;}	
  
.cell {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #0000FF;
	FONT-FAMILY: Arial;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 0px;
	border: 2px solid black;
}
	
div.float {
		float: left;
	}
	
div.nofloat {
		clear: both;
		padding: 0px 34px 0px 0px;
	}
	
div.picture {
		width: 216px; 
		border: 1px #DDDDDD solid;
	}
	
div.title {
		width: 218px;
		background-color: #DDDDDD;
		margin: 2px 0px 0px 0px;
		padding: 5px 0px 5px 0px;
		text-align: center;
		font-weight: bold;
	}

