@charset "UTF-8";
/* CSS Document */


body{
	font-family: Monaco, monospace, "Andale Mono", "Courier New", Courier;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	line-height: 14px;
	color:#333333;
	top: 0px;
	width: 100%;
	height:100%;

}

#main {
	margin: 0px;
	width: 400px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	top: 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #9999FF;
	text-decoration: underline;
}

a:visited {
	color: #993366;
}

H2 {
	font-weight: normal;
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 10px;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: thick;
	border-bottom-style: none;
	border-bottom-color: #000000;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li {
	list-style-type: square;
	margin: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
li li {
	text-transform: none;
}
ul {
	padding-left: 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#index_container{
	width: 450px;
	height: 450px;
	position: fixed;
	top: 50%;
	left: 50%;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -225px; 
	margin-left: -225px;
	text-align:center;
	

}	

.column {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 199px;
}
