
/* GENERAL */

body {background: #fff;color:#000;text-align:left;}
.clear {clear:both;}
.left50 {float:left;width:50%;}
.left45 {float:left;width:45%;}
.right50 {float:right;width:49%;}
.left33 {float:left;width:33%;}
.right66 {float:right;width:66%;}
.left66 {float:left;width:66%;}
.right33 {float:right;width:33%;}

#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */
	width:46.15em;/* non-IE */
	*width:45.04em;/* IE */
	min-width:600px;/* optional but recommended */
	
}

#hd,#bd {margin-bottom:1em;text-align:left;}
#ft {font-size:100%;clear:both;}

/* TEXT */

p {font-size:1em;text-align:left;}
a {color:#000;text-decoration:none;background:#FBAEFF;}
a:hover {color:#fff;text-decoration:none;background:#666;}
#navlist li {display: inline;list-style-type: none;}
#current {color:#000;background:#fff;text-decoration:underline;}
.menu {color:#666;background:#fff;}
.menu:hover {color:#000;background:#fff;text-decoration:underline;}
.red {color:#FF1A00;}
#allotment {color:#666;text-decoration:none;background:#fff;}
#allotment:hover {color:#666;text-decoration:underline;background:#fff;}

/* OTHER */

#logo {
	display:block;
	width:180px;
	height:13px;
	background:url(../images/logo.gif);
	background-repeat:no-repeat;
	margin:40px 0 20px 0;
}

.pink-line {
	display:block;
	height:10px;
	width:100%;
	border-top:2px dotted #FBAEFF;
	margin:10px 0 0 0;
}

.img-border {
	border:10px solid #eee;
}


