/* html tags */

body {
	background-color: #C4C0A2;
	text-align: left;
	vertical-align: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #356093;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

/* ids */

#logo {
	float: left;
	width: 175px;
}
#langauge {
	text-align: right;
	vertical-align: bottom;
	margin-top: 25px;
	position: relative;
}

/* menu link formatting */

#member a:link{
	color: #213C5C;
	text-decoration: none;
}
#member a:hover{
	color: #2F5C90;
	text-decoration: underline;
}
#member a:active{
	color: #2F5C90;
	text-decoration: underline;
}
#member a:visited{
	color: #213C5C;
	text-decoration: none;
}

/* misc classes */
.box {  
	border: #000000; 
	border-style: solid; 
	border-width: 1px;
}
.linebreak {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C4C0A2;
	margin-top: 10px;
	padding-top: 10px;
}
.padding_mem {
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
}
.spacer {
	line-height: 12px;
}

