* {
	margin: 0;
	padding: 0;
}

body {
background: #8033CC;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}
.funnyFont {
font-family:Comic Sans MS;
}

a {
text-decoration: none;
color: #0033CC;
}
a:hover {
text-decoration: underline;
color: #3300CC;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 5px solid #CC3300;
}

#header {
height: 160px;
background: #554d42 url(../images/HeaderFlags2.jpg) no-repeat;
}
#header h1 { 
font-size: 50px;
letter-spacing: -7px;
padding: 17px 0 0 10px;
color: #D1DDEF;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 { 
font-size: 20px;
letter-spacing: -2px;
padding: 17px 0 0 10px;
color: #D1DDEF;
}


.quote { 
font-size: 16px; 
color: #b8860b; 
font-weight: 400;
font-style: italic; 
}


#menu {
height: 30px;
line-height: 30px;
background: #CC3300;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right2 {
float: right;
width: 50%;
padding-top: 10px;
}
.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h1 {
font-size: 22px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #0033CC;

}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #0033CC;

}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

image {
display:in-line; 
}

.right img {
float:right;
margin:0 0 0 15px;
border: 3px solid #ccc; 
}

.center { 
float: right; 
width: 100%; 
text-align:justify; 
padding-top: 5px; 
}
.center h1 {
font-size: 22px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #0033CC;

}
.center h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #0033CC;

}
.center h2 a {
text-decoration: none;
}
.center h2 a:hover {

}
.center blockquote{ font-style: italic; }
.center img {
float:right; 
margin:0 0 0 15px;
border: 3px solid #ccc; 
}

.left2 {
float: left;
width: 50%;
padding-top: 10px;
}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h1 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #CC3300;
font-size: 18px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #CC3300;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.indent {
	margin:0 0 0 30px;
}

.indentFirst {
	text-indent:50px;
}

.highlight {
color: #FFFF00;
}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }
