* {margin: 0; padding: 0;}

html, body {height: 100%;}

body {
   	font-size: 12px;
	text-align: left;
	font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
	line-height: 220%;
	color: #5C5C5C;
	background-color: #BCBCBC;
}

a:link, a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #393939;
	background: transparent;
}

a:hover, a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #ff3939;
	background: transparent; 
}

.error {
	background-color: #fdd;
	padding: 10px;
	border: 1px solid #eaa;
}

.message {
	background-color: #dfd;
	padding: 10px;
	border: 1px solid #aea;
}

img {
	border: 0;
}


p {
	margin: 15px 0 7px 0;
	padding: 0;	
	overflow: hidden;
}

p.indent {
	text-indent: 25px;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.bold {
	font-weight: bold;
}


h1 {
	font-size: 24px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 11px;
	padding: 0 0 0 10px;
	color: #5C5C5C;
	line-height: 3px;
	border-bottom: 15px solid #e3e6e9;
}


h2 {
	font-size: 20px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px 0 3px 5px;
	margin-bottom: 15px;
	color: #444;
	line-height: 110%;
	font-weight: bold;
	border-left: 3px solid #E50000;
}

h3 {
	font-size: 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0px 15px 0px;
	padding: 0px;
}

ul {
	margin: 0;
	padding: 0 0 17px 30px;
}

li {
	line-height: 160%;
}

.strong {
	font-weight: bold;
	font-size: 14px;
	color: #393939;
}


label {
	display: block;
	padding: 0;
	margin: 0;
}

input.text {
	border: 1px solid #b9c9c9;
	width: 495px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 3px;
}

textarea.text {
	border: 1px solid #b9c9c9;
	width: 495px;
	height: 100px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 3px;
}


.redStar {
	color: #e00;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	padding-left: 5px;
}






table.stdTable {
    border: 1px solid #CAD1D7;
}

th {
    font-size: 13px;
    color: #1573AE;
    background-color: #D8DFE5;
    padding: 3px 15px 3px 15px;
    text-align: center;
}

.lightTr {
    background-color: #E9EFF4;
}

.light2Tr {
    background-color: #E2FDD7;
    font-weight: bold;
}

td {
	vertical-align: top;
	padding: 3px 15px 3px 15px;
}









#fakeWrapper {
	width: 100%;
	background-color: #F0F0F0;
	background-image: url(../img/fakeWrapper.bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}


#mainWrapper {
	width: 778px;
	margin-left: auto;
	margin-right: auto;
}


#top {
	width: 778px;
	height: 307px;
	float: left;
}


#top #topLogo {
	width: 778px;
	height: 68px;
	float: left;
	background-image: url(../img/top.logo.bg.gif);
	
}

#top #topLogo #logoPromotor {
	width: 237px;
	height: 51px;
	margin-top: 17px;
	margin-left: 15px;
	float: left;
}


#top #topFlash {
	width: 778px;
	height: 209px;
	float: left;
}

#top #topFlash img {
	float: left;
}


#top #menu {
	width: 778px;
	height: 30px;
	float: left;
	background-image: url(../img/menu.bg.gif);
}


#top #menu ul {
	list-style: none;
	margin: 6px 0 0 213px;
	padding: 0;
	width: 560px;
	height: 21px;
}

#top #menu li {
	float: left;
	width: 140px;
	height: 21px;
}

#top #menu li a {
	width: 140px;
	height: 21px;
	float: left;
	background-position: 0 0;
}

#top #menu li a:hover {
	background-position: 0 -21px;
}

#top #menu li a.active {
	background-position: 0 -21px;
}

#top #menu li a span {
	display: none;
}

#top #menu li#menu_01 a {
	background-image: url(../img/menu_01.gif);
}


#top #menu li#menu_02 a {
	background-image: url(../img/menu_02.gif);
}

#top #menu li#menu_03 a {
	background-image: url(../img/menu_03.gif);
}

#top #menu li#menu_04 a {
	background-image: url(../img/menu_04.gif);
}



#contentWrapper {
	width: 778px;
	float: left;
	background-image: url(../img/contentWrapper.bg.gif);
	background-repeat: repeat-y;
}


#contentLeft {
	width: 216px;
	float: left;
	padding: 60px 0 20px 0;
}

#contentLeft ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contentLeft ul li {
	height: 30px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
}

#contentLeft ul li a {
	font-size: 14px;

}

#contentLeft ul li a:link, #contentLeft ul li a:visited {
	text-decoration: none;
}

#contentLeft ul li a:hover {
	text-decoration: none;
}


#contentRight {
	width: 522px;
	float: left;
	padding: 30px 20px 30px 20px;
}



#footerWrapper {
	width: 100%;
	height: 73px;
	background-image: url(../img/footerWrapper.bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}

#footer {
	width: 778px;
	height: 73px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/footer.bg.gif);
}

#footer p {
	font-size: 11px;
	line-height: 15px;
	padding-top: 40px;
	margin: 0;
	text-align: right;
}

