/* 
  ------------------------------------------------
  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-image: url(img/bg_fade.jpg);
	background-repeat: repeat-x;
	background-color: #000033;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm02_middle_white.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	line-height: 1.5em;
	background-image: url(img/menubar02.gif);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

#right .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;	
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-color: #000033;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#right a:link {
	color: #190F66;
	text-decoration:none;
	font-weight:bolder;	
	border:none;
}
#right a:visited {
	color: #666666;
	border:none;
	text-decoration:none;
	font-weight:bolder;
}
#right a:hover {
	color: #000000;
	text-decoration:underline;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}

h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	font-family: Trajan Pro;
	margin: 0px 0 0 0;	
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

/** LISTS */

.list1 {
	list-style: none;
}

.list1 li {
		
}

.list1 a {
}

.list1 a:visited {
	color: #FFF;
	text-decoration:none;
	border:none;
}
