﻿/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 5px;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#content { 
 float: left;
 color: #000000;
 background: #FFFFFF;
 width: 650px;
 display: inline;
 margin:5px;
 
}

#header {
 width: 800px;
 float: left;
 height: 100px;
 background: #FFFFFF url('../images/Logos/logo.gif') no-repeat;
}

#footer { 
 width: 800px;
 clear: both;
 color: #333;
 background: transparent;
 text-align:center;
}

#navigation {
 float: left;
 width: 800px;
 height: 30px;
/* color: #333; */
/* background: #8AA1B6;*/
}

#leftcolumn { 
/* color: #333; */
/* background: #EBE3CD;*/
  width: 140px;
  float: left;
  height: 1%;
  text-align:left;
  font-size:15px;
  }

/******End of generated CSS***********/

#header .pagetitle {
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}

#header .tagline {
	font-size: 0.65em;
	font-weight: normal;
	font-style: italic;
}


.page_content_item {
 	border: medium #330066 solid;
 	margin-top:5px;
 	margin-bottom: 5px;
 	margin-left:auto;
 	margin-right:auto;
	padding:5px; 
 	overflow:hidden;
 	height:1%;  /* fixes issue where the height of the element doesn't expand as necessary */
}

.page_content_item img {
	padding:3px;
	float:right
}

.page_content_item li {
padding:5px
	}

a {
/*	color: inherit;*/
/*	color:#FFFFFF;*/
/*	font-size:larger;*/
	color:#330066;
	font-weight:bold;
/*	font-weight:bolder*/
}

a:hover {
	background-color:#330066;
	color: #FFFFFF;
}

a:link {
/*	font-weight:bold;*/
}

/*a.colLink {*/
/*	font-size:small*/
/*	color: #FFFFFF;*/
/*}*/


/*a.colLink:hover {*/
/*	font-size:small*/
/*	color:#2D1048;*/
/*	background-color:#FFFFFF*/
/*}*/


