html, body {
	background: white;
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}

/* Dark Blue: #1b2158 */
/* Light Blue: #203197 */

#top_menu {
	border-top: 1px solid #afafaf;
	background-image: url('/media/base/images/top_menu_back.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #dcdcdc;
	font-family: Garamond, serif;
	font-size: 1em;
	line-height: 1.8;
	font-weight: normal;
	text-align: right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#top_menu a, #top_menu a:visited {
	color: #666666;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
	border-width: 0px;
}

#top_menu a:hover {
	border-bottom: 2px solid #203197;
	color: #999999;
}

#banner, #small_banner, #powered_by_banner {
	color: white;
	background-color: #1b2158;
	background-image: url('/media/base/images/large_banner_back.png');
	background-position: top left;
	background-repeat: repeat-x;
	height: 112px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 1em;
}

#banner img, #small_banner img, #powered_by_banner img {
	margin: 0px 30px 0px 30px;
	border: 0px;
}

#small_banner, #powered_by_banner {
	height: 40px;
	background-color: transparent;
	background-image: url('/media/base/images/small_banner_back.png');
}

#small_banner {
	background-color: #dcdcdc;
}

#powered_by_banner {
	margin: 10px 0px 0px 0px;
}

#banner h1 {
	font-size: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 0px;
	line-height: 1.0;
    border: 0px;
    color: white;
}

#banner p {
	margin: 0px 0px 0px 10px;
}

#banner strong {
	color: white;
}

#content {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
	/*float: left;
	display: inline;*/
/* 	border: 1px solid #aaaaaa; */
}

h1 {
    font-size: 1.8em;
    color: #1b2158;
    font-weight: normal;
/*     border-bottom: 1px solid red; */
    margin-top: 15px;
}

h2 {
	font-size: 1.2em;
	color: #1b2158;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 3px 0px 5px 0px;
}

a, a:visited {
	color: #203197;
/* 	border-bottom: 1px dotted red; */
/* 	text-decoration: none; */
/* 	border-bottom: 1px solid #203197; */
}

strong {
	color: #222;
}

a:visited {
	color: #1b2158;
}

a:hover {
	color: red;
}

hr {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #cccccc;
    height: 1px;
    clear: both;
    margin: 5px 0px 5px 0px;
}

#tour img {
    margin: 0px 10px 10px 0px;
    border: 1px solid #eeeeee;
    padding: 2px;
}

#tour p {
    font-size: .9em;
}

#support {
    margin: 0px 200px 0px 0px;
}

#support p {
    margin: 0px 10px 10px 5px;
}

#support h2 {
	font-size: 1.8em;
	font-weight: normal;
}

#support h3 {
	border-bottom: 1px solid #444444;
	color: #444444;
	margin: 10px 10px 0px 0px;
}

#support ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#support ul li {
	margin: 0px;
	padding: 0px;
}

#support ul li a {
/* 	text-decoration: none; */
}

#support_tools {
	background-color: #eee;
	border: 1px solid #ccc;
	float: right;
	width: 200px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 5px 0px;
	font-size: .8em;
	text-align: center;
}

#support_tools .title {
	font-size: 1.2em;
	background-color: #dddddd;
	text-align: center;
	font-weight: bold;
}

#support_tools form {
	margin: 5px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: .8em;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #ccc;
	background-color: #eee;
}

#base_form {
    width: 500px;
    border: 10px solid #ccc;
    background-color: #eee;
    margin: auto;
    padding: 10px;
}

#base_form th {
    text-align: right;
}

table th label {
    display: block;
    text-align: right;
}

#crumbs {
	color: white;
}

#crumbs a, #crumbs a:visited {
    color: white;
}
