html * { 
    margin: 0; 
    padding: 0; 
    border: 0;}
	
html { overflow-y: scroll;} 

body {
    margin: 0.5em 0em 2em 0em;
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.1em;
    text-align: center;
    background-color: #ffffff;
    background-image: url(../images/background.jpg);
    background-repeat: repeat-x;
}
 
#page { 
 
    text-align: left;  
    margin-left: auto; 
    margin-right: auto;  
width: 931px;
height: 628px;
} 


/* header: */

#header {
	position: relative;
	width: 100%;
	height: 2.8em;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	font-style: italic;
	letter-spacing: 1px;
} 

#header a:link, #header a:visited {
    color: #000000;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.9em;
    letter-spacing: 0.01em;
    line-height: 1.2em;
}


/* left */

#left {
    width: 24%; 
    float: left; 
    position: relative; 
    font-size: 0.8em;
}

div#nav {
	background-color: #fff;
	width: 90%;
	border-right: 0.18em solid #007AA3;
	border-bottom: 0.16em solid #007AA3;
	font-weight: bold;
}
    
#nav ul {
    list-style-type: none;
    padding: 0.5em 0em 0.9em 0em;
}

#nav ul li {
    padding: 0.2em 0em 0.2em 0.9em;
    margin-right: 0.3em;
}

#nav a:link, #nav a:visited {
	color: #000000;
	text-decoration: none;
}
 
#nav a:hover, #nav a:active {
    color: #007AA3;
}

#nav a.sub:link, #nav a.sub:visited {
	color: #EF6F00;
	text-decoration: none;
	padding-left: 1em;
}
 
#nav a.sub:hover, #nav a.sub:active {
    color: #007AA3;
}

#nav a.sub:hover, #nav a.sub:active, #nav a.current:link, #nav a.current:visited {
     color: #007AA3;
}



div.left_box {
    background-color: #fff;
    width: 90%;
    margin-top: 1em;
    border-right: 0.18em solid #007AA3;
    border-bottom: 0.16em solid #007AA3;

}

div.left_box h3, div#nav h3 {
    margin: 0em;
    padding: 0.2em 0em 0.2em 1em;
    font-size: 0.8em;
    color: #fff;
    border-top: 0.1em solid #0097C9;   
    background-color: #999999;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
}

div.left_box p {
    margin: 0em;
    padding: 1em 1em 1em 1em;
}

div.left_box a:link {
	color: #007AA3;
	text-decoration: none;
	font-weight: bold;
}
    
div.left_box a:visited {
	color: #007AA3;
	text-decoration: none;
	font-weight: bold;
}
 
div.left_box a:hover, div.left_box a:active {
	color: #000000;
	font-weight: bold;
}

div.inner_box {
    border-right: 0.15em solid #0097C9;
    border-bottom: 0.15em solid #0097C9;
	border-left: 0.01em solid #999999;
}



/* content */

#content {
    float: right; 
    display: inline; 
    position: relative; 
    width: 75%; 
    font-size: 0.75em;
    background-color: #fff;
    border-right: 0.2em solid #007AA3;
    border-bottom: 0.2em solid #007AA3;
border-top: 0.1em solid #0097c9;
border-left: 0.1em solid #999999;
}

#content h1 {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0.1em;
    font-size: 1.7em;
    font-family: Helvetica, Arial, sans-serif;
    color: #EF6F00;
    border-bottom: 0.05em solid #FF9853;
    line-height: 1em;
}

#content p {
    margin: 0em 0em 0.5em 0em;
    padding: 0.35em;
}

#path {
    font-family: Helvetica, Arial, sans-serif;
    margin: 0em 0em 0em 0em;
    padding: 0.4em 0.6em 0.4em 0.6em;
    font-size: 0.9em;
    color: #000000;
    background-color: #999999;
    border-right: 0.23em solid #999999;
	border-left: 0.1em solid #999999;
}

#content a:link {
	color: #007AA3;
	text-decoration: none;
}
    
#content a:visited {
	color: #007AA3;
	text-decoration: none;
}
 
#content a:hover, #content a:active {
	color: #000000;
	text-decoration: underline;
}

#main {
    padding: 0.5em 1.5em 1.5em 0.7em;
    border-bottom: 0.2em solid #0097c9;
    border-right: 0.2em solid #0097c9;
display:block;
clear:both;}

#main ul li {
margin: 0px 40px;
}

.img_left {
    float: left; 
    margin: 0.5em 0.8em 0.8em 0em;
}

.img_right {
    float: right; 
    margin: 0em 0.8em 0.8em 0.5em;
}



/* clear floating img */
br.clear {
    clear: both;
    display: none;
}
p.clear {
    clear: right;
}

p.clearboth {
    clear: both;
}

/* footer: */

#footer { 
    margin: 0em;
    padding: 0em;
    font-size: 0.6em;
clear: right; 
    color: #999999;
    text-align: right;
} 

#footer p {
    margin: 0em;
    padding: 0.1em;
}

#footer a:link, #footer a:visited { 
    color: #007AA3;
} 

#footer a:hover, #footer a:active { 
    color: #000000;
}
