* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 180%;
	font-size : 100%;
	color: #333333;
	margin-top: 15px;
	background-color: #F5EFED;
}
#container {
	width: 920px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid #c75364;
	background-color: #FFFFFF;
}
#header {
	padding: 5px 25px 20px 25px;
	text-align: center;
	color: #c75364;
}
#topmenu {
	height: 40px;
	clear: both;
	background-color: #c75364;
}
#main {
	padding: 25px 35px;
	background-color: #ffffff;
	clear: both;
}
#toppageleft {
	float: left;
	width: 450px;
}
#toppageright {
	float: right;
	width: 380px;
}
#bottommenu {
	text-align: right;
	clear: both;
	padding: 15px 10px;
	background-color: #ffffff;
	border-top: 1px solid #f4f4f4;
	height: 30px;
}
#footer {
	clear: both;
	padding: 10px 0px;
	background-color: #E5DED7;
	text-align: center;
}
#topmenu ul li {
	float: left;
	width: 101px;
	text-align: center;
	list-style: none;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background-color: #c75364;
	border-right: 1px solid #d37684;
}
#topmenu ul li.right {
	float: left;
	width: 110.px;
	text-align: center;
	list-style: none;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	width: 103px;
	border-right: 0px solid #d98894;
}
#topmenu ul li a{
	text-decoration: none;
	display: block;
    color: #FFFFFF;
}
#topmenu a:hover {
	background-color: #d37684;
}
#bottommenu ul li {
	float: left;
	text-align: center;
	list-style: none;
	font-weight: normal;
	line-height: 15px;
	border-right: 1px solid #c75364;
	font-size: 90%;
	padding: 5px 12px;
}
#bottommenu ul li.right {
	float: left;
	text-align: center;
	list-style: none;
	font-weight: normal;
	line-height: 15px;
	border-right: 0px solid #c75364;
	font-size: 90%;
	padding: 5px 12px;
}
#bottommenu ul li a{
	width: 100%;
	color: #c75364;
}
#bottommenu ul li a:hover {
}
a:link {
    color:#c75364;
}
a:visited {
    color:#c75364;
}
a:hover {
	color: #c75364;
	text-decoration: none;
}
a:active {
	color:#FF0000;
}
h1,h2,h3,h4 {
    font-size : 100%;
    font-weight : normal;
    margin-bottom: 0px
}
.entry {
	sfont-weight: bold;
	margin-bottom: 15px;
	text-indent: 30px;
	font-size: 120%;
	line-height: 40px;
	color: #c75364;
	font-weight: bold;
	background-image: url(images/entrybar.gif);
	background-repeat: no-repeat;
}
.subentry {
	margin-top: 5px;
	text-indent: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
	line-height: 25px;
	color: #c75364;
}
.red {
	color: #FF0000;
}
.pinkdark {
	color: #c75364;
}
.white {
	color: #FFFFFF;
}
.lightblue {
	color: #0099FF;
}
.bold {
	font-weight: bold;
}
.big {
	font-size: 130%;
}
.small {
	font-size: 80%;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #333;
}
.tableborder td{
	border: 1px solid #333;
	padding: 4px;
}
.thinline {
	border-color:#c75364;
	border-style:solid;
	border-width:0pt 0pt 1px;
	height:0pt;
	margin: 5px 0px;
}
.toppagelabel {
	padding: 5px 10px;
	background-color: #F9E5DA;
	border-left: 3px solid #F8688F;
	margin-bottom: 8px;
	line-height: 160%;
	width: 330px;
}
.borderbox {
	padding: 20px 25px;
	background-color: #f1eddd;
}
.imageleft {
	padding: 0px 15px 15px 0px;
	float: left;
}
.imageright {
	padding: 0px 0px 15px 15px;
	float: right;
}
.item_box {
	padding: 5px 10px;
	float: left;
	width: 256px;
	margin: 0px 5px 10px 0px;
	text-align: center;
}
.clearfix:after { 
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden; 
} 
* html .clearfix { 
    height : 1%; 
} 
.clear { 
    clear : both; 
} 
