

/* basic elements */
body {
	margin: 25px auto 25px auto;
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
	background-image:url(bg.gif);
	background-position:top left;
	background-repeat:repeat-x repeat-y;
	text-align: center;
}	
	
em.gr {
	font-weight: bold;
	color: #FFCC00;
	clear: none;
	}
/* specific divs */
#container {
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 700px;
	text-align: center;
}
/*sections*/
#top {
	width: 700px;
	height: 190px;
	background: url(header.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto; 

}
#middle {
   	background: url(container_bg.gif) no-repeat;
	background-repeat: repeat-y;
	margin: -2px auto 0px auto; 

}
#bottom {
	margin: 0px auto 200px auto; 
	width: 700px;
	height: 24px;
	background: url(footer.gif);
	background-repeat: no-repeat ;
	background-position: center;
	clear: left;
}
/*top nav bar*/
#nav {
	width: 500px;
	padding: 10px 10px 0px;
	margin: 0px auto;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	text-align: center;

}
#nav li {
	list-style-image:none;
	list-style-type:disc;
	display: inline;
	margin-right: 20px;
}
#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#nav a:hover {
	color: #993300;
	text-decoration: underline;
}
/*side bar*/
#side {
    margin: 30px auto 0px auto;
	width: 110px;
	border-left: 1px solid #C4D0D7;
	padding: 0px 40px 0px 20px;
	color: #999;
	float: right;
	font-size: 70%;
	text-align:left;
}
#side a {
	font-size: 10px;
	font-weight:bold;
	color: #FFCC00;
	text-decoration: none;
	text-align:left;
}
#side a:hover {
	color: #993300;
	text-decoration:underline;
}
#side span.section {
color:#FFCC00;
font-weight:bold;
}

/*main content section*/
#content {
	padding: 0px 68px 1px 10px;
	margin: 0px auto 0px auto;
	text-align: justify;
	width: 700px;
}
#content h2 {
	color: #993300;
	font-weight: bolder;
	font-size: 14px;
	padding: 0px 135px 0px 10px;
}
#content h2	a:hover{
	color: #990000;
	text-decoration: underline;
}
#content h2 a{
	color: #990000;
	text-decoration: none;
}
#content h3 {
	color: #FFCC00;
	font-size: 14px;
	letter-spacing: .1em;
	padding: 0px 190px 0px 30px;
	text-decoration:none;

}
#content h4 {
	color: #FFCC00;
	font-size: 12px;
	letter-spacing: .05em;
	padding: 0px 190px 0px 30px;
	text-decoration:none;

}
#content p {
	padding: 0px 190px 0px 30px;
	font-size: 70%;
	line-height: 1.7em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;
	color: #CCCCCC;
}
#content ol {
padding: 0px 190px 0px 30px;
	margin: 0px 0px 1.7em 40px;
color:#CCCCCC;
font-size:70%;
font-weight:normal;
line-height: 200%;
}

#content ul {
padding: 0px 190px 0px 30px;
	margin: 0px 0px 1.7em 40px;
color:#CCCCCC;
font-size:70%;
font-weight:normal;
line-height: 200%;
}

#content a {
color:#FFCC00;
text-decoration:none;
}
#content a:hover {
	color: #993300;
	text-decoration:underline;
}
#content img {
border: none;
}
