/* Global Formatting */

body {	
	height: 100%;
	text-align: left;
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
	background-color:#F5F4EE;
}


/* This bit makes the content be centered in both IE and FF */

#container {
	width: 742px;
	background-color: #E7E6E2;
	margin: 6px auto 0 auto;
	padding: 4px 4px;
}

#inside-container {
	margin: auto;
	background-color: #ffffff;
	border: 1px solid #BEBEBE;
	height:100%;
}

/* Header Formatting */

#header {
	width:740px;
	padding: 0;
	margin: 0;
}
#section-tabs {
	width:740px;
	padding: 0;
	margin: 0;
	background-image:url(/images/tabs06.gif);
	background-repeat:repeat-x;
}

#section-tabs #login {
text-align:right;
margin: 0 10px 0 0;
font-size: 10px;
text-transform: uppercase;
}

#section-tabs #login a {
color: #1363BB;
font-weight:900;
text-decoration: none;
}

#section-tabs #login a:hover {
color: #1363BB;
font-weight:900;
text-decoration: underline;
}

#header h1 {
	font-weight: bold;
	font-size: 30px;
	padding: 0px;
	margin: 0px;
}




#nav ul {	
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #BEBEBE;
	background-color: #eeeeee;
	border-left: 1px solid #bebebe;
	}

#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right: 1px solid #bebebe;
	}

#nav ul li a {
	display: block;
	padding: 5px;
	margin: 0;
	color: #1363BB;
	font-weight:900;
	text-decoration: none;
	}

#nav ul li a:hover {
	text-decoration: none;
	background-color:#CCCCCC;
	}

/* Content Formatting */

#content {
  padding: 10px 15px 15px 15px;
  margin: 0 0 10px 0;
  width: 710px;
  min-height:250px;
  clear: both;

}

#content a {
	color: #1363BB;
	text-decoration: none;
	font-weight:900;
}

#content a:hover {
	text-decoration: underline;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:600;
	letter-spacing: -1px;
	color:#1363BB;
	padding: 0;
	margin: 0 0 10px 0;
}

#content p {
display: block;
clear: both;
}

#content tbody{
font-size: 100%;
}


#content .list {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}

#content .list tr th {
font-weight: 900;
background-color: #D2F1F4;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
padding: 3px;
vertical-align: bottom;
}

#content .list tr td {
padding: 3px;
vertical-align: top;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

#letters ul {
margin: 0;
padding: 0;
}

#letters ul li {
	list-style: none;
	float: left;
	margin: 0 1px 10px 0;
	border: 1px solid #cccccc;
	background-color: #F4F4F4;
	}

#letters ul li a {
	display: block;
	padding: 5px;
	}

#letters ul li a:hover {
	text-decoration: none;
	background-color:#CCCCCC;
	}


.list .badge_blue {
background-color: #0000FF;
color: #ffffff;
}

/* Footer Formatting */

#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	border-top: 1px solid #BEBEBE;
	text-align: center;
	font-size: 0.8em;
}


