@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	}
	
a:link {
	color:#166FC3;
	text-decoration: underline;
	}
a:hover {
	color: #166FC3;
	text-decoration: none;
	}

a:visited {
	color: #166FC3;
	text-decoration:underline;
	}
	
img {
	border: 0;
	}
	
body {
	background: #d6d6d6 url(img/bg_gradient.gif) repeat-y top center;
	margin:0;
	height: 100%;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: justify;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	margin-left:20px;
	}
	

#header {
	background-repeat:no-repeat;
	height:69px;
	width:960px;
	margin:0px auto;
	}

#header_logo {
	background-color:#FFFFFF;
	height:98px;
	width:960px;
	margin:0px auto;
	}
	
#header_logo {
	width: 328px;
	height: 69px;
	float:left;
	border:0;
	background-image:url(img/aiscorp_logo.gif);
	background-repeat:no-repeat;
	margin: 15px 0 0 5px;
	}

#title {
	background-image:url(img/title.png);
	background-repeat:no-repeat;
	width: 752px;
	height: 78px;
	margin:0px auto;
	}

#main {
	width: 752px;
	height: 348px;
	float:left;
	margin:0px auto;
	min-height: 500px;
	top:0px;
	}

#main p {
	size: 15px;
	colour: black;
	margin: 0 20px 0 20px;
	text-align:justify;
	}

#main_gray {
	background-color:#eef0f0;
	width: 725px;
	height: 180px;
	margin-left: 20px;
	}

#main_gray p {
	padding-top: 10px;
	size: 14px;
	colour: black;
	margin: 0 20px 0 20px;
	text-align:justify;
	padding-left: 5px;
	}
	
#register {
	width:725px;
	height: 25px;
	background-color:#ce1c29;
	padding-top:5px;
	font-weight:200;
	margin-left: 20px;
	}

#register p {
	color:#FFFFFF;
	size: 18px;
	text-align:center;
	}

#footer {
	width: 725px;
	height: 200px;
	background-image:url(img/logos.jpg);
	background-repeat: no-repeat;
	background-position:right;
	}

#footer p {
	margin-left: 20px;
	margin-top: 10px;
	}

#right {
	width: 200px;
	height:1055px;
	float:right;
	background-image:url(img/img.gif);
	background-repeat:no-repeat;
	min-height: 500px;
	}

#right_top {
	width: 215px;
	height: 78px;
	background-image:url(img/2010.png);
	}
