*{

	font-family: verdana;
	font-size:10pt;
}

.black a:hover{color:#c0c0c0}
.black a{
	text-decoration:none;
	color:white;}
	
.Blue a:hover{color:#3794fb !important}
.Blue a{
	text-decoration:none;
	color:Black !important;
}


.yellow a:hover{color:#3794fb !important}
.yellow a{
	text-decoration:none;
	color:blue !important}
.yellow p {
    margin: 0;
}

.Green a:hover{color:#3794fb !important}
.Green a{
	text-decoration:none;
	color:blue !important}

.red a:hover{color:#3794fb !important}
.red a:visited {color:#ff0000 !important}
.red a{text-decoration:none;
	color:blue !important}


body 
{
background-image:url('../../images/bg-main.jpg');
background-repeat:repeat;
background-attachment:fixed;
}

.form {
    direction: ltr;
    font: 10pt verdana;
    margin: 10px 11px;
    background-color: #F1F4F9;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #D3E4FF;
    width: 686px;
}

.form td{
    width: 80px;
    vertical-align: top;
    text-align: right;
    height: 25px;
}

.form td + td {
    width: 500px;
    text-align: left;
}

.form td + td span{
    width: 200px;
    text-align: right;
}

.form input{
    width: 250px;
    font: 10pt verdana;
    margin-right: 5px;
}

.form textarea {
    width: 100%;
    height: 180px;
    font: 10pt verdana;
    overflow: auto;
}

#contactHeader {
    margin: 10px auto 0 auto;
    width: 697px;
    font: 10pt verdana;
    margin-left:20px;
    margin-right:20px;
}

#contactHeader p {
    text-align: left;
    margin: 0;
    line-height: 20px;
}

#contactHeader b {
    text-align: right;
    line-height: 25px;
}

#contactHeader p:last-child {
    text-align: center;
    margin-top: 10px;
}

.form input[type="submit"] {
    width: 70px;
}

#refreshCaptcha {
    position: relative;
    top: -7px;
    width: 37px;
}

#message {
    display: none;
}

.success {
    color: green;
}

.error, .errorMessage {
    color: red;
}

#contactCaptcha {
    width: 150px;
}

#waiting {
    display: none;
    position: relative;
    top: 3px;
}

#browse {
    width:110px;
}


.sections {
    list-style-position: inside;
    padding: 17px 14px 0;
    font-weight: bold;
    margin: 0;
}

.sections ul {
    margin: 0;
}

.sections > li {
    background: url('../../images/Line-H.png') no-repeat bottom center;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.sections > li > * {
    font-weight: normal;
}

.sections p {
    margin: 6px 0;    
}

.sections .back {
    margin-top: 15px;
    margin-bottom: 7px;
}

.sections .headline {
    color: black !important;
    font-weight: bold;
}

.sections .headline + p {
    padding-top: 6px;
}

.sections .headline:hover {
    color: black !important;
}

.leftMenu {
    direction: ltr; 
    padding: 0;
    list-style-position: inside;
    margin-top: 5px;
}

.gcsc-branding { display: none; }

#searchBox {
    border: none;
    width: 100%;
    height: 18px;
    direction: ltr
}

.placeholder { color: #aaa; }

.searchButton {
    cursor: pointer;
}

.list {
    padding-left: 15px; 
    list-style-type: disc; 
    list-style-position: outside;
}

.list li {
    padding-left: 20px;
    padding-bottom: 10px;
}

.darkRed {
    color: #800000;
    font-weight: bold !important;
}

.par {
    text-align: justify;
    padding: 0 22px;
    margin: 0;
    margin-bottom: 5px; 
}

.parContainer p {
    text-align: justify;
    padding: 0 22px;
    margin: 0;
    margin-bottom: 5px;     
}