body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/layout/background.jpg);
	background-repeat:repeat-x;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
.footer {
	font-size: 11px;
	color: #666666;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}

.text-red {color:red;}

.textfield_effect {border-color: #999999; border-width: 1px; /*border-style: <strong class="highlight">solid</strong>;*/ background-image: url(images/back_field.gif); background-repeat: repeat-x; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #990000;}
 
/*place this in a textfield if you need it to go blank once clicked, onfocus="this.value=''" */
 
.textfield_effect:hover {border-color: #990000; border-width: 1px;}
 
.textfield_effect:focus {border-color: #990000; border-width: 1px;}
 
/*you may also like to add some styles for the rest of the form
 
fieldset {border-style: <strong class="highlight">solid</strong>; border-width: 1px; border-color: #036399; 
margin-left: auto; margin-right: auto; background-color: #F5F5F5;}

fieldset:hover {border-color: #0ca0ff;}

legend {font-family: sans-serif; font-size: 18px; color: #097bc3; font-weight: bold;} */

.alert {color: #FF0000;}


.mainNav {
	border-top:1px dotted gray;
	list-style:none;
	margin:0;
	padding:0;
	font-size:16px;
	text-align:left;
}
.mainNav li {
	padding:0;
	margin:0;
	border-bottom:1px dotted gray;
	}

.mainNav a span {
	color:red;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:6px;
	font-style:normal;
}


.mainNav a:link, .mainNav a:visited {
	display:inline-block;
	color:#CCC;
	text-decoration:none;
	font-family: 'Gentium Book Basic', serif;
	padding:4px 5px;
	width:180px;
	font-style:italic;
	background-image:none;
}

.mainNav a:hover, .mainNav a:active {
	color:#FFF;
	background-color:#333;
}




/* //  MESSAGE CENTER // */
/*
.form-group {
	padding: 15px 0;
    text-align: left;
}
*/
form {
	width: 65%;
    margin: 0 auto;
}
/*
form label {
	display: block;
    padding: 4px 0;
    font-weight: bold;
}
*/
button[type=submit] {
	font-size: 1.5em;
    padding: 10px 20px;
    margin: 10px 0;
    border: none;
    background: maroon;
    color: #EEE;
    cursor: pointer;
    border-radius: 4px;
	border-bottom: 2px solid #330000;
	-webkit-transition: all 0.125s ease-out;
	transition: all 0.125s ease-out;
}

button[type=submit]:hover {
	color:#FFF;
    background: #ab0d0d;
    border-bottom: 2px solid #ab0d0d;
}

#message-center {
	border-radius:5px;
    text-align: center;
    /* font-size: 16px; */
    margin: 20px 10px;
}

#message-center p {  padding: 10px;
  color: #FFF;}


#message-center.success {background:#4CAF50;}
#message-center.error {background:#d84c4c;}
#message-center.info {background: steelblue;}

input.required, textarea.required, select.required {
    border:1px solid #d84c4c !important;
    color: #d84c4c !important;
    background:#EEE !important;
}


input, textarea, select {
	border: #9E9E9E 1px solid;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 4px;
    color: #990000;
    font-family: Arial, sans-serif;
}