/*----------Universal----------*/
body {
	background-color: #FFFF62;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
}

h1 {
}

h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 135%;
	font-variant:small-caps;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.clear {
	clear: both;
}

td.alt, tr.alt {
	background-color: #ccc;
}

/*----------Index----------*/

body#index {
	background-image: url(../images/bgd_index.jpg);
	background-repeat: no-repeat;
	background-position: left 72px;
}

body#index #wrap {
	height: 500px;
	display: block;
}

body#index #nav {
	float: left;
}

body#index #contentscroll {
	float: left;
	width: 310px;
	height: 262px;
	overflow: auto;
}

body#index #content {
	width: 262px;
	clear: both;
}

body#index #floater {
	position: absolute;
	left: 10px;
	top: 470px;	
}

body#index #footer {
	float: left;
	text-align: center;
	font-size: 80%;
}

/*----------Support----------*/

body#support {
	background-image: url(../images/bgd_support.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

body#support #wrap {
	display: block;
}

body#support #nav {
	float: left;
	margin-top: 15px;
	width: 415px;
}

body#support #content {
	width: 300px;
	margin-top: 30px;
	float: left;
}

body#support #content p {
	margin-top: 0px;
	margin-bottom: 10px;
}

body#support #floater {
	position: absolute;
	left: 120px;
	top: 95px;
	z-index: 2;
}

body#support #cutline {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	clear: both;
	margin-left: 70px;
	margin-bottom: 100px;
	width: 200px;
}

body#support #footer {
	float: left;
	text-align: center;
	font-size: 80%;
}