@import url("content.css");
/*=================== STANDARD RULES ====================*/

/*=================== UNIQUE RULES ======================*/
#topimage{
	width:773px;
	height:70px;
	background-color:#fff;
	background-repeat:no-repeat;
}
#contentbox{
	width:773px;
	min-height:340px;
	background-color:white;
	background-image: url(/img/secondary/content-BG.gif);
	background-repeat: repeat-y;
}
#leftcolumn{
	float:left;
	width:174px;
	margin-bottom:20px;
}
#logo{
	text-align:center;
	margin-bottom:15px;
}
#logo img{border:0;}
#leftmenu{
	font-size:.9em;
	line-height:1.5em;
}
#leftmenu li{
	display:block;
	margin:0 10px;
	list-style-type: none;
	color:#592758;
	border-bottom:1px solid #C7C7E3;
}
#leftmenu li a:link, #leftmenu li a:visited{
	display:block;
	padding:4px 12px;
	text-decoration:none;
	color:#592758;
}
#leftmenu li a:hover{background-color:#F3F3F9;}
#content{
	float:left;
	width:400px;
	margin:40px 15px 20px;
	line-height:1.5em;
	min-height:300px;
}
#rightcolumn{
	float:left;
	width:139px;
	margin:75px 10px 20px;
	color:666666;
}
* html #rightcolumn{width:159px; w\idth:139px;}
#bug{
	clear:both;
	width:773px;
	height:36px;
	background-image: url(/img/secondary/bottombug-BG.gif);
	background-repeat: no-repeat;
	border-bottom:1px solid #A8A9D4;
}