a#bottomLink {
	display: block;
	color: #708FAB;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

a#bottomLinkActive {
	display: block;
	color: #4D6882;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

a#bottomLink:hover {
	color: #4D6882;
}

a#menuLink {
	display: block;
	text-decoration: none;
	background-color: #DADAB5;
	cborder: 2px solid #FF9C7B;
	padding: 2px;
	color: #708FAB;
	font-weight: bold;
	margin: 0px;
	margin-top: 0;
	text-align: center;
}

a#menuLinkActive {
	background-color: #FF9C7B;
	color: white;
	display: block;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
	margin: 0px;
	margin-top: 0;
	text-align: center;
}

a#menuLink:hover {
	background-color: white;
	background-color: #FF9C7B;
	color: white;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C6D2DD;
	margin: 0;
	height: 100%;
}

div#body {
	position: absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
	cborder: 2px solid #A57B00;
	background-color: #DFC474;
}

div#header {
	font-size: 24px;
	color: white;
	font-weight: bold;
	text-align: center;
}

div#slogan {
	background-color: white;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#title {
	font-size: 14px;
	font-weight: bold;
	color: #FF9C7B;
	background-color: white;
	border: 1px solid #C6D2DD;
	padding: 3px;
	text-align: center;
}

li{
	color: #738CAD;
	padding-bottom: 10px;
}

table#main {
	border-right: 1px solid #708FAB;
	border-left: 1px solid #708FAB;
	margin: 0 auto;
	cmargin-top: 100px;
	cmargin-bottom: 100px;
}

td#body {
	width: 650px;
	height: 400px;
	border-left: 1px solid #708FAB;
	background-color: #DEDEB5;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	
}

td#bottomLinks {
	background-image: url(../images/pink_marble.gif);
	background-repeat: repeat;
	border-top: 3px solid white;
}

td#footer {
	background-color: #708FAB;
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 10px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
}

td#header {
	background-image: url(../images/pink_marble.gif);
	background-repeat: repeat;
	border-top: 3px solid #708FAB;
	border-bottom: 3px solid #708FAB;
}

td#image {
	width: 200px;
	background-color: white;
	text-align: center;
	padding: 10px;
	cborder: 3px solid #DADAB5;
	border-top: 27px solid #708FAB;
	border-bottom: 27px solid #708FAB;
	border-left: 0;
	vertical-align: top;
}

td#menu {
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #708FAB;
}

td#slogan {
	padding: 0px;
	background-color: white;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;	
	color: #708FAB;
	border-bottom: 1px solid #708FAB;
	font-size: 14px;
	padding: 5px;
}

td#slogan2 {
	padding: 0px;
	color: white;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;	
	background-color: #708FAB;
	border-bottom: 1px solid #708FAB;
	font-size: 12px;
	padding: 5px;
}