/* ------------------------------------------- body */

body
{
margin: 0em;
text-align: center;
background-color:#;
}

body,
td
{
line-height: 1.4em;
}

html>body,
html>body td
{ /* gecko and macie  */
font-size:small;
font-family:sans-serif;
line-height: 1.4em;
}

/* ------------------------------------------- layout */

#ghcont 
{
	width: 735px;
	background-color: #ffffff;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#ghtitle1
{
	text-align:center;
	width:98%;
	height:auto;
	background-color: #00ffff;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	padding-top: 15px;
}

#ghtitle2
{
	text-align:left;
	width:97%;
	background-color: #ffffff;
	padding:0;
	margin:10px;
	height: auto;
}

#ghfooter 
{
	width:97%;
	height:auto;
	padding:0;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 50px;
}
#main_cont {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}


#c1 
{
text-align:left;
width: 150px;
background-color: #00ffff;
vertical-align: top;
padding:5px;
margin-right:0px;
}

#c2 
{
	text-align: left;
	width: 530px;
	background-color: #bbffff;
	vertical-align: top;
	padding:5px;
	margin-left:10px;
}

#c3 
{
text-align: center;
background-color: #ffff55;
vertical-align: top;
padding:0px;

/* ------------------------------------------- header */

h1
{
font-size: 24px;
color: black;
text-align: center;
padding-left: 20px;
margin:0;
}

h2 
{
font-size: 16px;
color:green;
}

/* ------------------------------------------- menu */

#ghlo 
{
text-align: right;
padding-top:20px;
padding-right:10px;
}

/* ------------------------------------------- general-purpose */
.spacer1
{
font-size: 0;
line-height: 0;
width: 10px;
height: 1px;
clear: both;
}

.spacer20
{
font-size: 0; 
line-height: 0;
width: 20px;
height: 20px;
clear: both;
}

img
{
border: 0;
}

p
{
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}

/* ------------------------------------------- link */
a:link 
{
text-decoration : none;
background: transparent;
color: #550000;
}

a:visited
{
text-decoration : none;
background: transparent;
color: #0000ff;
}

a:hover
{
text-decoration : underline;
background: transparent;
color: #73A6C2;
}
