
body {
	margin      : 0px;
	padding     : 0px;
	border      : 0px;
	background  : white;
	color       : black;
	font-family : helvetica,arial,verdana,sans-serif;
	font-size   : 11pt;
}
img {
	border : 0px;
}
samp { color: #9c23ff }
#top_header  { background: url(images/StampCollection.gif) no-repeat right top; border-bottom: 1px; width: 100%; height: 150px; border-bottom-color: black; border-bottom-style: solid }
#top_header h1 {
	margin-top    : 0px;
	margin-bottom : 0px;
	padding-top   : 10px;
	font-size     : 3em;
	padding-left  : 10px;
	font-weight   : normal;
}
#top_header h2 {
	margin-top    : 0px;
	margin-bottom : 0px;
	padding-top   : 10px;
	font-size     : 1.2em;
	font-weight   : bold;
	padding-left  : 10px;
}
#side_bar {
	width : 10em;
	float : left;
}
#main_content {
	padding-left   : 11em;
	padding-bottom : 2em;
}
#side_bar ul {
	list-style-position : outside;
	list-style-type     : none;
	padding-left        : 0px;
	margin-left         : 0px;
}
#side_bar a         {color : black; text-decoration : none;}
#side_bar a:link    {color : black; text-decoration : none;}
/* unvisited link */
#side_bar a:visited {color : black; text-decoration : none;}
/* visited link */
#side_bar a:hover   {color : black; text-decoration : none;}
/* mouse over link */
#side_bar a:active  {color : black; text-decoration : none;}
/* selected link */
#bottom_footer {
	border-top : 1px solid black;
	font-size  : .7em;
	clear      : both;
}
#bottom_footer .lang_links {
	float : left;
}
#bottom_footer .copyright {
	float : right;
}
/* Sidebar menu items */
.side_option {
	padding-left   : 1em;
	padding-bottom : .25em;
	padding-top    : .25em;
}
.side_option:hover {
	background-color : #bbb;
}
.side_option_selected {
	background-color : #ddd;
	padding-left     : 1em;
	padding-bottom   : .25em;
	padding-top      : .25em;
}
.underline {
	text-decoration : underline;
}
.italic {
	font-style : italic;
}
.bold {
	font-weight : bold;
}
