body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	/* background-color: #FFFFCC; */
	/* background: url(images/pattern.jpg) repeat; */
}

a {
	text-decoration: none;
}

h1 {
	font-family: "Segoe Print", Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin: 0 0 5px 5px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

input.button {
	/* background-image: url(images/blue_tab.gif); */
	background-color: #333366;
	
	border-color: #333366;
	border-width: medium;
	border-style: outset;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffcc;
}

#page {
	width: 840px;
	/* background-color: #FFFFFF; */
	margin: 0 auto 0 auto;
	overflow: hidden;
	/* border: 1px solid gray; */
}

#header {
	padding-bottom: 15px;
	/* border: 2px solid green; */
}

#banner {
	width: 400px;
	height: 80px;
	background: url(images/text/banner3.gif) no-repeat top left;
	text-indent: -9000px;
}

#top-right {
	float: right;
	height: 80px;
	margin: 0 0 0 0;
	padding-right: 5px;
	text-align: right;
}

#lang {
	margin: 2;
	padding: 2;
}

#lang ul.flags {
	list-style-type: none;
}

#lang ul.flags li {
	display: inline;
}

#lang ul.flags li a img {
	border: 2px solid #FFFFFF;
}

#lang ul.flags li a:hover img {
	border: 2px solid #0000FF;
}

#lang ul.flags li.current a img, #lang ul.flags li.current a:hover img {
	border: 2px solid #0000FF;
}


#search {
	text-align: right;
	margin: 0 0 10px 0;
}

#nav {
	clear: both;
	height: 35px;
	margin: 0 0 0 0;
}

#nav #navitems {
	height: 35px;
	margin: 0 5px 0 5px;
	padding-left: 35px;
}

#nav #navitems li {
	float: left;
	list-style-type: none;
	background: url(images/buttons/blue_tab.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 135px;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 0 0 0;
}

#nav #navitems a {
	color: #ffffcc;
	line-height: 35px;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

#nav #navitems li a:hover {
	background: url(images/buttons/green_tab.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#nav #navitems li.selected, #nav #navitems li.selected a:hover {
	background: url(images/buttons/red_tab.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#hbar {
	clear: both;
        height: 24px;
	background-image: url(images/bars/strip.gif);
	background-repeat: repeat-x;
	margin: 0;


}

#hbar #loc {
	background: url(images/bars/left-cap.gif) no-repeat top left;
	height: 21px;
	color: #ffffff;
	padding: 3px 0 0 15px;
}

#hbar #hright {
	float: right;
	background: url(images/bars/right-cap.gif) no-repeat top right;
	height: 21px;
	padding: 3px 15px 0 0;
	margin: 0;
}

#main {
	border-left: 2px solid #cc3333;
	border-right: 2px solid #cc3333;
	background: #ffffff url(images/gradients/main.gif) repeat-x top left;
	width: 790px;
	margin: 0 auto 0 auto;
	padding: 10;
}

#mobile {
	margin: 0;
	padding: 0;
}

#mobile ul.arrow {
	list-style-type: none;
}

#mobile ul.arrow li a img {
	border: 2px solid #000000;
}


#welcome {
	text-indent: -9000px;
	
	width: 380px;
	height: 34px;
	background: url(images/text/welcome.gif) no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

#text-area {
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	
}

#part-team {
	text-indent: -9000px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 21px;
	background: url(images/text/part-team.gif) no-repeat;
}

#sidebar {
	float: right;
	width: 190px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 5px;
}

#sidebar #quicklinks {
	width: 190px;
	margin-bottom: 10px;
}

#sidebar #quicklinks #q-header {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffcc;
	font-size: small;
	font-weight: bold;
	text-indent: -9000px;
	background-image: url(images/text/quicklinks-header.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
}

#sidebar #quicklinks #q-content {
	border: 2px solid #333366;
	/*border-right: 2px solid #333366;
	border-bottom: 2px solid #333366;*/
	background: #ffffff url(images/gradients/quicklinks.gif) repeat-x;
	margin: 0;
	padding: 10px;
}

#sidebar #quicklinks #qlinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar #quicklinks #qlinks li a {
	font-size: small;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 4px;
	background: url(images/buttons/arrow.gif) no-repeat center left;
	display: block;
	height: 17px;
	color: #333366;
	border-bottom: 1px solid #dadada;
}

#sidebar #quicklinks #qlinks li a:hover {
	background-color: #66cc66;
}

#sidebar #favs {
	background: url(images/buttons/star.gif) no-repeat center left;
	padding-left: 22px;
	margin-bottom: 10px;
}

#sidebar #slideshow {
	width: 190px;
	border: 1px solid black;
	margin: 0;
	padding: 0;
}

#sidebar p {
	margin: 0;
	padding: 0;
}

#sidebar #thirtydays {
	width: 190px;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	height: 24px;
	background-image: url(images/bars/strip.gif);
	background-repeat: repeat-x;
	margin: 0;
}

#footer #fleft {
	background: url(images/bars/left-cap.gif) no-repeat top left;
	height: 24px;
	color: #ffffff;
	padding: 2px 0 0 15px;
}

#footer #fright {
	float: right;
	background: url(images/bars/right-cap.gif) no-repeat top right;
	height: 24px;
	color: #ffffff;
	padding: 2px 15px 0 0;
}

.hnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.hnav li {
	display: inline;
	color: #000000;
}

.hnav li a {
	color: #ffffcc;
}

.hnav li a:hover {
	color: #ccccff;
}

#gutter {
	clear: both;
	padding: 0 10px 0 10px;
	color: #999999;
}

.nospacing {
	margin: 0px;
	padding: 0px;
}

p.indent {
	text-indent: 3em;
}