* {
	margin: 0;
	padding: 0;
}
body {
	padding-top: 0;
	font: 73% arial, sans-serif;
	background: #f1f1f1;
	color: #333;
}
/*WRAP*/
#wrapper {
	width: 849px;
	margin: 10px auto;
	padding:10px;
	border: 1px solid #ababab;
	background: #fff;
	color: #666;
}
/*HEADER*/
#header {
	width: 699px;
	height: 253px;
	float: right;
	margin: 0;
	background: #fff url('img/banner.jpg') no-repeat;
	color: #666;
}
#banner {
	width: 100%;
	height: 35px;
	text-align: right;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	color: #333;
	background: #369;
}
#banner a {
	margin: 5px;
	color: #fff;
	background: inherit;
}
#banner a:hover {
	color: #000;
	background: inherit;
}



/*NAVIGATION*/
#nav {
	width: 150px;
	margin: 0 0 20px 0;
}
#nav .menu {
z-index:1000;
font-size:90%;
margin:0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
#nav .menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
#nav .menu li {
position:relative;
background:#d4d8bd;
height:28px;
}

/* get rid of the table */
#nav .menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
#nav .menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:27px;
line-height:27px;
width:149px;
color:#000;
text-indent:8px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

#nav .menu :hover > a {
color:#fff; 
background:#949e7c;
text-decoration:none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav .menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
#nav .menu ul li:hover ul,
#nav .menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#nav .menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#nav .menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#nav .menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#nav .menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/*SIDEBAR*/
#sidebar {
	float: left;
	width: 150px;
	padding: 0;
	margin-bottom: 80px;
	border-top: 1px solid #fff;
	font-size: 100%;
	line-height: 1.8em;
	background: #fff;
	color: #333;
}
#sidebar p {
	margin: 6px 10px 2px 15px;
	font-size: 0.9em;
	line-height:1.5em;
	color:#545454;
}
#sidebar p strong {
	line-height:1.3em;
}
#sidebar a {
	color: #000;
	text-decoration: underline;
}
#sidebar a.current {
	color: #000;
}
#sidebar a:hover {
	color: #333;
	text-decoration: none;
}
#sidebar h2 {
	font: bold 0.9em times new roman,serif;
	text-transform:uppercase;
	line-height:1.3em;
	color:#333;
	margin-left: 15px;
}
/*CONTENT*/
#content {
	float: left;
	background:none;
	width: 690px;
	margin: 0 0 30px 0;
	line-height: 1.8em;
}
#content p {
	line-height: 1.5em;
	color: #333;
}
#content ul {
	margin: 10px 0 15px;
}
#content li {
	margin: 6px 20px 2px 50px;
	color: #333;
	font-size: 1.0em;
	line-height: 1.3em;
	list-style:disc;
	text-decoration: none;
}
#content a {
	color: #8d2e2d;
	text-decoration: underline;
}
#content a:hover {
	color: #333;
	text-decoration: none;
}
#content a.top {
	font-size: 0.85em;
	color:#999;
}
#content h3 a {
	color: #8d2e2d;
	text-decoration:underline;
}
#content h3 a:hover {
	color: #000;
	text-decoration:none;
}

/*FOOTER*/
#footer {
	clear: both;
	width: 683px;
	font-size: 0.9em;
	margin-left: 150px;
	padding: 10px 0 10px 15px;
	text-align: right;
	border-top: 5px solid #dadada;
}
#footer a {
	color: #666;
	font-size: 0.95em;
	padding:0 4px;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}
.contact p {
	width: 841px;
	color:#888;
	margin:3px auto 8px;
	font-size: 0.85em;
	text-align:right;
	line-height:13px;
}
.contact p a {
	color:#888;
}
/*TYPOGRAPHY*/
p {
	margin: 5px 20px 10px 25px;
	color: #444;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom:12px;
	background-color: inherit;
}
h1 {
	margin: 15px 0 10px 25px;
	padding: 0;
	font: normal 2.1em arial, sans-serif;;
	letter-spacing: 0px;
	color: #ababab;
	background: inherit;
}
h2 {
	margin: 24px 0 10px 25px;
	padding: 0;
	font: bold 1.1em times new roman,serif;
	text-transform:uppercase;
	line-height:1.3em;
	color:#333;
	background: inherit;
}
h3 {
	margin: 20px 0 3px 25px;
	padding: 0px;
	font-size: 1.0em;
	line-height:1.3em;
	color: #333;
	background: inherit;
}
blockquote {
	margin: 10px 20px 10px 25px;
	font: normal 1.3em times new roman,serif;
	line-height:1.4em;
	color: #454545;
}
/*CLASS*/
.img {
	margin: 0 0 10px 0;
}
.myborder {
	border: 1px solid #fff;
	padding: 5px;
	margin: 0 0 0 4px;
}
.myimg {
	float: left;
	border: 1px solid #eee;
	padding: 5px;
	margin: 5px 10px 10px 4px;
}
.mylogo {
	margin-right: auto;
}
/*LINKS*/
a, a:visited {
	text-decoration: none;
	color: #A62A2A;
	background: inherit;
}
a:hover {
	color: #666;
	text-decoration: underline;
	background: inherit;
}
a img {
	border: none;
}
