/* CSS Document */

@media screen {
a:link {
	color: black;
}

a:visited {
	color: black;
}

a:active {
	color: black;
}

a:hover {
	color: #000066;
}

body {
	margin: 0px;
	padding: 0px;
	color: black;
}

#printtop {
	display: none;
}

#root {
	width: 800px;
	background-color: #348bcc;
}

#top {
	width: 800px;
	background-image:url(image/top/background.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#outlinebox {
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#leftbox {
	float: left;
	width: 130px;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#mainbox {
	float: right;
	width: 670px;
	height: auto !important;
	/*height: 730px;*/
	min-height: 730px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 90%;
}

#mainboxin {
	padding: 0px 0px 10px 12px;
	min-height: 700px;
}

#return {
	text-align: right;
	margin-bottom: 5px !important;
	margin-bottom: 0px;
}

#bottombox {
	clear: both;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 75%;
}

div.topextlink {
	margin: 3px 0px;
}

div.contact {
	margin: 10px 0px;
}

.link {
	margin: 5px 8px;
	font-size: 75%;
	color: #DDDDDD;
}

.link a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.link a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.title1 {
	margin: 0px;
	padding: 10px;
	height: 60px;
	width: 635px;
	background-image: url(image/titlebg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 180%;
	color: #FFFFFF;
}

.title2 {
	height: 18px;
	width: 645px;
	padding: 5px 0px 0px 10px;
	margin: 0px 2px 7px 0px;
	background-image: url(image/topicbg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-weight: bold;
	color: #FFFFFF;
}

.titless {
	height: 10px;
	width: 600px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 2px 0px;
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 80%;
	color: #000000;
}

table.title3 {
	width: 657px;
	height: 25px;
	margin: -10px 0px 10px -1px;
}

td.title3 {
	padding: 0px;
	background-color: #348BCC;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	color: #FFFFFF;
}

td.title3 a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0px;
	background-color: #D8E4F1;
	text-align: center;
	font-weight: normal;
	color: #003366;
}

.subtitle {
	padding-top: 5px;
	margin-bottom: 5px;
	height: 18px;
	width: 120px;
	text-align: center;
	background-image:url(image/subtitlebg120.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	font-weight: bold;
}

.yeartitle {
	padding-top: 5px;
	margin-bottom: 5px;
	height: 18px;
	width: 80px;
	text-align: center;
	background-image:url(image/subtitlebg80.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	font-weight: bold;
}

.pwd {
	margin: 0px;
	padding: 5px 0px 2px 0px;
	font-size: 75%;
}

.abobe {
    background-image:url(image/getacro.gif);
	background-repeat:no-repeat;
	height:33px;
	width:112px;
	border:none;	
	}
	
    


ul.maru {
	margin: 0px;
	list-style-image: url(image/maru.gif);
}

li.maru {
	margin: 0px 0px 10px 20px;
	padding-left: 5px;
}

ul.arrow {
	margin: 10px 0px 15px -10px !important;
	margin: 10px 0px 15px 0px;
	list-style-image: url(image/arrow.gif);
	vertical-align: middle;
	padding-left: 15px;
}

li.arrow {
	/* margin: 0px 0px 10px 0px !important; */
	margin: 0px 0px 10px 20px !important;
	/* padding-left: 0px !important; */
	padding-left: 5px;
}

.notice {
	margin: 5px 0px 10px 0px;
	padding-top: 3px;
	background-image: url(image/unauthorisedbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 655px;
	height: 18px;
	color: #FF0000;
}

sup {
	font-size: 80%;
}

sub {
	font-size: 80%;
}

}


@media print {

body {
	margin: 0px;
	padding: 0px;
}

#top {
	display: none;
}

#leftbox {
	display: none;
}

.pwd {
	padding: 5px 0px;
}

.title1 {
	padding: 10px 0px;
	font-size: 180%;
	font-weight: bold;
}

#return {
	display: none;
}

#bottombox {
	padding: 5px;
}

}
