body
{
	margin-top:27px;
	border: solid 1px #0058AE; 
	font: 80% sans-serif;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
	text-align:center;
	color: #000000
}

.title		{font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 19px; font-weight: bold; text-decoration: none; color: #FFFFFF}
.subtitle	{font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 14px; font-weight: bold; text-decoration: none; color: #003399}

.body		
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; line-height: 14px; 
	font-weight: normal; 
	color: #000000
}

.white		{font-family: Arial, Helvetica, sans-serif; font-size: 8px; line-height: normal; font-weight: normal; text-decoration: none; color: #FFFFFF}



.NoDecoration
{
	border:none;
	text-decoration:none;
}

.HeaderContainer
{
	width:800px;
	height: 55px;
}
.HeaderLogo
{
    background-image:url("images/t1logo.gif");
    padding-left:3px;
    height:55px;
    width:190px;
    float:left;
}

.HeaderQuoteContainer
{
	width:600px;
	padding-top:10px;
	background-color:Transparent;
    float:left;
}

.HeaderQuote
{
    background-image:url("images/header_quote.gif");
    height:30px;
    width:360px;
    margin-left:auto;
    margin-right:auto;
    border: solid 1px red;
}

.HeaderDecorationLeft
{
	height:27px;
	width:250px;
	background-color:Transparent;
	float:left;
}

.HeaderDecorationRight
{
	height:27px;
	width:550px;
	background-color: #0058AE;
	float:left;
}

.PageTitleSpacer
{
	height:27px;
	width:40%;
	border:solid 1px black;
}

.PageTitle
{
	background-color: #0058AE;
	text-align:center;
    font-weight:bold;
    color:White;
}

.FooterLeft
{
	background-color:Transparent;
	width:300px;
	height:45px;
    float:left;
}
.FooterRight
{
	width: 500px;
	background-color: #0058AE;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

.PersonContainer
{
	width:400px;
	margin: 0 auto;
	position:relative;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

.Person
{
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}

#scroller
{
	height:371px;
	width:593px;
	overflow:scroll;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom:10px;
	border:solid 1px black;
	text-align:left;
}


#skinny_scroller
{
	height:371px;
	width:410px;
	overflow:scroll;
	padding-left: 7px;
	border:solid 0px black;
	text-align: left;
}

.ContentUL
{
	width:100%;
	list-style-type: disc;
	list-style-position:inside;
}




#menu 
{
	position: relative;
	width: 180px; /* precision for Opera */
	height:400px;
	vertical-align:top;
	background-color:#fff;
}


#menu dl, dt, dd, ul, li 
{
	width:160px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dt
{
	text-align: left;
	vertical-align:top;
	font-weight: bold;
	background-color: #0058AE;
	margin: 1px;
	color: White;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
}

#menu dt:hover
{
	color: Yellow;
	cursor: pointer;
}


#menu dl 
{
	float: left;
}

#menu dd 
{
	text-align:left;
	padding-left: 7px;
	display: none;
}

#menu li 
{
	padding-top:1px;
	padding-bottom:1px;
	background: #fff;
}


#menu li a, #menu dt a
{
	text-decoration: none;
	height: 100%;
	color: #0058AE;
	background-color: #FFFFFF;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus 
{
	background: #eee;
}


#submenu
{
	position: relative;
	width: 180px; /* precision for Opera */
	vertical-align:top;
	padding-top:0px;
	margin-top:0px;	

}

#submenu a
{
	text-decoration: none;
	height: 100%;
	color: #0058AE;
}

#submenu a:hover
{
	color: Yellow;
	cursor: pointer;
}

#submenu dt
{
	text-align: left;
	vertical-align:top;
	color: White;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:3px;
	list-style-type: none;
	text-decoration:none;
}

#submenu li a, #menu dt a
{
	text-decoration: none;
	height: 100%;
	color: #0058AE;
	background-color: #FFFFFF;
}




#submenu dl 
{
	float: left;
}


.ListPaddingLeft0
{
	padding-left:0px;
}

.ListPaddingLeft5
{
	padding-left:5px;
}

.List
{
	float:none;
}
.Pad10
{
	padding-left:10px;
}

.Pad20
{
	padding-left:20px;
}

.Bold
{
	font-weight:bold;
}

.ListBullet
{
	margin-left:5px;
	margin-right:3px;
	width:2px;
	float:left;
	background-image:url("images/bullet.gif");
}

