* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 10px 0px;
	background-color: #656565;
	color: #c2bebe;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}

a {
	color: #c2bebe;
	
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	/*color: #d26a36;*/
	color: #3e8380;
	background-color: inherit;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 14px 0px 5px;
	text-align: justify;
	line-height: 14px;
	clear : both;
	float : none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#container {
	margin: 0px auto;
	width: 778px;
	background: url('images/container_background.gif') #0c070d repeat-y 0px 0px;
	color: inherit;
}

.thumbnail {
	padding: 10px 0px;
	text-align: center;
}

.thumbnail img {
	border: #5c5b5c 1px solid;
}


/* Page Title */

#page_title {
	width: 362px;
	height: 128px;
	background-color: #343231;
	overflow: hidden;
	float: right;
	text-align: center;
	vertical-align: middle;
}

#page_title h1 {
	width: 362px;
	/*color: #cf7235;*/
	color: #3e8380;
	font-size: 28px;
}


/* Page Image */

#page_image {
	width: 414px;
	background: url('images/background.gif') #0c070d repeat-x 0% 0%;
	padding: 15px 0px;
	color: inherit;
	overflow: hidden;
}

#page_image p {
	width: 376px;
	text-align: left;
}

/* Left Column */

#left_column {
	width: 414px;
	font-size: 14px;
	float: left;
}

#left_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	/*color: #d26a36;*/
	color: #3e8380;
	font-size: 16px;
}


/* Right Column */

#right_column {
	padding-bottom: 20px;
	width: 362px;
	background-color: #0c070d;
	color: inherit;
	float: right;
	clear: right;
}

#right_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	color: #c7c7c7;
}

#right_column p {
	padding-top: 20px;
}


/* Page Menu */

#page_menu {
	padding: 15px 0px;
	width: 414px;
	height: 98px;
	background-color: #0c070d;
	color: #c2bebe;
}

#page_menu a {
	background-color: inherit;
	color: #c2bebe;
	text-decoration: none;
}

#page_menu a:hover {
	background-color: inherit;
	color: #fff;
}

#page_menu li {
	padding: 0px 2px 2px;
	float: left;
}

#page_menu li a {
	display: block;
	width: 81px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#page_menu li#menu1 a {
	margin-right: 7px;
	width: 69px;
}

#page_menu li#menu5 a {
	margin-left: 7px;
	width: 66px;
}

#page_menu li a span {
	padding-top: 70px;
	display: block;
}

#menu1 a {
	background-image: url('images/menu_bg1.gif');
}

#menu2 a {
	background-image: url('images/menu_bg2.gif');
}

#menu3 a {
	background-image: url('images/menu_bg3.gif');
}

#menu4 a {
	background-image: url('images/menu_bg4.gif');
}

#menu5 a {
	background-image: url('images/menu_bg5.gif');
}


/* Latest News */

#latestnews {
	padding: 10px 28px 0px;
	background: url('images/background.gif') #343231 repeat-x 0px 0px;
}

#latestnews h2 {
	margin-bottom: 5px;
	height: 37px;
	font-size: 16px;
	font-weight: bold;
}


/* Content */

#content {
	padding: 20px 25px;
	background: url('images/background.gif') #0c070d repeat-x 0% 0%;
}

#content h2 {
	height: 35px;
	font-size: 16px;
}


/* Page Footer */

#page_footer {
	margin-left: 416px;
	width: 362px;
	padding: 9px 0px;
	background: url('images/background.gif') #343231 repeat-x 0px 0px;
	color: inherit;
	clear: both;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

.artcategory {
	font-size: 16px;
}

.adminTable {
	width: 300px;
	border: 0px;
}

.adminHead {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.adminField {
	text-align: left;
	vertical-align: top;
}

.recordlisttitle {
	font-weight: bolder;
	padding-bottom: 5px;
}

.recordlisthead {
	background-color: #3e8380;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 2px;
}

.recordlisthead a:hover {
	color: #000000;
	text-decoration: underline;
}

.recordlistevenrow {
	background-color: #ffffff;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.recordlistevenrow a, .recordlistevenrow a:visited {
	color: #3e8380;
	text-decoration: none;
}

.recordlistevenrow a:hover {
	color: #3e8380;
	text-decoration: underline;
}

.recordlistoddrow {
	background-color: #3e8380;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.recordlistoddrow a, .recordlistoddrow a:visited {
	color: #ffffff;
	text-decoration: none;
}

.recordlistoddrow a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.error {
	color: #ff0000;
	font-weight: bolder;
	text-align: left;
}
	
.success {
	color: #00ff00;
	font-weight: bolder;
	text-align: left;
}

.instructions {
	color: #3e8380;
	font-weight: bold;
}

.required {
	color: #ff0000;
	font-weight: bolder;
}
