html, body {
	background-image: url('body_bg.gif');
    margin: 0px;
	padding: 0px;
    font-family: arial, sans-serif;
    font-size: 12px;
	font-weight: normal;
	text-align:center;
	text-decoration: none;
    width: 100%;
}


/* Page Layout */

div.page_container {
	position: relative;
    margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    width: 606px;
	height: auto;
}

div.page_header {
	background-image: url('body_bg.gif');
	background-color:#FFCCCC;
	width: 606px;
    height: 104px;
}

div.motto {
	color:#663399;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

div.main {
    color: #565556;
	font-family:Verdana, Helvetica, Arial;
	font-size:12px;
	margin-left:10px;
	text-align:left;
}

div.main a {
    color: #565556;
	font-family:Verdana, Helvetica, Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

div.main a:hover {
    color: #FF6699;
	font-family:Verdana, Helvetica, Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
	
div.page_body {
	margin: 0px;
    width: 100%;
}

div.page_footer {
	background-image: url('body_bg.gif');
	background-color:#FFCCCC;
    margin: 0 auto 0 auto;
	text-align: center;
	width: 606px;
}


/* Footer Elements */

div.footer_content {
	background-image: url('body_bg.gif');
	background-color:#FFCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:11px;
	color: #565556;
    margin: 0 auto 0 auto;
	width: 606px;
}


/* Main Content Elements */

div.main_content {
	background-color:white;
	font-family:Verdana, Helvetica, Arial;
	font-size:12px;
    color: #565556;
	width: 606px;
}

div.pages_content {
	background-color:#FFFFFF;
	font-family:Verdana, Helvetica, Arial;
	font-size:12px;
    color: #565556;
	text-align:left;
	width: 606px;
}


h1 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 5px 0px;
    font-family:Arial;
	font-size:20px;
    font-weight: normal;
    color: #565556;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

h5 {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
}

/* Forms */

form {
    margin: 0px;
    padding: 0px;
}

td.form_tbl_label {
    text-align: right;
    font-weight: bold;
}

td.form_tbl_field input {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}

div.error_msg {
    margin: 10px 0;
    font-weight: bold;
    color: #F00;
}

div.form_msg {
    font-weight: bold;
}

button.edit_button {
    padding: 0px 2px;
    font-weight: bold;
}

/* Generic Styles */

a img {
    border: none;
}