/* CSS Document */

#topleft { 
	background-image: url(../images/header_r1_c1_r1_c1.jpg);
	background-repeat: no-repeat;
}

#topright { 
	background-image:url(../images/header_r1_c2.jpg); 
	background-repeat: no-repeat;
}

#bottomright { 
	background-image:url(../images/header_r2_c2.jpg); 
	background-repeat: repeat;
}

#bottomleft { 
	background-image: url(../images/header_r1_c1_r2_c1.jpg);
	background-repeat:no-repeat;
}

#nav { 
	background-image: url(../images/left.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFC8;
	height: 100%;
}

#nav li{
	padding: 0px 0px 4px 0px;
	list-style-type:none;
	text-align: left;
}
	
#nav ul {
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 0px;
}

#nav ul a{
	font-weight: bold;
	color: #FFFFC8;
	text-decoration: none;
	display: block;
	width: 100%;
}

#nav ul a:visited { color: #FFFFC8; }

#nav ul a:hover{
	color: white;
	text-decoration: underline;
}

body { 
	margin: 4px; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.list { 
	background-color: transparent;
	border-style:solid;
	border-width:1px;
	border-color: #6666CC;
}

form { 
	margin:0px;
	padding:0px;
}

.footer {
	color: #C0C0C0;
	font-size: 10px;
	text-align: center;
}

h1 {
	font-size: 20px;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 14px;	
}

h3 { 
	font-size: 12px;
	font-weight: bold;
}

p {
	line-height: 16px;
}

a {
	color: blue;
}
	
a:visited {
	color: blue;
}

img {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#content {
	padding: 5px 0px 0px 5px;
	line-height: 16px;
}

#wrapper {
	position:relative;
}
