BODY {
	background: #d0bc81;
	margin : 0;
	padding : 0;
	font-size:62.5%;
	color: #000;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight : normal;
	text-align : left;
	scrollbar-shadow-color: #d0bc81;
	scrollbar-highlight-color: #d0bc81;
	scrollbar-face-color: #d0bc81;
	scrollbar-3dlight-color: #d0bc81;
	scrollbar-darkshadow-color: #d0bc81;
	scrollbar-track-color: #d0bc81;
	scrollbar-arrow-color: #d0bc81;
}

.imgwin {
	background-image:url('/images/bg1-1.jpg');
	background-attachment:scroll !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
    padding : 0px;
	overflow:hidden;
}

.header{
	background-image:url('/images/header.jpg');
	background-attachment:scroll !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width:1000px;
	height:80px;
	margin: 0px auto 0px auto;
	padding : 0px;
	border-style:solid;
	border-color:#000;
	border-width: 1px;
}

.buttons{
	background-image:url('/images/bg_buttons.jpg');
	background-attachment:scroll !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width:980px;
	height:30px;
	margin: 0px auto 0px auto;
    padding: 0px 10px 0px 10px;
	border-style:solid;
	border-color:#93814a;
	border-width: 0px 1px 0px 1px;
	overflow:hidden;
}
.middle{
	background: #93814a;
	width:1002px;
	height:501px;
	margin: 0px auto 0px auto;
}
.sidemenu{
	background-image:url('/images/bg_sidemenu.jpg');
	background-attachment:scroll !important;
	background-repeat: no-repeat;
	width:159px;
    padding : 0px 0px 0px 0px;
    margin : 0px 0px 0px 0px;
    font-size: 1.2em;
	border-style:solid;
	border-color:#93814a;
	border-width: 1px 1px 0px 1px;
	height:500px;
	float:left;
}
.sideHeader{
    padding : 10px 1px 10px 15px;
	/*background: #d0bc81;*/
	border-style:solid;
	border-color:#93814a;
	border-width: 0px 0px 1px 0px;
	float:left;
	height:30px;
	width:143px;
}
.sideContent{
    padding : 0px;
    margin : 0px;
	float:left;
	/*height:449px;*/
	width:138px;
}
.content{
	width:830px;
	height:500px;
    font-size: 1.2em;
	margin : 0;
    padding : 0;
	scrollbar-shadow-color: #d0bc81;
	scrollbar-highlight-color: #fff;
	scrollbar-face-color: #f3de9f;
	scrollbar-3dlight-color: #f3de9f;
	scrollbar-darkshadow-color: #d0bc81;
	scrollbar-track-color: #d0bc81;
	scrollbar-arrow-color: #d0bc81;
	overflow:auto;
	float:right;
}
.contentBG{
	background-image:url('/images/bg1-1.jpg');
	background-attachment:scroll !important;
	background-position: center top;
	/*background-position: center 125px;*/
	background-repeat: no-repeat;
	border-style:solid;
	border-color:#93814a;
	border-width: 1px 1px 0px 0px;
	margin : 0;
	padding : 0;
	width:840px;
	height:500px;
	float:right;
}
.imagestrip{
	width:1000px;
	margin: 0px auto 0px auto;
	background: #93814a;
	border-style:solid;
	border-color:#000;
	border-width: 1px 1px 1px 1px;
}
.info{
	float : right;
	height:98px;
	width:197px;
	margin: 0px;
}
.infoCell{
    font-size: 1.5em;
    text-align: center;
	vertical-align: middle;
    padding: 2px 5px 5px 5px;
	color: #fff;
    font-family : sans-serif;
    font-style: italic;
    font-weight: bold;
}

.copyright{
	position: relative;
	background: #d0bc81 no-repeat;
	margin: 0px auto 0px auto;
	width:1000px;
	height:20px;
	text-align:center;
    font-size: 1.0em;
}

.photoHolder, .photoHolderNoText, .photoHolderRight, .photoHolderRightNoText{
	text-align : center;
	background : #red;
    font-size: 0.8em;
	color : black;
	width:178px;
    margin: 2px;
    padding: 6px 4px 4px 4px;
	border-style:solid;
	border-color:#000;
	border-width: 1px;
}
.photoHolder{
	height:230px;
	float : left;
}
.photoHolderNoText{
	height:178px;
	float : left;
}
.photoHolderRight{
	height:230px;
	float : right;
}
.photoHolderRightNoText{
	height:178px;
	float : right;
}

.photo{
    margin: 0px;
    padding: 0px;
	height:170px;
	width:170px;
	border-style:solid;
	border-color:#000;
	border-width: 1px;
}


/*-------------------Link Styles------------------------------------*/
a, a:active, a:visited {
    text-decoration : none;
    border-style : none;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    border : none;
}
a:hover {
    text-decoration : underline;
    border-style : none;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    border : none;
}
TD{
    color: #000;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

img{
	border-style : none;
    padding: 0px;
	margin: 0px;
}
H1, H2, H3, H4{
	margin: 0px;
	text-align:left;
	color: #3c351e;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

H1 {font-size:1.5em}
H2 {font-size:1.4em}
H3 {font-size:1.2em}
H4 {font-size:1.0em}

ul {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
	font-style: normal;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
	list-style-type: square;
	padding: 10px 10px 10px 30px;
	margin: 0px 0px 0px 0px;
}
li {
	text-indent: 0px;
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}
