	/* body
			Define the default text type and style of the website here.
			The background colour of the site should be set here too.
	 */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('img/parts/tile_shade_sm.jpg');
	background-position: right;
	background-repeat: repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

li{
	padding-left:20px;
}

a{
	color: blue;
	text-decoration: underline;
}

a:hover{
	color: red;
	text-decoration: underline;
}


.title_section {

	font-family: Arial, Helvetica, sans-serif;
	color: #C1002A;
	font-size:130%;
	font-weight: bold;
	text-transform: uppercase;
}

.title_section_outer {

	padding-bottom: 5px;
}

div.navigation {
	background-color: #DAF5FF;
	width: 120px;
	text-align: left;
	margin: 0px;
	height: auto;
	padding: 0px;
	border: 1px solid #0099FF;
	
}

div.login {
	float: left;
	width: 40px;
	height: 15px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#login_buttons ul {
	list-style-type: none;
	height: 15px;
	width: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#login_buttons li {
	font-size:  smaller;
	
	display: block;
	list-style-type: none;
	height: 15px;
	width: 40px;
	text-align: center;
	
}
#login_buttons li a {
	color: #918900;
	text-decoration: none;
	/* background-image:  url(img/login_normal.gif); */
	display: block;
	height: 15px;
	width: 40px;

}
	
html>body #login_buttons li a {
	width: auto;
	}
	
#login_buttons li a:hover {
	list-style-type: none;
	color: #E69400;
	text-decoration: none;
	/* background-image:  url(img/login_hover.gif); */
	display: block;
	width: 40px;
	height: 15px;
}


