@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	background-repeat: repeat;
}
#topnav  {
	width: 1000px;  /* using 20px less than a full px width allows for browser chrome and avoids a horizontal scroll bar */
	font-color: #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	padding-top: 5px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 12px;
} 
#topnav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#topnav a:hover {
	color: #ccc;
	text-decoration: underline;
	font-weight: normal;
}
#topnav a:active {
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}
#container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/fauxColumnBack.gif);
	background-repeat: repeat;
	background-position: right top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #666666;
} 
#header {
	background-image: url(images/jec0282.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 279px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CCCCCC;
} 
#header a:link {
	color: #FFFFFF;
	border: 1px dotted #FFFFFF;
	padding: 3px;
	text-decoration: none;
}
#header a:visited {
	color: #FFFFFF;
	border: 1px dotted #FFFFFF;
	padding: 3px;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	border: 1px dotted #FFFFFF;
	padding: 3px;
	text-decoration: underline;
}
#header p {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	margin: 0px;
	padding-top: 15px;
}

#navigation {
	position: relative;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 1px;
	width: 1000px;
	height: 31px;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	background-image: url(images/nav_flag.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
#navigation a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 8px;
}
#navigation a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 8px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0b54e9;
	padding: 8px;
}
#navigation a:active {
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar a:link {
	color: #FFFFFF;
}
#sidebar  h1 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
#mainContent h1 {
	color: #000099;
	font-size: 16px;
	font-weight: bold;
}
#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}

#portrait   {
	clear: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer {
	padding: 0 10px 0 20px;
	color: #CCCCCC;
	background-color: #000000;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
} 
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
#footer a:hover {
	color: #c2c2c2;
	text-decoration: underline;
	line-height: 16px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

