/* CSS Document */
*{
margin: 0;
padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f6f7f8;
	text-align: center;
}
#container{
	margin: auto;
	width: 970px;
}
#page {
	background-image: url(images/bgd_pge_mid.gif);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
}
#header {
	height: 110px;
}

#logo a {
	height: 90px;
	width: 420px;
	position: relative;
	top: 10px;
	float: left;
	display: block;
}
#logo a img {
	float: left;
}
#logo a h1 {
	font-size: 14px;
	padding: 0px;
	line-height: 12px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	color: #0094D4;
}
#logo a:hover h1 {
	color: #E20031;
}
#logo a h1 span {
	display: none;
}

#logoMaCH2 {
	width: 200px;
	position: relative;
	top: 12px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
}
#logoMaCH2 img {
	float: left;
	padding-top: 6px;
	padding-right: 3px;
}
#logoMaCH2 a {
	color: #333333;
}
#logoMaCH2 h1 {
	font-size: 32px;
	letter-spacing: 1px;	
}
#logoMaCH2 h1 .upline {
	font-size: smaller;
	vertical-align: text-top;
}
#logoMaCH2 p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	letter-spacing: 1px;	
}
.upline {
	font-size: smaller;
	vertical-align: text-top;
}


#dbtitle h2 {
}

.header-right {
	float: right;
	text-align: right;
}
/*menuadmin*/
#block-menuadmin {
	height: 30px;
	margin-top: 10px;
}
#block-menuadmin ul {
	list-style-type: none;
	height: 30px;
}
#block-menuadmin li {
	display: block;
	font-size: 11px;
	font-variant: small-caps;
	height: 30px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#block-menuadmin a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding-right: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
}
#block-menuadmin a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding-right: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e20031;
	display: block;
}
#block-menuadmin span {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding-right: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e20031;
	display: block;
}
/*menu*/
#block-menu {
	height: 40px;
	margin-top: 30px;
	display: block;
	float: right;
}
#block-menu ul {
	list-style-type: none;
	height: 40px;
}
#block-menu li {
	display: block;
	font-size: 12px;
	font-variant: small-caps;
	height: 30px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#block-menu a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding-right: 20px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
}
#block-menu a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding-right: 20px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #e20031;
	display: block;
}
#block-menu span {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding-right: 20px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #e20031;
	display: block;
}



#footer {
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottompage {
	background-image: url(images/bgd_pge_bot.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
}

a:link {
	color: #666666;
	text-decoration: none;	
}
a:visited {
	color: #666666;
	text-decoration: none;	
}
a:hover {
	color: #e20031;
	text-decoration: none;	
}
a:active {
	color: #e20031;
	text-decoration: underline;	
}

#footer .partners {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 1px;
}
#footer .address {
	font-size: 12px;
	color: #999999;
	float: left;
}
#footer .address p {
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#footer .bottom-links {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
}
.clearfloat {
	clear: both;
}
.right {
	text-align: right;
}


/* HOME */


#block-home p {
	font-size: 12px;
	text-align: justify;
}
#block-home ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;	
}
#block-home li {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#block-home .intro {
	clear: both;
	
}
#block-home .intro p {
	color: #20a1de;
	font-size: 24px;
	font-weight: normal;
}
.left-row  {
	margin-bottom: 20px;
	width: 286px;
	float: left;
	padding-right: 26px;
	padding-left: 0px;
}
.center-row  {
	margin-bottom: 20px;
	width: 286px;
	float: left;
	padding-right: 26px;
	padding-left: 0px;
}
.right-row  {
	margin-bottom: 20px;
	width: 286px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}
.illustration {
	margin-top: 10px;
	
}

#block-home .tableUpdates {
	width: 100%;
	background-color: #ffffff;
}
#block-home .tableUpdates th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #dddddd;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 2px;
}

#block-home .tableUpdates .newUpdate td {
	background-color: #f3f7e3;
}
#block-home .tableUpdates .newUpdate td.name {
	background-image: url(images/new.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 30px;
}
#block-home .tableUpdates td {
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
}
#block-home .tableUpdates tr:hover td {
	background-color: #eeeeee;
}


#block-home h4 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
}
.introText{
	font-size: 16px;
	color: #666666;		
}

.navigModule {
	display: block;
	float: right;	
}
.navigModule ul {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
.navigModule li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigModule a {
	color: #FFFFFF;
	background-color: #79c7eb;
	border: 1px solid #20a1de;
	margin: 1px;
	text-decoration: none;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 16px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.navigModule a:hover {
	background-color: #20a1de;	
}
.navigModule .prevNext a {
	width: 32px;
}
.navigModule span {
	color: #333333;
	background-color: #cccccc;
	border: 1px solid #999999;
	margin: 1px;
	text-decoration: none;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 16px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

