
body
{
	margin: 0;
	padding: 0 100px;
	font-family : tahoma, sans-serif;
	font-size : 12px;
	background-color: #E5ECF3;
}

.button
{
	border-top: 2px outset #FFFFFF;
	border-left: 2px outset #FFFFFF;
	border-bottom: 2px outset #999999;
	border-right: 2px outset #999999;
	max-width: 1000px;
}

.input, .textarea, .editcontrol
{
	border: 1px solid #A3A3A3;
/*
	border: 1px solid #bbbfff;
	border-top: 1px solid #777fff;
	border-bottom: 1px solid #dddfff;
*/
	background: #fefefe url('./graphics/textfield.png') no-repeat top left;
	max-width: 1000px;
}

.editingcontent
{
	border: 1px solid #A3A3A3;
	background: #fefefe url('./graphics/textfield.png') no-repeat top left;
	padding: 10px;
	margin-top: 0px;
	display: block;
}

.editcell /* fits parent's width */
{
	border: 1px solid #A3A3A3;
	background: #fefefe url('./graphics/textfield.png') no-repeat top left;
	max-width: 1000px;
	width: 100%;
}

img
{
	border: 0;
}

.newsimg
{
	border: 0;
	margin: 3px;
}

.imgfloat {
	float: left;
	vertical-align: top;
	overflow: auto;
	padding: 0px 5px 0px 0px;
}

.simpleimgfloat {
	vertical-align: top;
}

.inputx
{
	display: none;
}

.header_menu {
	min-width: 256px;
	background: #7389AC;
}

.header_menu li img {
	float: left;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}

.header_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	padding: 0px 0px 0px 5px;
	background:  url('./graphics/navigation/roundedmenu.png') 0 100% no-repeat;
}

.aftermenu {
	padding-left: 5px;
}

.header_list li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

.header_nav {
	height: 64px;
/*	background: url(./graphics/nav.png) no-repeat;*/
}

.header_list {
	background: #7389AC url('./graphics/navigation/roundedmenu.png') 100% 100% no-repeat;
	clear: both;
	width: 100%;
	float: left;
}

/* links in menu are of specified width and height */
A.menulink
{
	font-family : tahoma, sans-serif;
	font-size : 10px;
	color : #FFFFFF;
	text-decoration : none;
	background: #7389AC;
	width: 100px;
	height: 32px;
	display: block;
}

/* hovering over icons in menu shows an arrow graphic*/
.header_menu ul li a:hover
{
	text-decoration : none;
	background: #FFFFFF;
	color : #000000;
	background: #FFFFFF url('./graphics/navigation/linkmenu.png');
	background-position: center;
	background-repeat: no-repeat;
}

/* links for submenu are whole solid color, no underlining, etc.. */

A.linksubsel
{
	font-family : tahoma, sans-serif;
	color : #000000;
	text-decoration : none;
	background: #C5CDD9;
	border: 5px solid #C5CDD9;
}

A.linksub
{
	font-family : tahoma, sans-serif;
	color : #000000;
	text-decoration : none;
	background: #7389AC;
	border: 5px solid #7389AC;
}

A.linksub:hover, A.linksubsel:hover
{
	text-decoration : none;
	background: #FFFFFF;
	color : #000000;
	border: 5px solid #FFFFFF;
}

A.linkinv:hover
{
	text-decoration : none;
	background: #7389AC;
	color : #FFFFFF;
	border: 5px solid #7389AC;
}

A.linkinv
{
	font-family : tahoma, sans-serif;
	/*text-decoration : none;*/
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

.contents
{
	width: 100%;
	height: 50px;
}

/* Blog */

/* blog styles */

.blogul li
{
	float: left;
	padding: 0px 5px 0px 0px;
	color : #000000;
}

.blogul {
	border : 1px solid Black;
	background: #FFFFFF url('./graphics/navigation/tableheady.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 3px;
	float: none;
	width: auto;
	overflow: auto;
	height: 30px;
}

.blogtext
{
	background-color : #FFFFFF;
	font-weight : normal;
	padding : 3px;
	border : none;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}


.blogsub li
{
	float: left;
	padding: 0px 5px 0px 0px;
}

.blogsub {
	background: #ffffff;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 3px;
	float: none;
	width: auto;
	overflow: auto;
}

/* ABOUT PAGE */

.contentheader {
	border : 1px solid Black;
	background: #FFFFFF url('./graphics/navigation/tableheady.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 3px;
	float: none;
	width: auto;
	overflow: auto;
}

.contentheader li
{
	float: left;
	padding: 0px 5px 0px 0px;
	color : #000000;
}

.aboutsub {
	background: #ffffff;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 3px;
	float: none;
	width: auto;
	overflow: auto;
}

.admintop {
	background: #FFFFFF url('./graphics/secured.png');
	background-repeat: no-repeat;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 3px;
	padding-left:64px;
	float: none;
	width: auto;
	overflow: auto;
}

.error404span {
font-size: 30pt;
}

/* image gallery */

.imagelist {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 3px;
	float: none;
	width: auto;
	overflow: auto;
}

.imagelist li
{
	float: left;
	padding: 0px 5px 0px 0px;
	color : #000000;
}

/* links page */

.linkssub {
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

.linkslist {
	margin: 0px;
	margin-left: 32px;
	padding: 0;
	list-style-type: circle
}

.breaker
{
	clear: both;
}


/* admin area */

.admintablesub {
	background: #ffffff;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 3px;
	float: none;
	width: 100%;
	overflow: auto;
}


/* message box.. */

.messagebox {
	border : 1px solid Black;
	background: #FFFFFF url('./graphics/navigation/tableheady_msg.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 3px;
	float: none;
	width: auto;
	overflow: auto;
}

.messagebox li
{
	float: left;
	padding: 0px 5px 0px 0px;
	color : #000000;
}