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

body {
	text-align: center; /* IE/Win bug fix */
	background-color:#d1dee7;
	background-repeat:repeat-x;
	color:#8c8d8e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link	{
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	text-decoration:none;
	font-size:12px;
}
a:visited	{
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	text-decoration:none;
	font-size:12px;
}
a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	color:#989898;
	text-decoration:none;
}
a:active	{
	font-family:Arial, Helvetica, sans-serif;
	color:#989898;
	text-decoration:none;
}

#menu	{
	width:124px;
	height:79px;
	float:left;
	clear:both;
	text-align:left;
}
#menu a:link	{
	font-family:Arial, Helvetica, sans-serif;
	color:#8c8d8e;
	text-decoration:none;
	font-size:12px;
}
#menu a:visited	{
	font-family:Arial, Helvetica, sans-serif;
	color:#8c8d8e;
	text-decoration:none;
	font-size:12px;
}
#menu a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	color:#f3f6f9;
	text-decoration:none;
}
#menu a:active	{
	font-family:Arial, Helvetica, sans-serif;
	color:#f3f6f9;
	text-decoration:none;
}

#link_selected	{
	color:#f3f6f9;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#container	{
	width:496px;
	float:left;
}

#sector_clear	{
	width:124px;
	height:79px;
	float:left;
	clear:both;
}

#sector	{
	width:124px;
	height:79px;
	float:left;
}

#sector_content	{
	width:248px;
	float:left;
	text-align:left;
}

#enter	{
	width:74px;
	height:19px;
	margin-left:25px;
	margin-right:25px;
	margin-top:30px;
	margin-bottom:30px;
	float:left;
	clear:both;
}

/* CENTERING START */
html,body,#outermost {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#outer {
	height: 400px;
	width: 500px;
	z-index: 10;
}

/*
Works in IE5+/Win, Firefox, Safari, Opera 5+, Netscape 6+, Konqueror 3 
Does not work in NS4.x or IE/Mac
*/

.valignmid1 {
	position: relative;
	margin: 0 auto;
}

/* Opera 7.0x is buggy when you put display:table on <body> Opera 7.2+ and 6.x 
   don't appear to have this problem. We hide this from IE5/Mac, because it 
doesn't support display:table-cell and it doesn't have the same bug that allows
this to work in IE5-6/Win (hide from IE/Mac) \*/

.valignmid1 {
	display: table;
	vertical-align: middle;
}

/* Moz1.4 - Moz1.6 (NS7.1) bug, can't put position:relative on .valignmid2 \*/

.valignmid2 {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

/* end hide */

.valignmid3 {
	position: relative;
}
/* CENTERING END */