/* CSS Document */
h2{
	margin:0;
	}
h2#title_home{
	height:40px;
	margin:0;
	margin-left:30px;
	padding:0;
	background:url(../images/title_home.gif) top left no-repeat;
	}
h2#title_home_quicklinks{
	background:url(../images/title_home_quicklinks.gif) top left no-repeat;
	height:30px;
	width:200px;
	}
h2#title_home_tips{
	background:url(../images/title_home_tips.gif) top left no-repeat;
	height:30px;
	width:200px;
	}
h2#title_home_sponsors{
	background:url(../images/title_home_sponsors.gif) top left no-repeat;
	height:30px;
	width:200px;
	}
#content{
	background:url(../images/content_bottom.gif) no-repeat #eeeeee bottom;
	padding:0;
	margin:0;
	padding-bottom:5px;
	text-align:left;
	}
#content p{
	padding:5px 30px;
	}

#sub{
	clear:both;
	}
#page{
	background:url(../images/page_tile.gif) repeat-y #ffffff;
	}
#sub{
	text-align:left;
	padding-bottom:40px;
	padding-top:20px;
	}
.col{
	float:left;
	width:200px;
	padding:0 10px;
	}
.col ul{
	margin:10px;
	padding:0;
	list-style:outside;
	}
.col li{
	padding:5px 2px;
	border-bottom:1px solid #eeeeee;
	}
	
#article_menu h2{
	font:150%/1.2em "Times New Roman", Times, serif normal;
	text-transform:uppercase;
	letter-spacing:3px;
	margin:10px 0px;
	padding:0 0 0 22px;
	background:url(../images/h2_titles.gif) no-repeat 0px -10px;
	}
#article_menu{
	padding:10px 0px 10px 10px;
	width:240px;
	float:left;
	}
#article_menu ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#article_menu ul li{
	display:inline;
	}
#article_menu ul li a{
	padding:4px 5px 4px 15px;
	text-decoration:none;
	color:#808080;
	font-weight:bold;
	display:block;
	width:219px;
	border-bottom:1px solid #f5f5f5;
	background:url(../images/li_down.gif) no-repeat 1px 5px;
	}
#article_menu li a:hover, #article_menu li a.active{
	background:url(../images/li_up.gif) no-repeat 1px 5px;
	border-bottom:1px solid #c3c3c3;
	color:#000000;
	}
#article_menu li ul{
	
	}
ul#menu_2{
	margin-left:15px;
	}
ul#menu_3{
	margin-left:30px;
	}
ul#menu_4{
	margin-left:45px;
	}
ul#menu_2 li a{
	width:204px;
	}
ul#menu_3 li a{
	width:174px;
	}
ul#menu_4 li a{
	width:144px;
	}
#page{
	background:url(../images/page_tile_articles.gif) repeat-y;
	}