﻿body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.9em;
	background-color: #FFFFFF;
	background-image: url(img/BGimage.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #d21241;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #d21241;
	font-family: Arial, Helvetica, sans-serif;
	/*padding-left: 7px;
	background-image: url(img/h2Tag.gif);
	background-repeat: no-repeat;*/
}

p
{
    margin-bottom: 10px;
}

img {
	border: none;
}



a
{
    color:#9A0300;
}

* {
	margin: 0;
	padding: 0;
}
.clearer {
	clear: both;
}

/*Generic Classes */

.infoTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}
.sloganTxtSml {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #EAEAE0;
	text-align: right;
}

.blackTxt {
	color: #000;
}

.whiteTxt {
	color: #fff;
}

.orangeTxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FAB417;
	font-weight: normal;
}
.redTxt {
	font-size: 1.2em;
	color: #780700;
}
.grayTxt {
	font-size: 1.6em;
	color: #666666;
	font-weight: bold;
}

.errorText
{
    color: #d21241;
    font-size: smaller;
}

.imgPartnerLogo
{
    float: right;
    margin-left: 5px;
}

#sadiBG {
	height: 260px;
	background-image: url(img/SADInALLAN.jpg);
	background-repeat: no-repeat;
	background-position: 417px -4px;
}

h2.underline
{
    width: 100%;
    border-bottom: dotted 1px #444;
    margin-bottom: 10px;
    background-color:#eee;
    margin-top:20px;
    font-size:larger;
}

#mainContentContainer
{
    min-height: 450px;
}

#mainContentContainer li
{
    margin-left: 40px;
    list-style-type:square;
    list-style-position: outside;
}