body {
	text-align: center;
	background: url(../images/bg.jpg) top repeat-x #ffffff;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 0.8em; 
	color: #101010;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

h1 {
	font-size: 2em;
	color: #4140fe;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 1.4em;
}

a {
	color: #4140fe;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.forminput, textarea {
	border: 1px solid #4140fe;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size : 0.9em;
	color: #101010;
}

.forminput {
	width: 200px;
	padding: 2px 5px 2px 5px;
}

textarea {
	width: 280px;
	height: 86px;
	padding: 2px 5px 2px 5px;
}

.button {
	background-color: #4140fe;
	color: #ffffff;
	text-align: center;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	width: 6.5em;
	border: 0px;
}

.nav {
	background: url(../images/nav.jpg) bottom repeat-x #4140fe;
	width: 100%;
	height: 2.2em;
	line-height: 2.2em;
	color: #ffffff;
	font-size: 0.9em;
}

.nav ul {
	margin: 0px;
	padding: 0px;
	float: right;
}

.nav li {
	float: left;
	margin-left: 6px;
	list-style: none;
}

.nav a {
	color: #ffffff;
}

.nav a:hover, #navon {
	color: #c0c0c0;
	text-decoration: none;
}

.container {
	width: 840px;
	margin: auto;
	padding: 0px;
	text-align: left;
}

.header {
	margin-bottom: 20px;
}

.subnav {
	clear: both;
	float: left;
	width: 200px;
	margin-left: 20px !important;
	margin-left: 10px;
}

.subnav ul {
	margin: 0px;
	padding: 0px;
}

.subnav li {
	list-style: square;
	list-style-position: inside;
	color: #4140fe;
	margin-bottom: 5px;
	background: url(../images/subnav.jpg) bottom repeat-y #ffffff;
	padding: 6px 0px 6px 10px;
}

#subnavon {
	text-decoration: underline;
}
	
.content {
	float: right;
	margin-right: 20px !important;
	margin-right: 10px;
	width: 560px;
}

.content li {
	list-style-image: url(../images/list.gif);
}

.footer {
	clear: both;
	width: 100%;
	position: relative;
	top: 20px;
	font-size: 0.85em;
	color: #909090;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.leftpic {
	float: left;
	margin: 0px 20px 10px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 10px 20px;
}

.textright {
	text-align: right;
}

.blue {
	color: #4140fe;
}

.error {
	color: red;
	font-weight: bold;
}

.thumb {
	float: left;
	width: 170px;
	text-align: center;
	margin-right: 25px;
	margin-bottom: 20px;
}

.thumb img {
	margin-bottom: 5px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #ffffff;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border: 1px solid #4140fe;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 1.2em Arial;
letter-spacing: 5px;
color: #4140fe;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #ffffff;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
background-color: #ffffff;
padding: 5px;
z-index: 5;
}