@CHARSET "UTF-8";
/* ---------------------------------- */
/* Copyright (C) - Jasra-Safety */
/* ---------------------------------- */

body {
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
	width: 70%;
	margin: auto;
	min-width: 900px;
	max-width: 2000px;
}

/* ----- Logo ---------- */
#logo_content {
	position: relative;
	top: 5px;
	width: 900px;
	height: 600px;
	border: solid thin #990000; 
	z-index: 1;
}

#logo {
	position: relative;
	width: 860px;
	height: 500px;
	background-image: url("/pics/logo-jasra.jpg");
	background-repeat: no-repeat;
	background-position: top, center;
	z-index: 2;
}

#logo_entrance {
	position: relative;
	z-index: 2;
}

.logo_enter {
	background: url("/pics/enterpics.gif") no-repeat 0px -10px;
	text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
	cursor: pointer;
	padding-left: 50px;
	margin-right: 10px;
}

/* ------------- Copryright ----------------  */
#copyright {
	position: relative;
    text-align: right;
    font-family: Verdana, sans-serif;
    font-size: 9px;
	width: 900px;
    top: 5px;
    padding-top: 5px;
}

/* --------------- Content ----------------------- */
#title_content {
	position: relative;
	width: 900px;
	height: 100px;
	border: solid thin #990000; 
	background-image: url("/pics/title-bar.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	z-index: 1;
}

#login {
	float: right;
	width: 500px;
	height: 100px;
	text-decoration: none;
	font-size:10px
}

.login_button {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border: thin solid #990000;
	background-color: #990000;
}

#main_content {
	position: relative;
	width: 900px;
	height: 550px;
	border: solid thin #990000;
}

#menu_content {
	float: left;
	width: 200px;
	height: 550px;
	background-color: #CC0000;
	min-width: 200px;
	max-width: 200px;
	min-height: 550px;
	max-height: 550px;
}

#menu_content_inside {
	overflow: auto;
	width: 200px;
	height: 550px;
	padding-top: 10px;
}


#sub_content {
	float: right;
	width: 700px;
	height: 550px;
	min-width: 700px;
	max-width: 700px;
	min-height: 550px;
	max-height: 550px;
}

#header {
	position: relative; 
	width: 700px;
	height: 30px;
}

#content {
	overflow: auto;
	width: 700px;
	height: 500px;
	padding-top: 10px;
}

/* ------------------------------ text -------------------------------------- */
#header_title {
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
	padding-left: 10px;
	text-align: left;
	width: 680px;
	color: #CC0000;
	border-bottom: solid thin #990000;
}

	
#text_content {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 10pt; 
 font-style: normal; 
 padding-left: 10px;
 width: 660px;
}

.js_link a, .js_link a:link, .js_link a:visited, .js_link a:active { 
	text-decoration: none;
	color: #660000;
}
.js_link a:hover { 
	text-decoration: none;
	color: #CC3300;	
}

#text_contact {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 8pt; 
 font-style: normal; 
 padding-left: 10px;
 width: 660px;
}

table.partner {
}

table.partner td {
 background-color: #E9E9E9;
 width: 210px;
 height: 100px;
 text-align: center;
 vertical-align: middle;
}

table.partner td a img {
	border: 0px;
}
