/* GENERAL STYLES */
* {margin: 0; padding: 0;}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
	
	}

a:link 
{
color: #006699;
text-decoration: none
}

a:visited
{
color: #006699; 
text-decoration: none
}

a:hover
{ 
color: #3399FF; 
text-decoration: none
}

a:active
{
color: #006699; text-decoration: none
}

#TopNavigation
{
width:770px
} 

#TopNavigation ul
{
list-style: none;
padding: 90px 0px 10px 28px;
margin: 0px 0px 0px 0px;
}

#TopNavigation li
{
float: left;
margin: 0 2px;
Width: 106px;
}

#TopNavigation li a
{
padding: 0px 0px 0px 0px;
background: url(ea/MenuTop.gif) #fff bottom no-repeat;
height: 20px;
line-height: 20px;
float: left;
display: block;
border: 0 none;
color: #333333;
text-decoration: none;
text-align: center;
}

#TopNavigation li a:hover
{
background: url(ea/MenuTopOn.gif) #fff bottom no-repeat;
}

#TopNavigation li .selected {
background: url(ea/MenuTopOn.gif) #fff bottom no-repeat;
font-weight: bold;
}

/* Hide from IE5-Mac */
#TopNavigation li a
{
float: none
}
/* End hide */


#MenuNavigation
{
width:150px;

} 

#MenuNavigation ul
{
list-style-type: none;
margin: 0px 0px 0px 28px;
}

#MenuNavigation li a
{
background: url(ea/MenuNavigationMiddle.gif) #fff bottom left repeat-y;
display: block;
padding: 5px 0px 5px 0px;
width: 150px;
background-color: #E5E5E5;
border-bottom: 0px solid #eee;
color: #333333;
text-decoration: none;
text-align: left;
text-indent: 10px;

}

#MenuNavigation li a:hover
{
background-color: #CCCCCC;
color: #333333;
}

#MenuNavigation li .selected {
background-color: #CCCCCC;
color: #333333;
}

#MenuNavigation .top {
background: url(ea/MenuNavigationTop.gif) #fff bottom left no-repeat;
line-height:20px;
width:150px;
height:20px;
padding: 0px 0px 0px 0px;
display: block;
color: #333333;
font-weight: bold;
text-decoration: none;
text-align: center;
}

#MenuNavigation .bottom {
background: url(ea/MenuNavigationBottom.gif) #fff bottom left no-repeat;
width:150px;
height:20px;
display: block;
color: #333333;
text-decoration: none;
text-align: center;
}

#leftnavigation{
	width: 150px;
}

#leftnavigationheader {

	background: url(/media/19134/leftnavigationheader.gif) left top no-repeat;
	line-height:22px;
	height:22px;
	display: block;
	color: #333333;
	font-weight: bold;
	text-align: center;
	width:150px;
	
	
}


#leftnavigation ul {
	padding:0;
	list-style-type:none;
		}

#leftnavigation a
{
	color: #333333;
	text-decoration: none;
}

#leftnavigation li a {
	border-bottom:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	text-indent: 15px;
	padding: 4px 0px;
	display: block;
	width:148px;
	
}

#leftnavigation li a:hover {
	color: #333333;
	background-color: #E6E6E6;
	
	}

#leftnavigation li .selected {
	background-color: #E6E6E6;
	font-weight: bold;

}


#Header
{
position:relative;
width:300px;
height:10px;
z-index:1;
left: 620px;
top: 20px;
font-size: 12px;
}

#Footer
{
font-size: 12px;
}

HR
{
	clear: both;
	border-width: 0;
	height: 1px;
	width: 99%;
	color: #ccc;
	background-color: #ccc;
	
	}

/* EDITOR PROPERTIES */
H1 {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
color: #333333;
font-weight: bold;
}

H2 {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
color: #333333;
font-weight: bold;
}

H3 {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
color: #333333;
font-weight: bold;
}


