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

body {
	font-family: Perpetua, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 12px;
	padding: 0;
	min-width: 760px;
}
/*#masthead {
	color: #FFFFFF;
	background-color: #660066;
	padding: 0;
	margin: 0;
	background-image:url(../assets/Aspirans.gif);
	background-repeat: none;
	background-position: right top;
}*/
/*The masthead DIV contains the background image. */
#masthead {
	background-image: url(../assets/Aspirans_background.gif);
	background-repeat: repeat-x;
}

/*The logodiv carries the embedded logo image and a right-aligned
background image.*/
#logodiv {
	background-image: url(../assets/Aspirans2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper {
	position: relative;
}
#column_wrapper {
	/*background-image: url(assets/lightBlueSolid.gif);
	background-repeat: repeat-y;*/
	border-right: 1px solid #000000;
	clear: both;
	background-color: #CCCCCC;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	margin: 0px 0px 0px 119px;
}
#left {
	width: 119px;
	float: left;
}
#right .content {
	padding: 24px;
	font-size: 0.85em;
	line-height: 1.65em;
	background-color: #CCCCCC;
}
#left .content {
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5em;/*
	background-color: #6699CC;*/
}
#left .content p {
	padding: 0 0 0 10px;
}
#masthead .content {padding: 2px 10px 2px 0;}
#footer .content {padding: 12px 20px;}
#footer {
	color: #FFFFFF;
	background-color: #660066;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#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: #FFFFFF;}
#footer a:visited {color: #FFFFFF;}
#footer a:hover {color: #9B7C00;}

.footer_float1, .footer_float2 {
	float: left;
}
.footer_float1 {
	width: 525px;
}
.footer_float2 {
	width: 100px;
}
.footer_float3 {
	width: 125px;
	float: right;
	text-align: right;
	padding-right: 10px;
}
.copyright {
	clear: both;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.15em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
	color: #003333;
	font-size: 1.2em;
}
/*.logos {
	padding-right: 30px;
	margin: 0;
	background-color: #660066;
}*/
#aspirans1 {
	width: 350px;
	float: left;
}
#aspirans2 {
	width: 160px;
	float: right;
}
.navbar {
	float: right;
	background-color: #006666;
	width: 100%;/*
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;*/
}
.iconlist
{
list-style: none;
margin: 0;
padding: 0;
}
li.pdf, li.doc, li.text, li.htm, li.mp3
{
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 0px 0 0px 20px;
margin: .4em 0;
}
li.pdf
{
background-image: url(../assets/bullet_pdf.gif);
}
li.doc
{
background-image: url(../assets/bullet_doc.gif);
}
li.text
{
background-image: url(../assets/bullet_text.gif);
}
li.htm
{
background-image: url(../assets/bullet_htm.gif);
}
li.mp3
{
background-image: url(../assets/bullet_speaker.gif);
}
.table1 {
	border: 1px solid #006666;
	margin: 10px 0 0 0;
	padding: 2px;
	border-right: 2px solid #006633;
	border-bottom: 2px solid #006633;
}
.table1 th {
	border: 1px solid #006666;
	background-color: #660066;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	margin: 0;
	padding: 2px;
}
.table1 td {
	border: 1px solid #006666;
	padding: 4px;
	background-color: #FFFFFF;
}
.table1 #col1 {
	width: 140px;
}