/** everywhere */

* {padding: 0; margin: 0;}


body {
	text-align: justify;
	color: #000000;
}

h1, h2, h3 {
	color: #000000;
        text-align: center
}

ul {
	margin-left: 0px;
	padding-left: 1em;
	list-style-position: inside;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

a:visited {
	color: #990000;
}

/** header */

#header {
	width: 800px;
        height: 128px;

	margin: 0px auto;
        background: #aaaaaa url(images/topflagcs.jpg) no-repeat center top;
}


#header a {
	text-decoration: none;
}

#header  a:hover {
	background: #000099;
	color: #FFFFFF;
}

#header a:visited {
        color: #000000
}

/** menu items */

#menu {
	width: 800px;
        height: 28px;
/**	height: 1.5em; */
	margin: 0px auto;
/**	border: 1px solid #0000FF; */
       background: #000000 url(images/menuflag.jpg) no-repeat center top;
}

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 3px 10px;
	border-right: 1px solid #000099;
	text-decoration: none;
}


#menu p {margin-top: 0;}

#menu .active a,#menu a:hover {
	background: #000099;
	color: #FFFFFF;
}

/** middle */

#content {
	width: 800px;
	margin: 0px auto;
}

#content h2 {
	font-weight: normal;
}

#left {
	float: left;
	width: 450px;
}

#right {
	float: right;
	width: 300px;
}

/** footer */

#footer {
	clear: both;
	width: 800px;
        height: 16px;
	margin: 0px auto;
	padding: 5px 10px;
        background: #AAAAAA;

}


#footer p {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
        text-align:center

}
