body {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic",AppleGothic,verdana,arial,helvetica,sans-serif;
	color: #4F4137;
	font-size: 12px;
	background-color: #eee;
}
td {
	vertical-align: top;
}
.tdMenu {
	text-align: center;
	vertical-align: middle;
	height: 50px;
	background-image: url(img/back_menu.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


#tableContent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.mainContent {
	width: 510px;
	padding-top: 25px;
}

.mainContent p img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}


h1 {
	font-family: Century Gothic,AppleGothic;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #7D7D7D;
}

h4 {
	font-family: Century Gothic,AppleGothic;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	font-family: Century Gothic,AppleGothic;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 1.5;
}

.columnText {
	padding-top: 8px;
	/*background-image: url(img/back_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	/*width: 200px;*/
}

.columnText p {
	font-family: Century Gothic,AppleGothic;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	padding-top: 2px;
}

.mainFocus .columnText p {
	font-size: 12px;
}

.columnText h3 {
	font-family: Century Gothic,AppleGothic;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.mainColumn {
	/*width: 30%;*/
	padding-top: 15px;
	vertical-align: top;
}
.mainFocus {
	/*width: 60%;*/
	padding-top: 15px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #EEEEEE;
}
.mainColumn h1, .mainFocus h1 {
	font-family: Century Gothic,AppleGothic;
	font-size: 19px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


ul {
	margin: 10px;
	padding: 10px;
	list-style-type: none;
}
li {
	font-family: Century Gothic,AppleGothic;
	font-size: 13px;
	padding-bottom: 5px;
	background-color: #fdfdfd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #f2f2f2;
}


#main {
	width: 780px;
	background-color: #FFFFFF;
	margin: auto;
}
#tableMain {
	padding-top: 10px;
	width: 760px;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

a {
	color: #CB2026;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}
#menu {
	text-align: center;
	padding-left: 5px;
}

#menu a {
	color: #FFF;
	font-family: Century Gothic,AppleGothic;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	background-image: url(img/back_menulink.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 2px;
	margin-left: 2px;
}

#menu a:hover  {
	text-decoration: underline;
}
#footer {
	font-family: Century Gothic,AppleGothic;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	vertical-align: text-top;
	height: 80px;
	background-position: center;
}
#footerMenu {
	padding-left: 175px;
	padding-top: 45px;
}
#footerMenu a {
	color: #BFD5F0;
}
#footerMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}