#bodystyle{
	font-size:12px;
	line-height: 17px;
	color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-position:top;
	background-color:#000000;
}

/* global styles */
a { color:#fff; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px dotted #333333; }

/* Container which encloses the whole site to allow easy width change */
#container {
	width:842px;	/* change value to adjust width */
	text-align:left;
	margin:0px auto;
	padding:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/content-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 600px;
	margin-top:79px;
}

#header {
	margin: 0 0 0 130px;
	padding-top: 20px;
	height:90px;
	width:705px;
}

#menu {
	float:left;
	width:100px;
	margin-top:25px;
	margin-left: 2px;
	padding:0px;
}
#menu .list {
	list-style:none;
	margin-left:-25px;
	}
#menu .list li {
	margin-bottom:5px;
}

#menu a		        { text-decoration: none;
text-shadow: 2px 3px 3px #000; }
#menu a:link       	{ color: #ffffff; }
#menu a:visited    	{ color: #ffffff; }
#menu a:hover     	{ color: #ffffff; 
text-shadow: 2px 3px 3px #01c3aa;}
#menu a:active     	{ color: #01c3aa; }



#page {
	margin: 0 0 0 185px;
	width:615px;
	height: 350px;
}

.pageheading {
	width: 100%;
	text-align: right;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 640px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0px;

}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}


#iframeBG {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/iframebg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

#page_font {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
}

#footer {
	clear: both;
	margin-left:130px;
	padding-top:100px;
	width:705px;
	text-align:center;
}
#footer .font {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
}

#boldheadgreen {
	font-size: 12px;
	font-weight: bold;
	color: #01c3aa;
}


#img {
border:solid 0px #000000;
}









/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */


#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }






/* Alphabet listing */
#footer .alphabet {
	background:#D7D7D7;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


.txtbox{
background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:#888888;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #888888;
	width: 220px;
	height: 17px;
	text-align: left;
	}

.txtfield{
background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:#666;
	border-right-color: #666;
	border-bottom-color: #888;
	border-left-color: #666;
	width: 220px;
	height: 100px;
	text-align: left;
	}


.submitbtn {
   color:#333333;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-color: #d8d8d8;
   font-size: x-small;
   font-weight: normal;
   border:1px solid #333;
}





.foliopad {
	padding-bottom: 10px;
}
.foliopad img {
	box-shadow: 2px 2px 6px #000;
}
