/* CSS Document */

body {
	margin:0;
	font-family:"Footlight MT Light", Papyrus, "Trebuchet MS", Arial, Verdana;
	font-size:10pt;
	color:#555555;
	text-align:left;
}

h2 {
	font-family:"Papyrus", "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #eeeeee;
	color:#fb7a38;
	margin-left: 5px;
	text-align: left;
}

h3 {
	font-family:"Papyrus", "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fb7a38;
	margin-left: 5px;
	text-align: left;
}

td {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:8pt;
	color:#555555;
}

select, option {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:8pt;
	color:#555555;
}

a, a:visited {
	color:#4D87CE;
	text-decoration:none;
	font-size:8pt;
}
a:hover {
	color:#1B2C7F;
	text-decoration: underline;
}

a.selected, a.selected:visited {
	color: #f00;
	text-decoration: none;
	font-size: 8pt;
}
a.selected:hover {
	text-decoration: underline;
}

hr {
	border: 1px dashed #eee;
}

#header {
	width: 990px;
	height: 90px;
	background: #fff url("/images/header.gif") no-repeat;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 24pt;
	color: #FFF;
	text-align: center;
}

#top_menu {
	font-family: "Footlight MT Light", "Lucida Console", Arial, sans-serif;
	font-size: 11px;
	width: 990px;
	height: 30px;
	background: url(/images/horizontal.gif) no-repeat;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

#top_menu a, #top_menu a:visited {
	color: #e2e9eF;
	text-decoration: none;
	margin-right: 15px;
}

#top_menu a:hover {
	color: #FFF;
	text-decoration: none;
}

#top_heading h1 {
	font-family:"Papyrus", "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:12;
	font-weight:bold;
	color:#fb7a38;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 30px;
}
.intro {
	font-family: "Footlight MT Light", "Lucida Console", Arial, sans-serif;
	font-size:11pt;
	color:#99B198;
	line-height: 15px;
	background: url(/images/mobile_screen.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	text-align: left;
	padding-top: 10px;
}
.intro p {
	padding-left: 40px;
	padding-right: 40px;
}

input {
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

input[type="text"] {
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border:1px solid #ccccee;
	background-color:#fff;
	margin-bottom:2px;
}
input[type="submit"], input[type="button"] {
	background-color:#7299DC;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	border-top:1px solid #99aaff;
	border-left:1px solid #99aaff;
	border-right:2px solid #365599;
	border-bottom:2px solid #365599;
	cursor: pointer;
}

div.leftmenu {
	padding: 10px;
	border-right: 1px dashed #ccc;
}
div.leftmenu a:link, div.leftmenu a:visited, div.leftmenu a:hover {
	font-family:"Papyrus", "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	width: 100%;
}

.question {
	font-weight: bold;
	text-transform: uppercase;
	color: green;
}

#footer {
	width:750px;
	background-color:#92bde5;
	border-top:1px solid #cccced;
	border-bottom:3px solid #5495cf;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}


