@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/pinstripes.jpg);
	background-repeat:repeat;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:600;
	line-height:27px;
	
}
a {
	color:#999;
	text-decoration:none;
}
	a:hover {
		color:#333;
		text-decoration:underline;
	}
.header1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-size:medium;
	float:left;
	font-weight:bold;
	position:relative;
	left:10px;
}


#branding {
	background-image: url(../img/branding.gif);
	height: 255px;
	width: 950px;
	position: relative;
	top: 0px;
	left: 0;
	z-index:1;
}
#loginInfo {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
	padding-right:20px;
	width:925px;
	z-index:4;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	color:#333;
	background:transparent;
}
#content {
	background-image:url(../img/bkg.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color: #FFF;
	position:relative;
	left:50%;
	top:-30px;
	margin-left:-475px;
	width:950px;
	z-index:1;
}
#mainContent {
	position:relative;
	padding-top:30px;
	padding-bottom:30px;
	left:0;
	margin-left:200px;
	width:640px;
	background-color:transparent;
	height:auto;
	
}
#title {
	position:absolute;
	width: 835px;
	top:155px;
	left:50%;
	margin-left:-360px;
	z-index:3;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:x-large;
}
#startNotice {
	position:relative;
	height:30px;
	line-height:30px;
	width:340px;
	left:50%;
	margin-left:-170px;
	top:0;
	margin-bottom:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	color:#000;
	background-color:#999;
}
#footer {
	position:relative;
	height:15px;
	left:50%;
	top:-45px;
	margin-left:-475px;
	width:950px;
	background-color:#666;
	color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:x-small;
	z-index:3;
}
	#shadow_r{
		background-image:url(../img/right_shadow-trans.png);
		position:absolute;
		background-repeat:repeat-y;
		width:10px;
		height:100%;
		left:50%;
		margin-left:475px;
		z-index:3;
	}
	#shadow_l{
		background-image:url(../img/left_shadow-trans.png);
		position:absolute;
		background-repeat:repeat-y;
		width:10px;
		height:100%;
		left:50%;
		margin-left:-485px;
		z-index:3;
	}
	#shadow_b {
		background-image:url(../img/bottom_shadow-trans.png);
		position:relative;
		background-repeat:repeat-x;
		width:950px;
		height:10px;
		top:-45px;
		left:50%;
		margin-left:-475px;
		z-index:2;
	}
	#shadow_bl {
		background-image:url(../img/bottom_l_shadow-trans.png);
		position:relative;
		background-repeat:no-repeat;
		width:10px;
		height:10px;
		left:50%;
		margin-top:-55px;
		margin-left:-485px;
		z-index:1;
	}
	#shadow_br {
		background-image:url(../img/bottom_r_shadow-trans.png);
		position:relative;
		background-repeat:no-repeat;
		width:10px;
		height:10px;
		left:50%;
		margin-top:-10px;
		margin-left:475px;
		z-index:1;
	}
.btn {
	position:relative;
	top:0;
	padding:0;
	margin:0;
	border:none;
	border:0;
	text-decoration:none;
	color:transparent;
}
#nav {
	background-image:url(../img/btm_bar-bkg.gif);
	position:relative;
	background-repeat:no-repeat;
	width:950px;
	height:37px;
	left:0;
	top:0;
	padding-bottom:40px;
}
#homeTit {
	background-image:url(../img/home_title-0.gif);
	position:relative;
	background-repeat:no-repeat;
	width:950px;
	height:20px;
	left:0;
	top:25px;
}
#homeSubTit {
	background-image:url(../img/home_title-1.gif);
	position:relative;
	background-repeat:no-repeat;
	height:25px;
	width:950px;
	left:0;
	top:30px;
}
#right {
	position:relative;
	left:475px;
	top:50px;
	padding-top:40px;
	padding-bottom:90px;
}
#left {
	position:relative;
	left:0;
	top:50px;
	width:50%;
	padding-top:40px;
	padding-bottom:90px;
}
.bull {
	padding:9px;
}
.lineR {
	position:relative;
	background-color:#d6d6d6;
	width:438px;
	left:37px;
	top:-24px;
	height:2px;
	margin-bottom:-23px;
	z-index:1;
}
.lineL {
	position:relative;
	background-color:#d6d6d6;
	width:438px;
	left:0;
	top:-24px;
	height:2px;
	margin-bottom:-23px;
	z-index:1;
}
