body
{
	margin: 0;
	padding: 0;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

h1, h2, h3 {
	margin: 0;
	padding: 5px 0;
/*	text-transform: lowercase;*/
	font-weight: normal;
/*	color: #FFFFFF;*/
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

h3 
{
    font-size: 16px;
    font-weight: bold;
}

p, ul, ol {
	margin: 0 0 0.7em 0;
	text-align: justify;
}

a {
	color: #1B75A9;
}

a:hover, a:active {
	text-decoration: none;
	color: #1B75A9;
}

a:visited {
	color: #1B75A9;
}

.page 
{
    padding: 0 15px;
}

/* Header */

#header 
{
	background: #014a7d;
	line-height: 2.167em;
}

* html #header 
{
    height: 0;
}

#header a, #header li {
	text-decoration: none;
	color: #FFFFFF;
}

#header ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Menu */

.topMenu 
{
    clear: left;
}

.topMenu li 
{
	float: left;
	text-align: center;
}

.topMenu a, .topMenu li {
	text-transform: uppercase;
}

.topMenu a, .topMenu span {
	display: block;
	padding: 0 15px;
	font-size: 11px;
}

    .topMenu ul 
    {
	    padding-bottom: 5px;
    }

    .topMenu ul li, .topMenu ul a
    {
        float: none;
	    line-height: 1.5em;
	    text-transform: lowercase;
    }

.topMenu a:hover { 
	color: #e5e5e5;
}

.topMenu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
	height: 80px;
	display: none;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 15px 0 0 0px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #28313A; 
}

#logo h1 a:hover { text-decoration: underline; }

/* Footer */
#footer {
	background: #E5E5E5;
	padding: 15px;
}

#footer p {
	font-size: 12px;
}

#legal {
	clear: both;
	text-align: center;
	color: #595959;
	margin: 0;
}

#legal a {
	font-weight: normal;
	color: #1B75A9;
}

/* Tables
-----------------------------------------------------------*/

table 
{
    padding: 0;
    border-collapse: collapse;
}

th, td 
{
    padding: 3px 5px;
    margin: 0;
	border:1px dotted #7a7a7a;
}
td { vertical-align: top; }

th 
{
	font-family:Arial, Helvetica, sans-serif;
    background: #e0e0e0;
}

tr:nth-child(odd) {
	background:#f0f0f0;
}

.ar 
{
    text-align: right;
}
.ac
{
    text-align: center;
}


/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 50px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
