/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #003399 url(images/img01.gif) repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	line-height: 11px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	text-transform: none;
	font-weight: bold;
	font-size: 30px;
	border: none;
	line-height: normal;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	text-transform: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

a {
	font-weight: bold;
	color: #4773C1;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	line-height: 18px;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}

.img1 {
	float: none;
	border: 1px solid #000099;
	text-align: center;
}
.text1 {
	font-size: 12px;
	line-height: normal;
}

/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	background: #FFFBFD url("images/img02.gif") repeat-x left top;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 1px;
}

#header h2 {
	margin: 0px;
	font-size: 16px;
	line-height: 5px;
	font-style: italic;
}

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px;
	background-color: #60B7DE;
	border: thin solid #60B7DE;
	font-weight: bolder;
	text-align: left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bolder;
}

#menu li {
	display: inline;
	font-weight: bolder;
}

#menu a {
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu a:hover {
	background-color: #000099;
	color: #FFFF00;
	font-weight: bolder;
	padding: 5px 10px;
	font-size: 10px;
	margin: 0px;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
}

#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
	height: auto;
	padding: 0px;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px;
	color: #4773C1;
	height: 10px;
	border: none;
}

#border-top {
	border-top: 1px solid #003399;
}
.SubHeading {
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	line-height: normal;
}
p {
	line-height: 11px;
	font-size: 11px;
}
.superscript {
	vertical-align: top;
}
.side_boundary {
	border-left-width: medium;
	border-left-style: solid;
	border-top-color: #60B7DE;
	border-left-color: #60B7DE;
}
.superscript_side {
	vertical-align: top;
	font-size: 9px;
}
