body {
	margin: 0;
	padding: 0;
	background: #3c60ae;
	min-width: 900px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

#Header {
	height: 135px;
	background: repeat-x url(../graphics/header.jpg) #5484d8;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color : #3c60ae;
	text-decoration: none;
}

p {
	color: #333333;
}

p:hover {
	color: #000000;
}

#Content {
	min-width:800px;
	margin: 0;
	padding: 0;
}

.left {
	background: #3c60ae repeat-y right url(../graphics/leftshadow.jpg);
}

.left a {
	float: right;
	font-size: 12px;
	width: 94%;
	margin-top: 5px;
	padding-left: 3%;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #eeeeee;
}

.left a:hover {
	background: #333333;
}

.leftcorner {
	background: #3c60ae no-repeat right top url(../graphics/leftcornershadow.jpg);
}

.main {
	background: #ffffff;
	height: 100px;
}

.decor_image {
	margin: 5px;
	float: left;
	padding: 3px;
	border: thin solid #cccccc;
	background-color: #eeeeee;
}

/* @group Content Right */

.contentright {
	width: 185px;
	float: right;
	font-size: 12px;
	margin-right: 2px;
	padding-top: 10px;
}

/* @end */

/* @group Content Main */

.contentmain h3 {
	color: #cc1515;
	font-size: 18px;
	background: no-repeat url(../graphics/h3content.jpg);
	line-height: 22px;
	text-indent: 10px;
	margin-bottom: 3px;
}

.contentmain h2 {
	color: #3c60ae;
	text-indent: 5px;
	background: repeat-y url(../graphics/h2.jpg);
	line-height: 28px;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.contentmain {
	float: left;
	font-size: 14px;
	width: 625px;
	margin-left: 5px;
}

.contentmain a {
	border-bottom-style: hidden;
	border-bottom-width: thin;
}

.contentmain a:hover {
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

.rightquote {
	font-size: 14px;
	font-weight: bold;
	margin: -10px 0 0;
	padding: 0;
	float: right;
	color: #cc1515;
	font-style: italic;
	letter-spacing: 1px;
}

.infobox {
	margin-left: 6%;
	margin-top: 30px;
	padding: 5px;
	border: thin dotted #cccccc;
}

.contentmain p {
	margin-top: 2px;
	text-indent: 0;
	text-align: justify;
	width: 95%;
	margin-left: 3%;
}

#answers ul {
	margin-left: 20px;
	margin-top: 0;
}

#answers ul li {
	list-style: circle;
	margin-left: 20px;
}

span.list {
	width: 85%;
	margin-left: 2%;
	padding-left: 3%;
	list-style: circle;
	margin-top: 5px;
	float: left;
	text-align: left;
}

span.indentlist {
	width: 80%;
	margin-left: 7%;
	padding-left: 3%;
	list-style: circle;
	margin-top: 5px;
	float: left;
}

span.list b {
	color: #3c60ae;
}

.normal {
	margin-left: 10px;
	list-style: disc;
	padding-left: 10px;
	float: left;
	clear: left;
}

.inner {
	margin-left: 20px;
	list-style: circle;
	padding-left: 20px;
	float: left;
	clear: left;
}
	
/* @end */

.right {
	background: #3c60ae repeat-y left url(../graphics/rightshadow.jpg);
}

.rightcorner {
	background: #3c60ae no-repeat left top url(../graphics/rightcornershadow.jpg);
}

.copyright {
	background: repeat-x url(../graphics/bottomshadow.jpg);
	line-height: 20px;
	color: #cccccc;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
}

/* @group Dynamic Area */

#dynamic {
	height: 210px;
	width: 100%;
	padding: 5px 0 0;
	color: #000000;
	text-align: center;
	background: bottom #3c60ae repeat-x url(../graphics/dynamicback.jpg);
	margin: 0;
	font-style: oblique;
	float: left;
	z-index: 1;
}

#dynamic h3 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	text-decoration: underline;
}

#slideimage {
	height: 198px;
	padding: 0;
	width: 352px;
	margin: 0 1%;
	border: thin solid #3c60ae;
}
	
/* @end */

/* @group Navigation */

/* My Comment */

#Nav {
	height: 26px;
	background: #315091 center repeat url(../graphics/navbar.jpg);
	padding: 0;
	clear: both;
	width: 100%;
	text-align: center;
	float: left;
	margin: 0;
	display: table;
	z-index: 1000;
}

#Nav a {
	text-align: center;
	color: #eeeeee;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	height: 16px;
	float: left;
	margin: 2px 0;
	padding: 3px 5px;
	display: table-cell;
	border-right: 2px solid #315091;
	font-weight: bold;
}

#Nav a:hover, a.selected {
	color: #3c60ae;
	background: center #ffffff repeat-x url(../graphics/navulhover.jpg);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

li {
  	position: relative;
	float: left;
	text-align: center;
}
  
li ul {
  	position: absolute; 
  	top: 1em;
	left: 0;
	background: #315091;
	display: none;
	width: 225px;
	margin-top: 10px;
	_margin-top: 8px;
}

#Navul li {
	width: 100%;
	float: left;
	clear: both;
}

li > ul {
	top: auto;
	left: auto;
	margin-top: 0px;
	_margin-top: -6px;
	clear: left;
}

li:hover ul, li.over ul { 
	display: block;
}

#Nav ul li a {
	float: left;
	color: #eeeeee;
	line-height: 24px;
	font-size: 12px;
	background: none #3c60ae;
	padding: 0 0 0 5px;
	width: 216px;
	text-align: left;
	height: 24px;
	margin: 0 2px 2px;
	clear: left;
}

#Nav ul li a:hover {
	background: #ffffff repeat-x url(../graphics/navulhover.jpg);
	color: #3c60ae;
	text-decoration: underline;
}

#Nav li i {
	color: #666666;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	font-style: normal;
	float: left;
}

#Nav a.selected {
	float: left;
	text-decoration: none;
	color: #000000;
	background: repeat-x url(../graphics/navhover.jpg) #ffffff;
}

#Nav a.selected:hover {
	text-decoration: underline;
}
	
/* @end */

/* @group Forms */

.formdiv {
	width: 550px;
	position: absolute;
	visibility: hidden;
	top: 200px;
	left: 150px;
	z-index: 90;
}

.formheader {
	line-height: 36px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	background: #be1e1c url(../graphics/h3back.jpg) repeat-x;
	border-right: thin solid #be1e1c;
	border-left: thin solid #be1e1c;
	margin-bottom: 0;
	width: 549px;
	text-indent: 15px;
	float: left;
}

.form {
	background-color: #eeeeee;
	background-image: url(../graphics/formback.jpg);
	border-top-style: none;
	border: thin solid #cccccc;
	font-size: 12px;
	line-height: 14px;
	width: 94%;
	padding: 3%;
	margin-top: 0;
}



/* @end */

/* @group Content Right Area */

.rightarea {
	color: #eeeeee;
	background: #3c60ae url(../graphics/rightareaback.jpg) repeat-y;
	float: left;
	margin: 10px 0 5px;
	width: 185px;
	_width: 175px;
	padding: 0;
}

.rightarea a {
	color: #eeeeee;
	margin: 2px 2% 2px 4%;
	padding: 3px 0;
	float: left;
	width: 92%;
	text-align: center;
	clear: left;
}

.rightarea a:hover {
	color: #333333;
	background-color: #eee;
	letter-spacing: 1px;
}

.rightarea h2 {
	background: url(../graphics/rightareatop.jpg) no-repeat;
	color: #333333;
	text-indent: 20px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 28px;
	font-size: 16px;
	height: 28px;
	float: left;
	width: 185px;
}

.rightarea h3 {
	color: #ffffff;
	text-indent: 10px;
	margin-bottom: 2px;
	margin-top: 5px;
	text-decoration: underline;
	float: left;
}

.rightarea span {
	float: left;
	width: 100%;
	text-indent: 10px;
}

.rightarea img {
	margin: 0 0 -3px;
	padding: 0;
	border-style: none;
}



/* @end */