/******  Basic Styles  ******/
* {
	padding: 0;
	margin: 0;
}

body{
	text-align: center;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b3141;
	line-height: 22px;
}

a {
	color: #047cb4;
}

p {
	margin-top: 5px;
	margin-bottom: 15px;
}

.clear{
	clear: both;
}

.hilite{
	background-color: #E0F4D9;
	padding: 1px;
}

#container{
	position: relative;
	margin: 0px auto;
	text-align: left;
}

/******  Main Menu Styles  ******/
#mainMenu{
	width: 530px;
	float: right;
	list-style-type:none;
}
#mainMenu li{
	list-style-type:none;
	float: left;
}

#mainMenu li a{
	display: block;
	color: #469a2a;
	font-size: 14px;

	text-decoration: none;
	line-height: normal;
	white-space: nowrap;
	background: url(shared_graphics/menu_divider.gif) no-repeat bottom left;
}

* html #mainMenu li a{
	width: 1%;
}

#mainMenu li a:hover{
	color: #FFF;
	background: #2083b7 url(shared_graphics/menu_divider.gif) no-repeat bottom left;
}

#content ul{
	list-style-type:none;
	margin: 15px 1.3em 15px 1.3em;
}

#content ul li{
	padding: 2px 0px 2px 9px;
	line-height: 20px;
	background: url(shared_graphics/green_bullet.jpg) no-repeat 0px 7px;
}

#content ol{
	margin: 15px 1.8em 15px 1.8em;
}
#content ol li{
	padding: 2px 0px 2px 0px;
	line-height: 20px;
	background: none;
}

/******  Footer Styles  ******/
#footer{
	margin: 20px 25px 25px 53px;
	line-height: normal;
	height: 55px;
	width: 900px;
	clear:both;
}

#footer p {
	height: 22px;
	margin: 0;
	padding: 0;
	line-height: 22px;
	float: left;
	padding-left: 9px;
	clear: left;
	width: 700px;
}

#footer p#linklist{
	margin-top: 11px;
	padding-left: 0;
}

#footer a{
	display: block;
	float: left;
	height: 22px;
	padding: 0px 15px 0px 9px;
	background: url(shared_graphics/green_bullet.jpg) no-repeat center left;
	color: #3a9ed3;
}

#footer #logo_link{
	background: none;
	padding: 0;
	display: inline;
	float: none;
}

#footer #alcatel_logo{
	float: right;
	height: 55px;
	border: 0px;
}