/* CSS Document */
body {
	background-color: white;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	background-color: white;
	padding-left: 10px;			could be used for floating
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	z-index: 1;
}

#content {
	width: 100%;
	clear: both;
	float: left;
	visibility: visible;
	z-index: 2;
}

#header {
	width: 100%;
	height: 78px;
	z-index: 3;
}

#nav {
	width: 100%;
	height: 20px;
	z-index: 4;
	background-color: #0033FF;
	line-height: 130%;
}

#nav a:link,  #nav a:visited, #nav a:active, #nav a:hover {
	font-size: 11px;
	text-decoration: none;
	color: white;
}

#nav a:hover {
	color: black;
}

#txt_blue {
	float: right;
	width: 176px;
	height: 235px;
	z-index: 12;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border-right-style: outset;
	border-right-color: black;
	border-top-style: outset;
	border-top-color: black;
	background-color: blue;
}

#motto {
	clear: both;
	width: 100%;
	padding-top: 40px;
	height: 80px;
	z-index:5;
}

#maod {
	clear: both;
	margin-left:423px;
	width:377px;
	height:20px;
	z-index:6;
}
/* styles */
h1, h2, h4, h5, p {
	color: black;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

/* bluebox */
.style_bluebox_header {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
}

.style_bluebox_text {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: white}

/* maod */
.maod_text {font-size: 10px}
