﻿/* CSS layout */
	body {
	line-height: 16px;
	font-family: "arial", serif;
	font-size: 10px;
	margin-top: 0px;
	color:#FFFFFF;
	background-color: #9E948D;
	}
.styleA {
	color:#FFFFFF;
	font-size:10px;
}	
.styleB {
	color: #9e948d;
	font-size: 10px;
	text-decoration:none;
}
.styleC {
	color: #5C7AB4;
	font-size: 12px;
	text-decoration:none;
}


#masthead {
width:800px;
}

#top_nav {
}
#logo {

	text-align: justify;
	margin-right: 200px;
	background-image: url(images/JCS-Logo.gif) ;
	background-repeat: no-repeat;
    font-size: 12px;
    font-weight:bold;
}
#top_nav_right{

	text-align: justify;
	width: 300px;
	position: absolute;
    right: 420px; 
    top: 30px;
	font-size: 10px;
	
	}
	a_1{
	color: #333333;
	text-decoration: underline;
	}	
	a_1:hover{
	color: #9E948D;
	}
	a_1:visited{
	color: #5C7AB4;
	}
#topsie {
	position: relative;
	width: 800px;
	height:86px;
	background-color:#FFFFFF;
    color:#9E948D;
	background-image: url(images/Timeslips-Training.gif) ;
	background-repeat: no-repeat;
	text-align:right;
	font-size:10px;
	padding-bottom:5px;
}
#container {

	position: relative;
	width: 800px;
	background-color:#FFFFFF; 

}
#container2 {

	position: relative;
	width: 800px;
	left:0px;
	top:0px;
	background-color:#FFFFFF; 
    height:800px;
}

#page_content {
	position:relative;
	margin-right: 200px;
	width: 670px;
}

#page_text {
	color: #333333;
    background-color:#FFFFFF;
	width:606px;
	position:absolute;
	top: 20px;
	left: 163px;
	padding:10px;
	font-size:11px;
	
}
#left_col {
	width: 125px;
	position: absolute;
	left: 8px;
	top: 20px;
	border-right:1px dashed #EDF1F2;
	background-color:#FFFFFF;
	color:#5C7AB4;
	font-size:12px;
	padding: 15px;
}

#right_col {
	width: 152px;
	position: absolute;
	right: 0px;
	top: 26px;
	background-color:#F2F0EF;
	color:#5C7AB4;
	font-size:12px;
	padding: 15px;
}

#footer {
    color:#9e948d;
    position:relative;
    width:780px;
    font-size:8px;
    padding:10px;
    background-color:#FFFFFF;
    text-align:center;
}
