/* CSS Document */

#container {
	position: relative;
	background-image: url(../images/slice3-sidebar.jpg);
	background-repeat: repeat-y;
	width: 791px;
	border: 2px white solid;
	text-align: left;
}
	
body {
	background-image: url(../images/stripes_backdrop.gif);
}

/* IE 5/Mac safety */
* html>body #container {
	float: left;
}	

#container:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*\*/
* html #container {
	height: 1%;
}
/* */

#masthead {
	border-bottom: 0px solid #fff;
	padding-bottom: 0px;
	width: 791px;
	height: 162px;
	background: #345686;
}

#masthead img {
    display: block;
}

/* Main content styles
----------------------------------------------------- */

#maincontent {
	float: right;
	width: 560px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 2em;
	min-height: 500px;
}
	
#maincontent h1 {
    font-family: "Times New Roman";
    font-size: 1.5em;
    color: #244676;
    padding: 3px 0;
}

#maincontent h3 {
    font-size: 1.25em;
    margin: 0;
    padding: 1em 0 .4em 0;
}

#maincontent a {
    text-decoration: none;
    color: #244676;
    font-weight: bold;
}

#maincontent a:hover {
    text-decoration: underline;
}

#maincontent p {
	line-height: 1.7em;
}

/* list styles
----------------------------------------------------- */

#maincontent ul {
    list-style-image: url(../images/bullet-round.gif);
    margin-top: 1em;
    font-style: italic;
	line-height: 1.2;
}

#maincontent li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

#maincontent ul ul {
    list-style-image: none;
    list-style-type: circle;
    line-height: .85;
}

#maincontent ul ul li {
    font-style: normal;
}

#maincontent .tight {
	line-height: .85;
}

#maincontent .tight li {
    font-style: italic;
}

#maincontent .noitalic li {
    font-style: normal;
}

#maincontent ul + p, #maincontent ol + p {
    margin-top: 1.5em;
}

/* bottom-of-page links
----------------------------------------------------- */

#maincontent #formlink {
	list-style-type: none;
	list-style-image: url(../images/bullet-arrows.gif);
}
	
#maincontent #formlink li {
	font-weight:bold;
	font-style: normal;
}
	
#sidebar {
	float: left;
	width: 196px;
}
	
#upperside {
	background: #fff; /* #345686 causing flicker */;
	background-image: url(../images/slice4-sidebarmenu.jpg);
	width: 196px;
}

#upperside ul {
	margin: 0;
	padding-top: .5em;
	padding-bottom: 4em;
	padding-left: 10px;
	list-style-type: none;
}

#upperside li {
	margin: 0px;
	padding: 0px;
	width: 167px;
	height: 31px;
}

/* Flag graphic
----------------------------------------------------- */

#lowerside	{
	position: absolute;
	bottom: 0;
	width: 196px;
	background-image: url(../images/slice5-sidebarbottom.jpg);
	height: 251px;
}
	
* html #lowerside {
	width: 100%; /* sets width to containing element's, rather than antecedent positioned element - both PC and Mac */
}
	
/* Footer styles
----------------------------------------------------- */

#footer {
    width: 795px;
    height: 28px;
    font: italic 11px "Lucida Grande", Verdana, sans-serif;
    border-top: 4px solid #dcc2a1;
    padding-top: 5px;
    background-color: #fff;
    color: #654;
}

#footer .copyright {
    float: left;
    width: 300px;
    padding-left: 3px;
    text-align: left;
    background-color: #fff;
}

#footer .subsidiary {
    float: right;
    width: 300px;
    text-align: right;
    margin-right: -2px;
    background-color: #fff;
}

#footer .img {
    float: right;
    width: 41px;
    margin-top: -2px;
    padding-right: 3px;
}

/* ]]> */