body {
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
    background: #F8F8F8 url(images/background.jpg) repeat-x;
	overflow: auto; 
}

/* Headers */
.HRed {
	color:#CC0000;
}

.HGreen {
	color:#007700;
}

.HBlue {
	color:#0000CC;
}

H1, .H1, H2, .H2, H3, .H3, H4, .H4  {
	font-family:"Times New Roman", Times, serif;
}

H1, .H1 {
	font-size:21px;
}
H2, .H2 {
	font-size:18px;
}
H3, .H3 {
	font-size:17px;
	color: #006600;
}
H4, .H4 {
	font-size:11px;
	color: #006600;
}

/* Regular text */

span, li, p, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}/*text*/

/* Hyperlinks */

a {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #993399;
	text-decoration: none;
}
a:active {
	color: #CC0033;
	text-decoration: underline;
}

/* Wizard Selector */

#selectors {
 width: 590px;
 height: 250px;
 background: url(images/wizselector.jpg);
 margin: 10px auto; padding: 0;
 position: relative;
}
#selectors li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#selectors a {display: block;}

#selectors1 {left: 2px; top: 8px; width: 188px; height: 172px;}
#selectors3 {left: 400px; top: 8px; width: 188px; height: 184px;}
#selectors4 {left: 201px; top: 62px; width: 188px; height: 187px;}
#selectors1 a {height: 172px;}
#selectors3 a {height: 184px;}
#selectors4 a {height: 187px;}

#selectors1 a:hover {background: url(images/wizselector.jpg) -2px -258px no-repeat;}
#selectors3 a:hover {background: url(images/wizselector.jpg) -400px -258px no-repeat;}
#selectors4 a:hover {background: url(images/wizselector.jpg) -201px -312px no-repeat;}

/* EBook Example */

#ebookul {
 width: 159px;
 height: 111px;
 background: url(images/ebook.jpg) 0px 0px no-repeat;;
 margin: 10px auto; padding: 0;
 position: relative;
}
#ebookul li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#ebookul a {display: block;}
#ebookli {left: 0px; top: 0px; width: 159px; height: 111px;}
#ebookli a {height: 111px;}
#ebookli a:hover {background: url(images/ebook.jpg) 0px -111px no-repeat;}

/* Gallery Example */

#gallul {
 width: 154px;
 height: 111px;
 background: url(images/gallery.jpg) 0px 0px no-repeat;;
 margin: 10px auto; padding: 0;
 position: relative;
}
#gallul li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#gallul a {display: block;}
#gallli {left: 0px; top: 0px; width: 154px; height: 111px;}
#gallli a {height: 111px;}
#gallli a:hover {background: url(images/gallery.jpg) 0px -111px no-repeat;}

/* Wizard Navigator */

#navs1ul {
 width: 94px;
 height: 61px;
 background: url(images/wiznav.jpg) -5px 0px no-repeat;;
 margin: 10px auto; padding: 0;
 position: relative;
}
#navs1ul li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#navs1ul a {display: block;}
#navs1li {left: 0px; top: 6px; width: 94px; height: 44px;}
#navs1li a {height: 44px;}
#navs1li a:hover {background: url(images/wiznav.jpg) -5px -67px no-repeat;}

#navs2ul {
 width: 103px;
 height: 61px;
 background: url(images/wiznav.jpg) -114px 0px no-repeat;;
 margin: 10px auto; padding: 0;
 position: relative;
}
#navs2ul li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#navs2ul a {display: block;}
#navs2li {left: 0px; top: 0px; width: 103px; height: 61px;}
#navs2li a {height: 61px;}
#navs2li a:hover {background: url(images/wiznav.jpg) -114px -61px no-repeat;}

#navs3ul {
 width: 94px;
 height: 61px;
 background: url(images/wiznav.jpg) -232px 0px no-repeat;;
 margin: 10px auto; padding: 0;
 position: relative;
}
#navs3ul li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#navs3ul a {display: block;}
#navs3li {left: 0px; top: 6px; width: 94px; height: 44px;}
#navs3li a {height: 44px;}
#navs3li a:hover {background: url(images/wiznav.jpg) -232px -67px no-repeat;}

#navs4ul {
 width: 103px;
 height: 61px;
 background: url(images/wiznav.jpg) -344px 0px no-repeat;;
 margin: 10px auto; padding: 0;
 position: relative;
}
#navs4ul li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#navs4ul a {display: block;}
#navs4li {left: 0px; top: 0px; width: 103px; height: 61px;}
#navs4li a {height: 61px;}
#navs4li a:hover {background: url(images/wiznav.jpg) -344px -61px no-repeat;}

/* Content Table */

.contentt {
	border: 1px solid #999999;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
}

