/*notes*/

/* Begin Typography & Colors */

h2 {
	
	font-family: "Courier New", Courier, monospace;	
	margin: 0px 0px -5px 0px;
}

h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 10px 0px -10px 0px;
	font-variant: small-caps;
}

p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}


/* Begin Link Text */

a:link {
	color: #5574b9;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: #66cc33;
	font-weight: bolder;
	text-decoration: none; 
}

a:visited {
	color: #5574b9;
	font-weight: bolder;
	text-decoration: none;
}


/* Beging nav structure */

#navcontainer ul { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
	text-align: right;
	border-bottom: 2px dotted #5574b9;
		padding-bottom:5px;
}
	
#navcontainer ul li { 
	display: inline; 
	padding: 16px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-variant: small-caps;
}

#navcontainer ul li a { 
	text-decoration: none; 
}


/* Begin Page Structure */


img {
	margin: 3px 3px 3px 0px;
}

#allcontent {
	width:	760px;
	margin-right: auto;
	margin-left: auto;
}	

#leftcontent {
	background: #FFFFFF;
	width: 365px;
	float: left;
	padding: 5px;
}

#rightcontent {
	background: #FFFFFF;
	width: 365px;
	height: 100%;
	float: right;
	padding: 5px;
	border-left: 2px dotted #5574b9;
	margin-left: 5px;
	padding-left: 7px;
}

/* Beging footer */

#footercontainer {
	text-align: center;
	clear: both;
	width:	760px;
	height: 30px;
	border-top: 2px dotted #5574b9;
}
	
#footercontainer p { 
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-variant: small-caps;
}

#footercontainer ul { 
	list-style-type: none; 
	margin: 5px;
	padding: 0px;
	text-align: center;
}
	
#footercontainer ul li { 
	display: inline; 
	padding: 16px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size:14px;
	color:#CCCCCC;
}

#footercontainer ul li a { 
	text-decoration: none; 
}


