/* HTML elements */

body {	
	background-color: #F0F0DC;
	margin: 0px;
}

body, td, th {
	font-family: Verdana;
	font-size: 12px;
	color: #323232;
}

a {
	color: #0064FF;
	text-decoration: none;
}

a:hover {
	color: #64C8FF;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

img {
	border: 0px;
}

blockquote {
	margin: 5px 0px 10px 20px;
}

/* Page contents */

.container {
	width: 858px;
	min-height: 400px;
	background-color: #FFFFFF;
	border: 1px solid #C8C8C8;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
}

.smallText {
	font-size: 10px;
	font-weight: bold;
}

.viewport {
	background-color: #FFFFFF;
	min-height: 500px;
	text-align: center;
	border: 1px solid #C8C8C8;
	padding: 20px;
	margin: 20px;
}

.message {
	font-weight: bold;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 20px;
}

.error {
	font-weight: bold;
	color: #FF0000;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 20px;
}

.column {
	float: left;
	width: 250px;
	margin-right: 20px;
}

.clear {
	clear: both;
}

/* Header */

.titlebar {
	height: 200px;
	background-color: #0064C8;
}

.titlebarContainer {
	width: 900px;
	height: 120px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;	
}

.menu a {
	float: right;
	margin-top: 45px;
	padding: 5px 20px 5px 20px;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 16px;
}

.menu a:hover {
	color: #FFFFFF;
	background-color: #0064FF;
}

a.languageLink {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

/* Footer */

.footer {
	width: 860px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding: 10px 20px 20px 20px;
	margin-left: auto;
	margin-right: auto;
}

/* Sidebar */

.sidebarContainer {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.sidebar {
	width: 200px;
	background-color: #C8DCFF;
	background-image: url('../images/sidebar_top.gif');
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
}

.sidebar h2 {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-top: 10px;
}

.sidebarBottom {
	width: 220px;
	height: 10px;
	background-color: #C8DCFF;
	background-image: url('../images/sidebar_bottom.gif');
	overflow: hidden;
}

/* Boxout */

.boxout {
	width: 600px;
}

.boxout th {
	background-color: #0064FF;
	background-image: url('../images/boxheader.gif');
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	text-align: left;
}

.boxout th a {
	color: #FFFFFF;
}

.boxout td {
	background-color: #C8DCFF;
	padding: 3px;
	border-top: 2px solid #FFFFFF;
}

.thumbnailHolder {
	float: left;
	text-align: center;
	margin-left: 9px;
	margin-right: 9px;
}

/* Forms */

.textfield {
	width: 250px;
}

.select {
	width: 250px;
}

.textarea {
	width: 250px;
	height: 200px;
}

.textareaSmall {
	width: 250px;
	height: 50px;
}

.button {
	width: 100px;
}
