/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 20px 20px 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #ffffff;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm02_middle_flag.gif);
	background-repeat: repeat-y;
	margin-top:40px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 560px;
	float: left; 
}
#left {
	width: 220px;
	float: left;
	padding-left:0;
}
#left .content {
	padding: 0 36px 24px 0;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align:justify;
	font-family:"Comic Sans MS", Arial, sans-serif;
}
#right .content {
	padding: 0 0 24px 12px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 8px 0px;
}
#footer .content {
	padding: 12px 0;
	border-top:1px solid #003399;
	border-bottom:1px solid #003399;
}
#footer {
	color: #999999;
	background-color: #ffffff;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #003399;
}
#left a:visited {
	color: #666666;
}
#left a:hover {
	color: red;
}
#right a:link {
	color: #003399;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: red;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	border-color: #ffffff !important;
	color:#003399 !important;
}
h1 {
	font-size: 1.4em;
	margin: 0;
	color:#003399;
	font-weight:100;
}
h2 {
	font-size: 1.3em;
	margin: 30px 0 0 0;
	color:#003399;
}
h3 {
	font-size: 1.15em;
	margin: 30px 0 0 0;
	color:#003399;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color:#003399;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

/*Added rules --------------*/

ul{
	list-style-image:url(../Pictures/bulletflagw25x10.gif);
	line-height:1.8em;
	padding-left:20px;
	margin-left:20px;
	}
	
.blue-bg{
	list-style-image:url(../Pictures/bulletflagw25x10-bluebg.jpg);
	line-height:1.8em;
	padding-left:3em;
	}	
	
.noflag{
	list-style-image:none;
	line-height:1.4em;
	padding-left:0.5em;
	}
	
ul li{margin-bottom:20px;
}
.center{
	text-align:center;
	margin-left:auto;
	}
	
	.emphasis{
	color:red;
	padding:0 60px 0 50px;
	font-size:1.1em;
	}
	
	.emphasis2{
	color:#003399;
	padding:0 auto;
	font-size:1.1em;
	text-align:center;
	}
	
	.blue{color:#003399;
	}
	
	.red{color:red;}
	
	#memberspage{padding: 10px 0 24px 0;
	font-size: 0.8em;
	line-height: 1.65em;}
	
a:link {
	color: #003399;
}
a:visited {
	color: #666666;
}
a:hover {
	color: red;
}	
#bottomnav ul{
margin:15px auto;
text-align:center;
}
#bottomnav ul li{
	list-style-image:none;
	line-height:1.4em;
	padding:15px 0 15px 3em;
	display:inline;
	font-size:.9em;
	color:#003399;
	margin:0 auto;
	line-height:1.8em;

}

#bottomnavcurrent{
	font-weight:600;
	}
	
.top{text-align:center;
color:#999999;
margin:50px auto;
}

.content{
	padding: 0 100px 24px 100px;
	font-size: 0.8em;
	line-height: 1.65em;
}