/* General */
body, #content, #contenthome {
	font-family: sans-serif;
	font-size:10pt;
	color:#333333;
	line-height:1.5;
}
body {
	margin:0px;
	padding:0px;
	background:white;	
}
a {
	color:blue;
	text-decoration:none;
}
a:hover {
	color:blue;
	text-decoration:underline;
}
h2 {
	font-size:12pt;
	margin:0px;
	padding:0px;
}

/* Header */
#header {
	background:#2E4791;
}
#menu {
	background:#222265;
	color:white;
	height:36px;
}
#nav {
	margin-left:15%;
}
#nav a {
	font-family:Arial Narrow Bold, Verdana;
	color:white;
	padding-left:20px;
	padding-right:5px;
	font-size:10pt;
	font-weight:bold;
}
#nav a:hover {

}


/* Body */
#content {
	background:url(images/txtbgn.jpg) repeat-x top;
	padding:5px 0px 0;
}
#contenthome {
	background:url(images/txtbgn.jpg) repeat-x top;
	padding:0 0px;
}
.content {
	padding:0 25px;
}
#innercontent {
	padding:0 20px;
}
.grey {
	border-bottom:1px solid #dddddd;
	border-top:0;
	border-left:0;
	border-right:0;
}
ul.plane {
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
	list-style-type:none;	
}

ul.plane li {
	background:url(images/small-earth.gif) no-repeat left center;
	padding-left:25px;
	font-size:12pt;
	font-weight:bold;
}
.flash {
	margin-top:61px;
}



/* Footer */
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	border-top:1px solid #cccccc;
	margin-top:10px;
	padding-top:10px;
}



/* Other */
#logo {
	position:absolute;
	z-index:99;
	top:5px;
	left:5px;
}
#slogan {
	padding-top:95px;
	padding-left:15px;
}
#fighterplane {
	z-index:90;
}
.smallspace {
	height:1px;
	background:#BBD1E6;
}
#headerbottom {
	background:#629ACB;
	height:14px;
}
#topleft, #bottomright {
	width:430px;
	height:39px;
}
#topleft {
	position: absolute;
	top:0px
	left:0px;
}
#bottomright {
	background:url(images/bottom-right.gif) bottom right no-repeat;
}
#pattern1 {
	background: url(images/menubottom.jpg) repeat-x top;
	height:23px;
}

.leftbg {
	background: url(images/side1.jpg) no-repeat top left;
}
.submenu a, .submenu a:hover, .submenu a:visited {
	font-size:9pt;
	color:black;
}

.submenu a:hover {
	font-weight:bold;
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}