body {
	text-align: center;
	background-color: #adadad;
}

#card {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 431px;
	height: 281px;
	margin-left: -216px; /* half of width */
	margin-top: -141px;  /* half of height */
}

#card_top_left {
	position: absolute;
	left: 25%;
	top: 25%;
	margin-left: -216px; /* half of width */
	margin-top: -141px;  /* half of height */
}

#card_top_right {
	position: absolute;
	left: 75%;
	top: 25%;
	margin-left: -216px; /* half of width */
	margin-top: -141px;  /* half of height */
}

#card_bottom_left {
	position: absolute;
	left: 25%;
	top: 75%;
	margin-left: -216px; /* half of width */
	margin-top: -141px;  /* half of height */
}

#card_bottom_right {
	position: absolute;
	left: 75%;
	top: 75%;
	margin-left: -216px; /* half of width */
	margin-top: -141px;  /* half of height */
}

table.padded_table {
    /* margin: 100px auto; */
    margin: 30px auto;
    border-spacing: 0px;
    height: 300px;
}

table.padded_table td {
    padding: 0px;
}

img.logo {
    border: none;
    width: 431px;
    height: 281px;
}

body,td,th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
body {
	margin: 50px 0 50px 0;
	padding: 0;
	text-align: center;
    /*
	background-color: #2d2d2d;
    */
}

.highlight {
	color: #b9ebf9;
}

#text {
	margin: 25px 25px 25px 0;
	text-align: justify;
	line-height: 17px;
}
h2 {
	font-size: 15px;
}
a {
	color: #ccc;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 718px;
	border: 1px #4b575a solid;
	background-color: #627479;
}

#tblMain {
	width: 100%
}
#tblMain_cell001 {
	height: 280px;
}
#tblMain_cell002 {
	height: 30px;
	text-align: left;
}
#tblMain_cell003 {
	padding-top: 30px;
	width: 230px;
}
#tblMain_cell004 {
	width: 488px;
}

#logo_area {
    width: 400px;
    padding-right: 30px;
    padding-left: 10px;
}

#text_area {
	width: 310px;
}

/* menu specific styles */
.menutitle {
	padding: 0.5em 0.5em 0.5em 30px;
	width: 120px;
	border-top: 1px solid #8f989d;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
	background-image: url("../flash/images/projects_menu/bg_pMenu.gif");
}
.submenu {
	margin: 2px 0 2px 0;
	padding-left: 40px;
	font-size: 10px;
	text-transform: uppercase;
	cursor: default;
}
.submenu p {
	margin: 4px 0 4px 0;
}
.submenu a:link, .submenu a:visited {
	text-decoration: none;
	color: #ccc;
}
.submenu a:hover, .submenu a:active {
	text-decoration: none;
	color: #fff;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-image: url("../flash/images/bullet.gif");
}
ul ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-image: url("../flash/images/bullet.gif");
}

