html{
	margin:0px; 
	padding:0px;
	height: 100%;	
}
body{
	color:#000000;
	background-color:#FFFFFF;
	margin: 0px auto;
	text-align:center;
	width:100%;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
/* Global styles for all elements */
p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
a{
	color: #000000;
	text-decoration: underline;
}
img{
	border: 0px;
}
h1{
	font-size:26px;
	font-weight:bold;
	color:#FFFFFF;
}
#middlecol h1{
	color: #000000;
	margin: 0px;
	font-size: 26px;
	font-weight: bold;
}
h2{
	font-size: 18px;
	margin: 0px;
	font-weight: bold;
}

/* Specific styles */
#nonFooter{
	position: relative;
	min-height: 100%;
}
* html #nonFooter{
	height: 100%;
}
#footer{
	position: relative;
	margin:-84px 0px 0px 0px;
	width:100%;
	height:80px;
	background-color:#FFFFFF;
	color: #000000;
	clear:both;
}
#footer a{
	margin-left: 400px;
}
#footer #policy{
	height: 48px;
	background-color:#2e2a25;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}
#container{
	width:100%;
	text-align: center;
	color: #000000;
	background-color:#FFFFFF;
	margin: 0px;
	padding-bottom: 84px;
}
#header{
	border-top: 9px solid #ebe11b;
	border-bottom: 7px solid #ebe11b;
	background-color: #2e2a25;
}
#header p{
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	margin: -90px 5px 5px 0px;
	float: right;
	color: #FFFFFF;
}

#navbar{
	height: 21px;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom: 7px solid #ebe11b;
	width: 100%;
}
#navbar ul{
	margin: 0px auto;
	list-style:none;
	height: 21px;
	text-align: center;
	width: 900px;
}
#navbar ul li, #navbar ul li a{
	display: inline;
	margin: 0px 15px 0px 0px;
	color:#000000;
	text-decoration:none;
}
#navbar ul li a:hover{
	text-decoration: underline;
}
#navdivider{
	background-color: #2e2a25;
	height: 10px;
	width: 100%;
	overflow: hidden;
}
#maincontent{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
#maincontent #leftcol{
	width: 153px;
	background: url(../images/leftcol_bg.gif) repeat-y top left;
	margin: 0px 18px 0px 0px;
	height: auto;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	float: left;
}
#leftcol img{
	display: block;
}
#leftcol ul{
	list-style:none;
	margin: 0px;
	padding: 0px 8px 0px 8px;
}
#leftcol ul li, #leftcol ul li a{
	color:#000000;
	text-decoration:none;
}
#leftcol ul li a:hover{
	text-decoration: underline;
}
#maincontent #middlecol{
	float: left;
	width: 540px;
	margin-top: 10px;
}
#maincontent #rightcol{
	width: 172px;
	background-color: #ebe11c;
	border-right: 1px solid #f7f3c4;
	margin: 10px 0px 0px 16px;
	height: auto;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	float: left;
}
#rightcol p{
	font-weight: bold;
	font-size:11px;
	text-align: right;
	margin: -13px 5px 5px 0px;
}

.folders{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 15px;
	position: relative;
}
.folders li{
	margin: 0px;
	padding: 0px;
	display: inline;
	font-weight: bold;
}
.folders .col{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	display: block;
	width: 150px;
	float: left;
	height: 20px;
	overflow: hidden;
}
.folders li a{
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	display:block;
	line-height: 20px;
}
.folders li a:hover{
	text-decoration: underline;
}

.gallery_page_links{
	width: 620px;
	background-color:#333333;
	height: 25px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	float: left;
	padding: 4px 10px 0px 10px;
	margin-bottom: 10px;
}
.gallery_page_prev{
	text-decoration:none;
	float: left;
}
.gallery_page_next{
	text-decoration:none;
	float: right;
}

/* table styling */
#myTable{
	border: 1px solid #ffffff;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-right: 0px;
}
#myTable thead{
	background-color: #ebe11c;
	border: 1px solid #ffffff;
	height: 22px;
	color: #000000;
}
#myTable thead td{
	padding: 0px 4px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	height: 22px;
	overflow: hidden;
}
#myTable tbody td{
	background-color:#e9e9e9;
	margin:0px;
	padding:5px 2px;
	border-top:1px solid #ffffff;
	height: 10px;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#myTable td img{
	border: 0px;
}
.formmsg{
	font-weight:bold;
	color: #2e2a25;
}
.frontend_form_submit{
	display: block;
	float: right;
	text-align: center;
	background: #ebe11c url(../images/button_bg.gif) repeat-x;
	border: 1px solid #d5d2d2;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	width: 110px;
	font-family:Arial, Helvetica, sans-serif;
}
.additionaltext{
	font-size: 10px;
	color:#666666;
}
