/* @group Global */

html, body {
	height: 100%;
}

a {
    color: #cc6633;
    text-decoration: none;
}

a.pdf-link {
	background: url(images/pdf-link.gif) no-repeat left;
	padding-left: 18px;
}

a:hover, a:active { 
	text-decoration: underline; 
}

ul { 
    margin: 0;
    text-align: left;
    list-style: none;
    padding: 10px;
    line-height: 1.5em;
}

caption {
	text-align: left;
}

/* @end */

/* @group Container */

#container {
    border: 40px solid #55a92a;
    /*border: 40px solid #326496;*/
    position: relative;
    width: 80%;
    margin: 10px auto;
    min-height: 600px;
    min-width: 600px;
    max-width: 900px;
}


/* @end */


/* @group Language */

#language {
    position: absolute;
    width: 180px;
    height: 20px;
    background: #757257;
	/*background-color: #ffd533;*/
	border-bottom: 5px solid #a09fa0;
    top: 0px;
    bottom: 0px;
    padding: 3px 20px 0px 20px;
}

/* @end */


/* @group Navigation */

#nav {
    position: absolute;
    width: 180px;
    background: #EFBF60;
	/*background-color: #ffd533;*/
    top: 20px;
    bottom: 0px;
    padding: 45px 20px 0px 20px;
}

#nav ul {
	line-height: 1.5em;
}

#nav a:link { 
	color: #dc3c01;
}

#nav a:visited { 
	color: #892601;
}

#nav a:hover, a:active { 
	text-decoration: underline; 
	color: #ff4500;
}


#nav span.active {
	color: #ffffff;
	font-weight: bold;
}

/* @end */
    
/* @group Content */

#content {
    margin-left: 220px;
    padding: 60px 30px 40px 30px;
	background: url(images/hsa-logo.png) no-repeat right top;
	/*background-color: #d8d8d8;*/
}

#content h1 {
    font-size: 1.7em;
}

#content h2 {
    font-size: 1.5em;
    margin-top: 40px;
}

/* @end */
