body { 
	margin: 60px 0 0 120px; 
	padding: 0; 
}
a:link,  
a:visited,
a:active {
	color:#000; 
	text-decoration: none;
}
a:hover,
a        {
	color:#666; 
	text-decoration: none;
}

a:link.menu    { 
	color: #000; 
	font-size: 12px; 
	line-height: 24px; 
	font-family: "Courier New", Courier, Monaco, monospace;
	font-weight: bold;  
	text-decoration: none; 
	background: url(../images/bullet.gif) no-repeat; 
	padding-left: 15px 
}
	
a:visited.menu    { 
	color: #000; 
	font-size: 12px; 
	line-height: 24px; 
	font-family: "Courier New", Courier, Monaco, monospace;
	font-weight: bold; 
	text-decoration: none; 
	background: url(../images/bullet.gif) no-repeat; 
	padding-left: 15px 
}
a:active.menu    { 
	color: #666; 
	font-size: 12px; 
	line-height: 24px; 
	font-family: "Courier New", Courier, Monaco, monospace;
	font-weight: bold;  
	text-decoration: none; 
	background: url(../images/bullet.gif) no-repeat; 
	padding-left: 15px 
}
a:hover.menu     { 
	color: #666; 
	font-size: 12px; 
	line-height: 24px; 
	font-family: "Courier New", Courier, Monaco, monospace; 
	font-weight: bold; 
	text-decoration: none; background: url(../images/bullet_b.gif) no-repeat; 
	padding-left: 15px 
}
h1 { 
	font-size: 12px; 
	font-family: "Courier New", Courier, Monaco, monospace; 
	font-weight: bold; 
	line-height: 24px; 
	margin-top: 0;
	margin-bottom: 0; 
 }
p { 
	font-size: 12px; 
	font-family: "Courier New", Courier, Monaco, monospace; 
	line-height: 24px; 
	margin-top: 0; 
	margin-bottom: 24px; 
}
ul { 
	margin-left: 20px; 
	padding-left: 0; 
	list-style-image: url(../images/bullet.gif); 
	font-size: 12px; 
	font-family: "Courier New", Courier, Monaco, monospace; 
	font-weight: bold; 
	line-height: 24px; 
}

/* POSITIONING */
#header { 
	width: 600px;
	height: 100px;
	float: left;
	text-align:center;
	vertical-align:middle;
}
#maincontainer {
	width: 600px;
	float: left;
}
#nav { 
	width: 200px; 
	float: left; 
	}
#main {
	float: right;
	width: 400px;
}
#footer {
	width: 600px;
	height: 360px;
 	float: left;
}

/* ACCORDIAN */
#accordion h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: "Courier New", Courier, Monaco, monospace; 
	border-bottom: 1px solid transparent;
	border-right: none;
	border-left: none;
	border-top: 1px solid #c8c8c8 !important;
	background: url(../images/bullet.gif) no-repeat 380px 6px;
}

#accordion h3 span {
	display: none;
}

#accordion h3 a {
	padding-left: 0;
	background-position: top right;
}

#accordion h3.ui-state-active {
	
	background: url(../images/bullet_down.gif) no-repeat 380px 6px;
}

#accordion h3.ui-state-active a {
	color: #068db9;
	border-bottom: 1px solid #c8c8c8;
}

#accordion div {
	padding: 0 0 10px;
	border: none !important;
}
