/* CSS Document */

/* HTML standard elements */
 body { 
	margin: 0px;
	padding:0px; 
	text-decoration: none; 
	color: black; 
	font-size: 95%;
	line-height: 130%; 
	font-family:Arial,Helvetica,"Trebuchet MS" ; 
	/* background: #7388B6; */
	background: #FFFFFF;
	width: 100%;
	height:100%;
	background-image: url(../images/rightback.gif);
	}
table {
	font-size: 100%;
	}
	
tr {
	vertical-align: top;
	}

td {
	vertical-align: top;
	}
	
p {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight:normal; 
	}
li
{
	padding: 0px;
	margin: 0px;
}
ul
{
	padding: 0px;
	margin: 0px;
}
select {
	text-decoration:NONE;
	color:#666666; 
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size:100%; 
	line-height: 80%; 
	height: 10%;
	/* width: 100%; */
	}
	
	
a {
	color: #242F4D;
	text-decoration: none;
	}
	
a:hover { 
	color: #2D3C5D;
	text-decoration: underline;
	} 
a:visited {
	color:#7388B6;
	}

/* END HTML standard elements */
img {
   behavior: url("js/pngbehavior.htc");
}

.leftarea
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 100%;
	background-color: Black;
	z-index: 10;
}
.divider
{
	top: 0px;
	width: 16px;
	height: 100%;
	background-image: url(../images/divider.gif);
	z-index: 10;
}
.logo
{
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 10;
}
.intro
{
	position: absolute;
	top: 170px;
	left: 55px;
	z-index: 10;
}
.knife
{
	position: absolute;
	left: 450px;
	z-index: 10;
	bottom: 20px;
	z-index: 60;
}
.nav
{
	position: absolute;
	top: 310px;
	left: 70px;
	z-index: 10;
}
.navitem
{
	height: 300px;
	border: 10px solid white;
}
img
{
	border: 0px;
}
.aboutbg
{
	width: 100%;
	height: 100%;
	background-image: url(../images/aboutbg.jpg);
	background-repeat: repeat-y;
}
.startedbg
{
	width: 100%;
	height: 100%;
	background-image: url(../images/startbg.jpg);
	background-repeat: repeat-y;
}
.whitebg
{
	width: 100%;
	height: 100%;
	background-color: White;
}
.fordomarbg
{
	width: 100%;
	height: 100%;
	background-image: url(../images/fordomarbg.gif);
}
#container_fading
{
	background-image: url(../images/toneblack.png);
}
#container_rightfading
{
	background-image: url(../images/tonewhite.png);
}
#textbg
{
	background-image: url(../images/white5.png);
	width: 100%;
	height: 100%;
}
#startedbg
{
	background-image: url(../images/whitebg.gif);
}
/*
#textbg
{
	background-image: url(../images/white5.png);
}
#startedbg
{
	background-image: url(../images/white5.png);
}
*/
.aboutarea
{
	padding: 0px 20px 40px 20px;
	z-index: 100;
}
	
.dividerabout
{
	background-image: url(../images/dividerabout2.jpg);
	height: 100%;
}
.dividerright
{
	position: absolute;
	top: 0px;
	left: 870px;
	width: 10px;
	height: 100%;
	background-image: url(../images/dividerright.gif);
	z-index: 100;
}
.bigfirst { 
	color: #9B1883; 
	font-size: 150%;
	line-height: 130%; 
	font-family: Tahoma;
	/* background: #7388B6; */
}
.title { 
	color: #9B1883; 
	font-size: 270%;
	line-height: 130%; 
	font-family: Tahoma;
	/* background: #7388B6; */
}
.title { 
	color: #9B1883; 
	font-size: 270%;
	line-height: 130%; 
	font-family: Tahoma;
	/* background: #7388B6; */
}
.ingress { 
	color: #993300; 
	font-size: 150%;
	line-height: 120%; 
	/* background: #7388B6; */
}
p.h1 {
	text-decoration:none;
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-SIZE:170%;
	font-weight: lighter;
	margin-top: 5px;
	margin-bottom: 10px;
	font-style: normal;
	font-variant: normal;
}

p.h1.logintable{
	color: #FFFFFF;
	}
	

.mainarea{ 
	position: absolute;
	margin-right:0px; 
	margin-bottom: 25px;
	margin-top: 5px; 
	text-align: left; 
	top:0px; 
	left: 50px;
	width: 650px;
	visibility: visible;
	display: inline;
	min-height: 250px;
	}

.headline1 {
	text-decoration:none;
	color:#666666;
	font-SIZE:110%;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 5px;
}
.login {
	text-decoration:none;
	color:#666666;
	font-SIZE:80%;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 5px;
}
.myButton {
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid;
	border-width: 1px;
	border-color: #7388B6;
	background: #7388B6;
	color: #FFFFFF;
	font-family: Verdana, Arial, Geneva;
	font-size: 70%;
}
IMG.left
{
	float: left;
	padding: 5px 10px 0px 0px;
}
IMG.right
{
	float: right;
	padding: 5px 0px 0px 10px;
}
