body {
	margin: 0px;
	color: #000;
	background-color: #eeeeee;
	background-image: url(../images/background01.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}	

/* -- Layout Structure -- */
#wrapper {
	position: absolute;
	top: 20px;
	margin: 0px;
	width: 760px;
	margin-left: -380px;
	left: 50%;
}

#banner {
	height: 100px;
	width: 760px;
}

/* The Menu */
#menu {
	font-family: verdana, sans-serif;
	width: 760px;
	height: 20px;
	padding-top: 10px;
    margin: 3px 0 0px 0;
	
}

/* The Submenu */
#submenu {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #1E8EFD;
	width: 760px;
	height: 15px;
	text-align: right;
}

#submenu a:visited.active, #submenu a:link.active, #submenu a:link.hover {
	color: #000;
	text-decoration: none;
}

/* Navigation menu */
#nav {
    margin: 0;
    padding: 0 0 20px 10px;
    border-bottom: 1px solid #1E8EFD;
}

#nav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#nav a:link, #nav a:visited {
    float: left;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 0 12px 6px 12px;
    text-decoration: none;
    color: #1E8EFD;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover  {
    color: #000;
    background: url(../images/rounded.gif) no-repeat bottom center;
}

/* The Content */
#topContent {
	width: 760px;
	height: 18px;
	background-image: url(../images/content01.gif);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	margin-top: 10px;
}

#contentWrapper {
	width: 760px;
	background-image: url(../images/content02.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#simpleContent {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #585858;
	position: relative;
	width: 740px;
	padding-left: 15px;
	text-align: justify;
	overflow: hidden;
}

#bottomContent{
	width: 760px;
	height: 15px;
	background-image: url(../images/content03.gif);
	background-repeat: no-repeat;
}

#footer {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #1E8EFD;
	margin-top: 20px;
	border-top: 1px solid #1E8EFD;
	text-align: right;
	padding-top: 2px;

}

/* Link Effects */
a{
	font-family: verdana, sans-serif;
	font-size: 10px;
}

a:link, a:visited {
	color: #1E8EFD;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* Other */
img {
	border: 0px;
}

.title {
	font-family: tahoma, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #123456;
	padding-left: 50%;
}

.imageTooltip {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #1E8EFD;
	text-align: center;
}

/* Form styles */
.textBox
{
	border-style: solid; 
	border-color: gray; 
	border-width: 1px;
	background-color: #fff;
	font-family: tahoma;
	font-size: 11px;
	word-spacing: -1pt;
	vertical-align:middle;
	color: #000;
}

.textArea
{
	border-style: solid; 
	border-color: gray; 
	border-width:1px;
	background-color: #fff;
	font-family: tahoma;
	font-size: 11px;
	word-spacing: -1pt;
	vertical-align:middle;
	color: #000;
}

.tdLabelForm
{
	font-family: verdana;
	font-size: 11px;
	word-spacing: -1pt;
	color: #000;
}
