body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-repeat:repeat;
}

img { 
	border: none;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 800px;
	background-color:#FFFFFF;
	padding-left: 2px;
	border: 10px solid #FFFFFF;
}
	
#main_content {
	padding: 0px;
	margin: 0px;
	height: 360px;
	width: 798px;
}

#main_content_text {
	width: 480px;
	color: #7E7E7E;
	font-size: .8em;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	height: 320px;
	float: left;
}

#howto_content_text li {
	width: 720px;
	color: #606060;
	font-size: .8em;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 3px;
	float: left;
	line-height: 18px;
}
	
#main_content_text p {
	padding: 5px;
	line-height: 18px;
}

.clear {
	clear:both;
	overflow: hidden;
	height: 0px;
}

#content {
	width: 798px;
	font-size: .7em;
	margin: 0px;
	line-height: 140%;
}

#content a {
	color: #448A00;
	text-decoration: underline;
}

#content a:hover {
	color: #B1B1B1;
	text-decoration: underline;
}

#footer {
	background-color: #CCCCCC;
	margin: 5px;
	width: 780px;
	color: #000000;
	font-size: .6em;
	padding: 5px 10px 5px 10px;
	text-align: right;
	height: 15px;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #666666;
}

.float_right {
	float: right;
	height: 1em;
}

.float_left {
	float: left;
	height: 1em;
}

.article {
	margin: 0px;
	padding: 0px;
}

.article_column_1 {
	width: 316px;
	float: left;
}

.article_column_2 {
	width: 435px;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
}

.intro { 
   font-size: 105%;
	color: #7E7E7E; 
}

dl.para dt {
   float: left;
   clear: left;
}
dl.para dd {
   margin-left: 2em;
	margin-bottom: 5px;
}

dl {
	margin: 0px;
	padding: 0px;
}

.bold {
	font-weight: bold;
}

.divider {
	overflow:hidden;
	margin: 0;
	padding: 0;
	background-color:#7E7E7E;
	background-image: url('/images/common/divider.gif');
	background-repeat: repeat-x;
	height: 1px;
	background-color:#CCCCCC;
	border-top: 6px solid #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
}

#menu {
	font-size: .7em;
	padding:0px;
	margin: 0px;
}

#menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	width: 86px;
	margin: 3px 3px 0px 0px;
	/*padding: 10px 0px 5px 0px;*/
	cursor:pointer;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu a {
	text-align: center;
	padding: 10px 0 7px 0;
	text-decoration: none;
	color: #000000;
	height: 1em;
	width: 100%;
	display: block;
	background-repeat: repeat-x;
	background-position: top;
}

#menu a:hover {
	background-position: bottom;
}

.menu a {
	background-image:url('/images/menu.gif');
}