@charset "utf-8";

*
{
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

a
{
	color:#006cc5;
}

body
{
	background-image:url('/pics/body.png');
	background-repeat:repeat;
	font-family:trebuchet ms, arial, helvetica, sans-serif;
	font-size:12px;
	height:100%
}

html
{
	height:100%;
}

/* ------ // ------ */

#container
{
	background-color:#ffffff;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px auto -85px auto;
	width:950px;
}

/* ------ // ------ */

#header
{
	height:132px;
	overflow:hidden;
	width:950px;
}

#header a#identity
{
	display:inline;
	float:left;
	height:100px;
	width:250px;
}

#header a#identity h1
{
	background-image:url('/pics/header-div.identity-h1.png');
	height:100px;
	text-indent:-9999px;
	width:250px
}

#header div.links
{
	background-image:url('/pics/header-div.links.png');
	display:inline;
	float:right;
	height:30px;
	text-align:right;
	width:664px; padding-left:18px; padding-right:18px; padding-top:0px; padding-bottom:0px
}

#header div.links ul
{
	list-style:none;
}

#header div.links ul li
{
	color:#b6b6b6;
	display:inline;
	line-height:30px;
	padding:0px 6px;
}

#header div.links ul li a
{
	color:#227676;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}

#header div.links ul li a:hover
{
	text-decoration:underline;
}

#header div.scores
{
	display:inline;
	clear:right;
	float:right;
	height:30px;
	margin:20px 0px;
	width:700px;
}

#header div.scores div.past
{
	display:inline;
	float:left;
	text-align:right;
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	width:220px;
}

#header div.scores div.featured
{
	background-color:#eaeaea;
	border:#cccccc solid 1px;
	display:inline;
	float:right;
	height:58px;
	line-height:28px;
	margin:0px 24px 0px 0px;
	padding-left:15px;
	width:680px;
	position: absolute;
	top:35px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

#header div.scores div.featured div.level
{
	display:inline;
	float:left;
	font-family:arial, helvetica, sans-serif;
	overflow:hidden;
	text-align:left;
	width:640px;
	font-weight:bold;
	padding:0px 0px 0px 20px;

}


#header div.scores div.featured div.teams
{
	display:inline;
	float:left;
	font-family:arial, helvetica, sans-serif;
	overflow:hidden;
	text-align:left;
	width:340px;
	
	padding:0px 0px 0px 20px;

}

#header div.scores div.featured div.teams a
{
	color:#000000;
}

#header div.scores div.featured div.teams strong
{
	padding:0px 12px;
	
}

#header div.scores div.featured div.score
{
	border-left:#cccccc dotted 1px;
	display:inline;
	float:right;
	text-align:center;
	width:54px;
	
}

#header div.user
{
	border-bottom:#2e65ed solid 4px;
	clear:both;
	display:inline;
	float:left;
	font-size:10px;
	height:28px;
	line-height:14px;
	text-align:center;
	width:250px;
}

#header div.user strong
{
	color:#bb8965;
}

#header div.navigation
{
	background-image:url('/pics/header-div.navigation.png');
	background-repeat:repeat-x;
	border-bottom:4px solid #2e65ed;
	display:inline;
	float:left;
	height:28px;
	line-height:28px;
	width:700px
}

#header div.navigation ul
{
	background-image:url('/pics/header-div.navigation-ul.png');
	display:inline;
	float:left;
	height:28px;
	overflow:hidden;
	width:520px; list-style-type:none
}

#header div.navigation ul li
{
	display:inline;
	float:left;
	height:28px;
	line-height:32px;
	overflow:hidden;
	padding:0px 9px;
}

#header div.navigation ul li.separator
{
	background-image:url('/pics/header-div.navigation-ul-li.separator.png');
	text-indent:-9999px;
	padding:0px;
	width:2px
}

#header div.navigation ul li a
{
	color:#ffffff;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#header div.navigation ul li a:hover
{
	text-decoration:underline;
}

#header div.navigation div.why
{
	display:inline;
	float:right;
	text-align:center;
	width:180px;
}

#header div.navigation div.why a
{
	color:#ffffff;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
}

/* ------ // ------ */

#breadcrumbs
{
	background-color:#2e65ed;
	color:#8a9eed;
	font-size:11px;
	height:28px;
	line-height:24px;
	padding:0px 24px;
}

#breadcrumbs a
{
	color:#ffffff;
}

#breadcrumbs div.left
{
	display:inline;
	float:left;
}

#breadcrumbs div.center
{
	display:inline;
	
}


#breadcrumbs div.right
{
	display:inline;
	float:right;
	width:450px;
}

/* ------ // ------ */

#content
{
	overflow:hidden;
	width:950px;
}

/* ------ // ------ */

#sidebar
{
	display:inline;
	float:left;
	width:250px;
}

#sidebar #become_a_fan{
	color: #3c7ef1;
	padding:0 0 0 18px;
}


#sidebar #rss_share{
	
	padding:0 0 0 18px;
}



#sidebar #become_a_fan SPAN {
	font-size:16px;
	float: left;
	display: block;
	color: #2E65ED;
	width: 110px;
}

#sidebar #become_a_fan IMG {
	margin-top: 10px;
	margin-bottom: 0px;
}

#sidebar h4
{
	color:#3a3a3a;
	font-size:14px;
	margin:18px;
	text-transform:uppercase;
}

#sidebar div.admin
{
	padding:9px 9px 9px 18px;
	height:75px;
	width:214px;
}

#sidebar div.admin h4
{
	border-bottom:#e5e5e5 solid 1px;
	margin:0px;
	padding:0px 0px 9px 0px;
}

#sidebar div.admin p
{
	margin:9px 0px;
}

#sidebar div.headline
{
	background-color:#f4f4f4;
	color:#646464;
	font-size:11px;
	margin:18px;
	padding:12px;
}

#sidebar div.headline strong
{
	color:#000000;
	font-size:13px;
	text-transform:uppercase;
}

#sidebar ul.latest_articles
{
	margin:18px;
}

/* ------ // ------ */

#main
{
	display:inline;
	float:left;
	width:700px;
}

#main p
{
	font-family:arial, helvetica, sans-serif;
}

/* ------ // ------ */

#skyscraper
{
	display:inline;
	float:left;
	padding:18px;
	width:160px;
}

/* ------ // ------ */

#logos
{
	background-image:url('/pics/logos.png');
	background-repeat:repeat-x;
	margin:0px 18px;
	overflow:hidden;
	width:914px; padding-left:0px; padding-right:0px; padding-top:12px; padding-bottom:12px
}

#logos div.left
{
	display:inline;
	float:left;
	height:70px;
	line-height:70px;
}

#logos div.left img
{
	margin:0px 18px 0px 0px;
	vertical-align:middle;
}

#logos div.right
{
	display:inline;
	float:right;
	height:70px;
	line-height:70px;
}

#logos div.right img
{
	margin:0px 0px 0px 18px;
	vertical-align:middle;
}

/* ------ // ------ */

#buffer
{
	height:85px;
}

/* ------ // ------ */

#footer
{
	background-color:#e3e3e3;
	border-top:#c0c0c0 solid 1px;
	height:84px;
	margin:0px auto;
	width:950px;
}

#footer div.links
{
	height:42px;
	line-height:42px;
}

#footer div.links ul
{
	list-style:none;
	margin:0px 24px;
}

#footer div.links ul li
{
	display:inline;
	font-size:11px;
	padding:0px 9px 0px 0px;
}

#footer div.links ul li a
{
	color:#656565;
}

#footer div.links ul li.on a
{
	color:#000000;
}

#footer div.copyright
{
	background-color:#0e0e0e;
	height:42px;
	line-height:42px;
}

#footer div.copyright p
{
	color:#6a6a6a;
	font-size:10px;
	margin:0px 24px;
}

/* ------------ // ------------ */

ul.latest_articles
{
	list-style:none;
}

ul.latest_articles li
{
	background-image:url('/pics/ul.latest_articles-li.png');
	background-position: left bottom;
	background-repeat:repeat-x;
	margin-left:0px; margin-right:0px; margin-top:6px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:9px
}

ul.latest_articles li.last
{
	background:none;
	padding-bottom:0px;
}

ul.latest_articles li a
{
	color:#794500;
	text-decoration:none;
}

ul.latest_articles li a:hover
{
	text-decoration:underline;
}

/* ------------ // ------------ */

div.index div.welcome
{
	background-image:url('/pics/div.index-div.welcome.jpg');
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	overflow:hidden;
	position:relative;
	width:699px; padding-left:0px; padding-right:0px; padding-top:196px; padding-bottom:0px
}

div.index div.welcome #search
{

	height:196px;
	left:0px;
	position:absolute;
	top:0px;
	width:699px
}


div.index div.welcome .searchB{
	background-image:url('/pics/welcome_register_search.jpg');
}

div.index div.welcome .searchC{
	background-image:url('/pics/div.index-div.welcome-search.jpg');
}
div.index div.welcome #search #registerButton{
	position:absolute;
	left:396px;
	top:13px;
	width:162px;
	heigt:44px;
}


div.index div.welcome #search form
{
	margin:12px 28px;
	overflow:hidden;
	padding:0px 0px 0px 12px;
	width:286px;
}

div.index div.welcome #search form h2
{
	color:#0058a1;
	font-family:tahoma, arial, helvetica, sans-serif;
	font-weight:normal;
	margin:24px 0px 6px 0px;
	padding:0px;
	text-transform:uppercase;
}

div.index div.welcome #search form div
{
	color:#575757;
	font-size:11px;
	margin:9px 12px 0px 0px;
	overflow:hidden;
	width:274px;
}

div.index div.welcome #search form div input
{
	border:#cccccc solid 1px;
	display:inline;
	float:left;
	font-family:trebuchet ms, arial, helvetica, sans-serif;
	font-size:12px;
	padding:2px 3px;
	width:223px;
}

div.index div.welcome #search form div button
{
	background:none url('/pics/div.index-div.welcome-search-button.png');
	border:medium none; cursor:pointer; display:inline; float:right; height:24px; text-indent:-9999px; width:31px; background-image:url('/pics/div.index-div.welcome-search-button.png')
}

div.index div.welcome #search form div a
{
	color:#f3847d;
	text-decoration:none;
}

div.index div.welcome #search form div a:hover
{
	text-decoration:underline;
}

div.index div.welcome #search form div.close
{
	font-size:10px;
	text-align:right;
}

div.index div.welcome #search form div.close a
{
	color:#7e7171;
}

div.index div.welcome h2
{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	padding:18px 18px 6px 18px;
}

div.index div.welcome p
{
	font-size:14px;
	padding:0px 18px 18px 18px;
}

div.index div.o1
{
	background-image:url('/pics/div.index-div.o1.png');
	background-repeat:repeat-y;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	overflow:hidden;
	width:699px
}

div.index div.o1 div.article
{
	xbackground-color:#cccccc;
	display:inline;
	float:left;
	width:470px;
}

div.index div.o1 div.article div.heading
{

	border-bottom:#f1f1f1 solid 1px;
	font-family:arial, helvetica, sans-serif;
	height:36px;
	line-height:18px;
	margin:0px 12px;
	padding:6px 0px;

}

div.index div.o1 div.article div.heading h3
{
	font-size:14px;
	font-weight:normal;
}

div.index div.o1 div.article div.heading h3 a
{
	display:block;
	font-weight:bold;
}

div.index div.o1 div.article div.heading h3 small
{
	color:#979797;
	font-size:11px;
	text-transform:uppercase;
}

div.index div.o1 div.article p
{
	margin:12px;
}

div.index div.o1 div.article p a
{
	color:#000000;
}

div.index div.o1 div.article a.more
{
	color:#006cc5;
	font-size:10px;
	font-weight:bold;
}

div.index div.o1 div.article div.links
{
	background-color:#f1f1f1;
	color:#c6c6c6;
	height:30px;
	line-height:30px;
	margin:18px 12px;
	padding:0px 12px;
}

div.index div.o1 div.article div.links a
{
	color:#696969;
	font-weight:bold;
	text-decoration:none;
}

div.index div.o1 div.article div.links a:hover
{
	text-decoration:underline;
}


/*
div.index div.o1 div.article div.heading h3
{
	font-size:14px;
	font-weight:normal;
}

div.index div.o1 div.article div.heading h3 a
{
	display:block;
	font-weight:bold;
}

div.index div.o1 div.article div.image
{
	display:inline;
	float:left;
	margin:12px;
}

div.index div.o1 div.article div.teams
{
	font-size:13px;
	margin:12px;
}

div.index div.o1 div.article div.teams a
{
	color:#a9aaae;
}

div.index div.o1 div.article p
{
	margin:12px;
}

div.index div.o1 div.article p a
{
	color:#000000;
}

div.index div.o1 div.article p a.more
{
	color:#006cc5;
	font-size:10px;
	font-weight:bold;
}
*/
div.index div.o1 div.rankings
{
	display:inline;
	float:right;
	width:229px;
}

div.index div.o1 div.rankings div.heading
{
	border-bottom:#f1f1f1 solid 1px;
	height:36px;
	margin:0px 12px;
	padding:6px 0px;
}

div.index div.o1 div.rankings div.heading h3
{
	color:#3a3a3a;
	display:inline;
	float:left;
	font-size:14px;
	line-height:36px;
	text-transform:uppercase;
}

div.index div.o1 div.rankings div.heading form
{
	display:inline;
	float:left;
	height:20px;
	margin:8px 0px;
	overflow:hidden;
}

div.index div.o1 div.rankings div.heading form label
{
	display:inline;
	float:left;
	height:20px;
	line-height:20px;
	margin:0px 12px;
}

div.index div.o1 div.rankings div.heading form select
{
	display:inline;
	float:left;
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	width:60px;
}

div.index div.o1 div.rankings div.group_rankings
{
	
	position: absolute;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	
}

div.index div.o1 div.rankings div.group_rankings div
{
	margin:10px 12px;
	color:#000000;
	font-weight:bold;	
	font-family:verdana, arial, helvetica, sans-serif;
	
	
}
div.index div.o1 div.rankings div.group_rankings ul
{
	list-style:none;
	margin:12px;
	
	
}

div.index div.o1 div.rankings div.group_rankings ul li 
{
	color:#00000;
	font-family:verdana, arial, helvetica, sans-serif;

}
div.index div.o1 div.rankings div.rankings_link
{
	margin-top:110px;
	margin-left:90px;
}
div.index div.o2
{
	background-image:url('/pics/div.index-div.o2.png');
	background-repeat:repeat-y;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	overflow:hidden;
	width:699px
}

div.index div.o2 div.signup
{
	display:inline;
	float:left;
	width:229px;
}

div.index div.o2 div.signup div.image
{
	height:114px;
	overflow:hidden;
	margin:12px;
}

div.index div.o2 div.signup p
{
	margin:12px;
}

div.index div.o2 div.signup p strong
{
	display:block;
	margin:0px 0px 3px 0px;
}

div.index div.o2 div.signup p a
{
	color:#038200;
	display:block;
	margin:12px 0px 0px 0px;
}

div.index div.o2 div.article
{
	display:inline;
	float:right;
	width:470px;
}

div.index div.o2 div.article div.heading
{
	border-bottom:#f1f1f1 solid 1px;
	font-family:arial, helvetica, sans-serif;
	height:36px;
	line-height:18px;
	margin:0px 12px;
	padding:6px 0px;
}

div.index div.o2 div.article div.heading h3
{
	font-size:14px;
	font-weight:normal;
}

div.index div.o2 div.article div.heading h3 a
{
	display:block;
	font-weight:bold;
}

div.index div.o2 div.article div.heading h3 small
{
	color:#979797;
	font-size:11px;
	text-transform:uppercase;
}

div.index div.o2 div.article p
{
	margin:12px;
}

div.index div.o2 div.article p a
{
	color:#000000;
}

div.index div.o2 div.article a.more
{
	color:#006cc5;
	font-size:10px;
	font-weight:bold;
	
}

div.index div.o2 div.article div.links
{
	background-color:#f1f1f1;
	color:#c6c6c6;
	height:30px;
	line-height:30px;
	margin:18px 12px;
	padding:0px 12px;
}

div.index div.o2 div.article div.links a
{
	color:#696969;
	font-weight:bold;
	text-decoration:none;
}

div.index div.o2 div.article div.links a:hover
{
	text-decoration:underline;
}

div.index div.o3
{
	
	background-repeat:repeat-y;
	
	margin:0px 0px 18px 0px;
	overflow:hidden;
	padding:18px 0px 0px 0px;
}

div.index div.o3 div.left
{
	
	background-position:center top;
	display:inline;
	float:left;
	padding:14px 0px 0px 0px;
	text-align:center;
	width:349px;
}

div.index div.o3 div.right
{
	
	background-position:center top;
	display:inline;
	float:right;
	padding:14px 0px 0px 0px;
	text-align:center;
	width:349px;
}

div.newsletter
{
	background-image: url(/pics/newsletter_signup_background.jpg);
	margin-left: 18px;
	padding-left: 18px;
	padding-top: 12px;
	height: 193px;
	
}

div.newsletter p.large
{
	font-size:14pt;
	color: #3c7ef1;
}

div.newsletter p
{
	font-family: Verdana;
	color: #666666;
}

div.newsletter label
{
	font-family: Verdana;
	color: #666666;
}




/* ------------ // ------------ */

div.article #sidebar div.image
{
	margin:18px auto;
	text-align:center;
	width:214px;
}

div.article #main
{
	padding:18px 0px 0px 0px;
	width:504px;
}

div.article #main div.heading
{
	border-bottom:#d4d4d4 solid 1px;
	padding:0px 0px 12px 0px;
}

div.article #main div.heading h2
{
	font-family:arial, helvetica, sans-serif;
	font-size:16px;
}

div.article #main div.heading small
{
	font-family:georgia, times new roman, times, serif;
	font-size:12px;
}

div.article #main p
{
	font-size:14px;
	line-height:18px;
	margin:18px 0px;
}

div.article #main p em
{
	color:#db0000;
	font-size:12px;
	font-style:normal;
}

div.article div.features
{
	background-image:url('/pics/div.article-div.features.png');
	margin:24px 0px;
	padding-left:0px; padding-right:0px; padding-top:36px; padding-bottom:0px
}

div.article div.features ul
{
	background-image:url('/pics/div.article-div.features-ul.png');
	background-position: center bottom;
	height:48px;
	overflow:hidden;
	width:504px; list-style-type:none; padding-left:0px; padding-right:0px; padding-top:12px; padding-bottom:20px
}

div.article div.features ul li
{
	background-image:url('/pics/div.article-div.features-ul-li.png');
	font-family:georgia, times new roman, times, serif;
	display:inline;
	float:left;
	height:24px;
	line-height:24px;
	margin-left:18px; margin-right:36px; margin-top:0px; margin-bottom:0px; padding-left:11px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

/*div.article div.subscribe1 a
{
	background-image:url('/pics/div.article-div.subscribe1.png');
	display:block;
	height:50px;
	margin:24px auto;
	text-indent:-9999px;
	width:485px
}*/
div.article div.subscribe1
{
	background-image:url(/pics/div.article-div.subscribe1.png);
	display:block;
	font-size:21px;
	font-weight:bold;
	height:50px;

	letter-spacing:-1px;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	width:485px;
	cursor:pointer;
}

div.article div.subscribe1 a
{
	color:#0b3392;
}

div.article div.subscribe2
{
	border-bottom:#d4d4d4 solid 1px;
	font-size:15px;
	margin:24px 0px;
	padding:0px 0px 12px 0px;
	text-transform:uppercase;
}

/* ------------ // ------------ */

div.scouts #main h2
{
	font-family:arial, helvetica, sans-serif;
	font-size:21px;
	margin:18px;
}

div.scouts #main h2 a
{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	margin:18px;
}


div.scouts #main p
{
	font-size:14px;
	margin:18px;
}

div.scouts #main form
{
	margin:18px;
}

div.scouts #main form div label
{
	color:#5a5a5a;
	display:block;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 3px 0px;
}

div.scouts #main form div label span
{
	font-weight:normal;
}

div.scouts #main form div input
{
	border:#8d887b solid 1px;
	display:inline;
	float:left;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	padding:3px;
}

div.scouts #main form div textarea
{
	border:#8d887b solid 1px;
	display:inline;
	float:left;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	padding:3px;
}

div.scouts #main form div select
{
	border:#8d887b solid 1px;
	display:inline;
	float:left;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	padding:3px;
}

div.scouts #main form div button
{
	background:none url('/pics/div.scouts-form-div-button.png');
	border:medium none; cursor:pointer; display:inline; float:left; height:24px; text-indent:-9999px; width:101px; margin-left:459px; margin-right:0px; margin-top:18px; margin-bottom:0px; background-image:url('/pics/div.scouts-form-div-button.png')
}

div.scouts #main form div button#login_button
{
	background:none url('/pics/btn_login.gif');
	border:medium none; cursor:pointer; display:inline; float:left; height:24px; text-indent:-9999px; width:101px; margin-left:459px; margin-right:0px; margin-top:18px; margin-bottom:0px; background-image:url('/pics/btn_login.gif')
}


div.scouts #main form div.o1
{
	background-color:#fffaed;
	overflow:hidden;
	padding:18px;
	width:628px;
}

div.scouts #main form div.o1 div
{
	display:inline;
	float:left;
	width:292px;
}

div.scouts #main form div.o1 div input
{
	width:260px;
}

div.scouts #main form div.o2
{
	background-color:#fffcf6;
	overflow:hidden;
	padding:18px;
	width:628px;
}

div.scouts #main form div.o2 input
{
	width:552px;
}

div.scouts #main form div.o2 select
{
	width:352px;
}

div.scouts #main form div.o3
{
	background-color:#fffefa;
	overflow:hidden;
	padding:18px;
	width:628px;
}

div.scouts #main form div.o3 textarea
{
	width:552px;
}
/*
div.cms_page{
	padding-top:20px;
	padding-right:20px;
	width:659px;
	position:relative;
	left:250px;
	border: 1px solid black;
}
*/
div.cms_page{
	padding-top:20px;
	padding-right:20px;
        margin-right:5px;
	float:right;
	width:655px;

}


Table.checkout{
	padding-left:40px;
	
}

.checkout_error{
	padding-left:40px;
	padding-tOP:15px;
	
}

table.article_comments{
	width: 90%;
}

table.article_comments th, table.article_comments td{
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
}

table.article_comments td{
	padding-top: 3px;
	padding-bottom: 8px;
	font-size: 12px;
	border-bottom: 1px dotted #bbb;
}

div#error_list {
	padding:30px;
	background-color: #FEDFB4;
	text-align:left;
	width: 628px;
	border: solid 1px #BC670B;
	font-weight: bold;
}

DIV#submit_score_option{
	cursor:pointer; 
	position:relative;
	bottom:14px;
	left:556px;
	width:100px;
	
}

#main .recaptcha .special_p {
	margin:10px 3px;
}

.ul-error {
	margin:0px 10px;
	background:#FFFAAE;
	font-weight:bold;
	color:red;
}

.ul-error li {
	list-style:disc inside;
	margin:5px 0;
}

