/* GENERAL STYLE ELEMENTS */

body {
	font-family: "Comic Sans MS", Verdana, Arial, Tahoma, Trebuchet MS, ;
	font-size: 14px;
	color: #FFC1D6;
	color: #FFC1BC;
	background-color:#FFDDFF;
	margin: 0px 0px 0px 0px;
}

hr {
	height: 1px;
	color: #FFC1BC;
}

ul {
	margin-left: 0px;
	padding-left: 20px;
}

div {
	width: 100%;
	overflow: hidden;
}

.nav-left {
	width: 120px;
	float: left;
	overflow: hidden;
}

.nav-middle {
	width: 360px;
	text-align: center;
	float: left;
	overflow: hidden;
}

.nav-right {
	width: 120px;
	float: left;
	overflow: hidden;
}

table {
	border-collapse: collapse;
	width: 100%;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

tr {
	vertical-align: top;
}

td {
	vertical-align: top;
	padding: 0px 0px 0px 0px;	
}

p {
	margin: 0px 0px 10px 0px;
}

img.floatright {
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.undefined {
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	padding: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color:#CC0000;
}

a:visited {
	text-decoration: none;
	cursor: pointer;
	color:#CC0000;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #FFFFFF;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 6px 0px 10px 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
}

.spacer {
	height: 5px;
	width: 100%;
	float: left;
}

.wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 800px;
}

.content-wrapper {
	width: 100%;
	float: left;
	background: #A38D83;
	min-height: 800px;
}

.fullwidth {
	float: left;
	width: border-width: 10px;
}

.content {
	margin:0px 10px 0px 10px;
	float: left;
	overflow: hidden;
}

/* PAGE TITLE */

.page-title {
	float: left;
	text-align:center;	
}

/* TOP NAVIGATION */

.navigation {
	float: left;
	height: 20px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	font-weight: bold;
	background-color:#CC0033;
}

a.nav-button{
	color: #FFC1D6;
	text-decoration: none;
	font-size: 15px;
	padding: 0px 25px 0px 0px;
}

a.nav-button:visited {
	color:#FFC1D6;
	text-decoration: none;
}

a.nav-button:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.nav-button-selected{
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 15px;
	padding: 0px 25px 0px 0px;
}

a.nav-button-selected:visited {
	color: #FFFFFF; 
	text-decoration: none;
}

a.nav-button-selected:hover{
	color: #FFFFFF; 
	text-decoration: underline;
}

/* FORM ELEMENTS */

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

input {
    font-family: Verdana, Tahoma, Arial, Geneva, helvetica, sans-serif;
    font-size: 11px;
	width: 100px; 
	margin: 2px 0px 2px 0px;
}

input.button {
	width: 120px; 
}

input.text_small {
	width: 60px; 
}

input.text_medium {
	width: 200px; 
}

input.text_wide {
	width: 300px; 
}

input.smallbutton {
	width: 24px; 
}

input.textbox {
	width: 550px; 
}

input.datebox {
	width: 80px; 
}

input.checkbox {
	width: 20px;
	margin: 1px 1px 1px 1px;
}

input.radiobutton {
	width: 24px;
	margin: 0px 0px 0px 0px;
}

textarea {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
	width: 600px; 
}

select {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
}


