/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
*/
/*
 {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
border:1px;
border-color: white;
}
*/

*{
	margin: 0;
	padding: 0;
	border: 0;
}
html, body{
	height: 100%;
}
#header{
	text-align: center;
	height: 185px;
	border-top: 10px solid #000000;
}
#flag{
	width:165px;
	height:90px;
        background:red;
	border:1px solid #FFFFFF;
	position: absolute;
	left: 18pt; 
	top: 22pt;
}
#navbar {
	background: #FF0000;
	text-align: center;
	/*padding-left: 255px;*/
	line-height: 20px;
}
#navbar a:link, #navbar a:visited {
font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #000000;
	white-space: nowrap;
} 
#navbar a:hover {
	background-color: #000000;
	color: #ffff00;
} 
#maincontent{
	color: #ffffff;
	clear: both;
	padding: 0 10px 0 10px;
}
#maincontent table, #maincontent table td{
	color: #ffffff;
        border:0px red solid;
}
h1{
	text-align: center;
	padding-bottom: 20px;
font-style:italic;
	font-size: 150%;
}
#header h1{
	background: #444444;
	color: #ffffff;
	/*padding-left: 263px;*/
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid red;
}
html{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	background: #000000;
}
/* url("images/background.jpg") repeat;*/


#photobox {
float:right;
margin-right: 75px;
width: 450px;
height: 322px;
margin-left:20px;
border: 0px red solid;
}

#headerbox {
float:left;
/*margin-top:50px;*/
/*margin-right: 75px;*/
width: 100%;
height: 125px;
margin-left:0px;
border: 0px red solid;
}


#headerboxlogo {
float:left;
margin-top:15px;
margin-right: 90px;
width:165px;
height:90px;
background:red;
margin-left:120px;
border: 1px white solid;
}


img {
border:0px red solid;
}

p {
	line-height: 20px;
/*	text-indent: 24px;*/
}
h2 {
	color: #ff0000;
	padding-bottom: 5px;
	font-size: 150%;
}
h3 {
	font-weight: bold;
}
a:link, a:visited{
	color: #ffff00;
	text-decoration: underline;
        font-size:16px;
}
a:hover {
	color: #FFffff;
	text-decoration: none;
}
.picturetable{
	margin: 0 auto 0 auto;
	text-align: center;
	border: 3px solid #CCCCCC;
}
.picturetable td{
	padding: 15px;
}
.tablecolor1{
	background: #FFFF00;
}
.tablecolor2{
	background: #FF0000;
}
.ActivityBox{
	border: 0px solid #FF0000;
	padding: 10px;
	text-align: center;
}
.activity{
	white-space: nowrap;
	color: #FFFF00;
	font-weight: bold;
}
.ActivityBox IMG{
	/*width:300px; 
	height:225px; 
      */
	padding: 20px;
}
.ActivityHeader{
	font-size: 150%;
	color: #FF0000;
	padding-right: 20px;
}

.credits {
color:#ffffff;
font-size:10px;
padding-bottom:15px;
}

.credits a:link, a:visited {
        color: #ffffff;
        text-decoration: underline;
        font-size:10px;

}

.credits a:hover {
        background-color: #000000;
        color: #ffff00;
}

