div#header {
    margin:10px 0 15px 0;	
    font-size: 11px;
}

div#footer a:link {
    font-size: 11px;
    margin-right: 5px;
    font-weight: normal; 
    color:#333333;  
}

div#footer a:visited {
	font-size: 11px;
    margin-right: 5px;
    font-weight: normal;
	color:#333333;     
}

div#footer a:hover {
	font-size: 11px;
    margin-right: 5px;
    font-weight: normal;
	color:#f692b4;  
}

div#footer a:active {
	font-size: 11px;
    margin-right: 5px;
    font-weight: normal;
	color:#f692b4; 
}

div#left {
    float: left;
    width: 169px;
    margin: 0;
}

div#center {
    margin: 16px 0 0 49px;
    float: left;
}

div#footer div.navigation ul{
	text-align:center;
	list-style: none;
	display: block;
	margin-left: 0;
	margin-bottom: 16px;
}

div#footer div.navigation ul li{
	display:inline;
	padding: 0 3px;
	float: none;
}

div.navigation div#center{
	margin-bottom: 10px;
}

div.navigation ul {
    display: inline;
    list-style: none;
}

div.navigation ul li{
    margin:4px 0;
}

div.navigation a {
    font-style: italic;
    font-weight: bold;
    font-family: georgia,times new roman,serif;
    text-decoration: none;
}

div.navigation #center a {
    padding-right: 13px;	
}

div.navigation #login_wrapper a#login_button {
	margin-right: 13px;
}


div.navigation a:hover{
    text-decoration: none;
}

div.navigation li {
    float: left;
}

div.navigation div.dropdown {
    display: none;
    position: absolute;
    margin-bottom: 10px;
}

div.navigation div.dropdown a{
	font-weight: normal;
}

div.navigation a:link {
    color: #001032;
}    

div.navigation a:visited {
    color: #001032;
} 

div.navigation a:hover {
    color:#f692b4;
}   

div.navigation a:active {
    color:#f692b4;
}

div.navigation br.clear {
    clear: both;
}

ul#subnavigation {
	font-weight: normal;	
}

#footer {
	text-align: center;
	width: 100%;
}
#footer a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#footer .navbar {
	overflow: hidden;
	margin-top: 15px;
	width: 100%;
}

#footer .navbar img {
	padding: 0px;
	margin: 0 0 0 20px;
	border: 0px solid #ffffff;
	float: left;
}

#footer .copyright {
	margin-top: -1px; 
	text-align:center;
	font: italic normal normal x-small Georgia, Times, "Times New Roman", serif;
	color:#333333;
	
}