body {
	background-color: #004B24;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#skipnav {
 	position: absolute; 
	margin-left: -3000px; 
}
#wrapper {
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 214px;
	position: relative;
	background-color: #004B24;
	background-image: url(images/logo-nara.jpg);
	background-repeat: no-repeat;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	width: 888px;
	position: absolute;
	left: 49px;
	top: 180px;
	text-align: center;
	background-color: #C0A74D;
	padding: 0px;
}
#nav a:link {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
#nav a:visited {
	color: #2D4779;
	text-decoration: none;
}
#nav a:hover {
	color: #0FAE16;
	text-decoration: none;
}
a:link {
	font-size: 10px;
	color: #C0A74D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {

	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0A74D;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #004B24;
	text-align: center;
}
h2 {
	color: #6A7249;
	font-size: 16px;
	font-weight: bold;
}
#content h2 {
	color: #900;
	font-size: 16px;
}

h3 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #063;
}


#contentWrapper {
	margin: 0px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;
	width: 990px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebarLeft {
	float: left;
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#content {
	font-size: 1.2em;
	background-image: url(images/bk-right.jpg);
	background-repeat: repeat-y;
	width: 188px;
}

.img {
	border: 1px solid #0FAE16;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

#custom {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0FAE16;
	border-bottom-color: #0FAE16;
	background-color: #90A6D8;
}

#sidebarLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000;
}

#sidebarLeft ul {
	line-height: 2em;
	text-align: left;
	font-size: .8em;
}
#sidebarLeft a:link, #sidebarLeft a:visited {
	font-weight: bold;
	color: #6A7249;
	font-size: 1em;
	text-decoration: underline;
}
#sidebarLeft a:hover{
	font-weight: bold;
	color: #C0A74D;
}

/*  \*/
* html #content {
	height: 1%;
	text-align: left;
	color: #000;
}
/* */

#content {
	float:right;
	width: 169px;
	padding:8px;
	background-color: #FFFFFF;
	border-left-width: thin;
	border-left-color: #38475A;
}
.promo {
	background-image: url(images/boxRt.gif);
	background-repeat: no-repeat;
	height: 230px;
	
}


#content h1, #content2 h1 {
	color: #055CCD;
	font-size: 1.4em;
	font-variant: small-caps;
	margin-bottom: 3px;
	text-align: center;
}
 
#content h2, #content2 h2 {
	margin: 0.5em 0 0.25em;
	color: #6A7249;
	font-size: 1em;
	font-variant: small-caps;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content p, #content2 p {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}
#info {
	height: 180px;
	width: 250px;
	float: none;
	position: absolute;
	left: 500px;
	top: 184px;
}
#right {
	float: none;
	width: 160px;
	top: 112px;
	left: 565px;
	position: absolute;
	background-color: #CCCCCC;
}


.FirstParagraph {
	line-height: 150%;
}

/*  \*/
#footer {
	color: #004B24;
	text-align: left;
	font-size: 0.9em;
	background-color: #C0A74D;
	font-weight: bold;
	padding-top: 0.1em;
	padding-right: 1.5em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	clear: both;
}
* html #footer {
	height: 1%;
	padding-top: 8px;
	padding-bottom: 8px;
}

#footer a:link, #footer a:visited {
	margin: 0.2em;
	font-size: 0.85em;
	color: #004B24;
}
	
#footer a:hover, #footer a:focus {
	color: #686B3F; 
	background: #ECECEC; 
	text-decoration: none; 
}

.addclear:after {
content: ".";
display: block;
height:0;
clear:both;
visibility:hidden;
}
#content a:link {
	color: #6A7249;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#content a:visited {
	color: #6A7249;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#content a:hover {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
a:visited {
	font-size: 10px;
	color: #C0A74D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

