/* CSS Document */
/*Font Size statment in #stripe's is an IE workaround for minimum div sizes - IE sets minimum div size to one line of text*/

body {
	background-color:#FFEFCF;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#0033CC;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	text-decoration:underline;
	color:#0033CC;
}
img {
	border-width:0px;
}

a:link, a:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#3311bb;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	background-color:#FFCCFF;
	color:#3311bb;
}

#navbar {
	position:absolute;
	top:171px;
	left:643px;
	width:310px;
	height:429px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:24px;
	color:#3311bb;
}

#header_left {
	position:absolute;
	top:0px;
	left:0px;
	width:458px;
	height:171px;
}

#header_right {
	position:absolute;
	top:62px;
	left:458px;
	width:495px;
	height:109px;
}

#corner {
	position:absolute;
	top:171px;
	left:593px;
	width:50px;
	height:31px;
}


#main {
	position:absolute;
	top:200px;
	left:18px;
	width:610px;
	height:390px;
	overflow:auto;
	line-height:20px;
}