/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

html,body {margin: 0;padding: 0}

body {font: 90% 'trebuchet ms', arial, sans-serif}
#print_header {
	display: none;
}

#top {
	margin: 0px auto;
	width: 940px;
	height: 40px;
}
#wrapper {
	margin: 0px auto;
	width: 940px;
}
#header {
 	width: 940px;
 	height: 198px;
 	float: left;
}
#leftcolumn {
	width: 700px;
	margin: 20px 0 0 0;
	padding: 10px;
	float: left;
	line-height: 150%;
}
#rightcolumn { 
	width: 200px;
	margin: 20px 0 0 0;
	padding: 10px;
	float: right;
	display: inline;
}
#footer { 
	width: 940px;
	padding: 10px 0 10px 0;
	text-indent: 20px;
	clear: both;
}

#footer-bottom {
	width: 940px;
	text-indent: 10px;
}

div#toplinks {
	margin: 10px 0 0 0;
	text-align: right;
}

/* toplinks definitions */

#toplinks a:link, #toplinks a:visited {
	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration:none; 
	color: #f63;
	background-color: inherit;
}
#toplinks a:hover {
	color: #c33; 
	background-color: inherit;
	text-decoration: underline;
}	

/* links definitions */

a:link, a:visited, a:active {
	color: #33c;
	background-color: inherit;
}
a:hover {
	color: #c33;
	background-color: inherit;
}
a.footer { text-decoration: none;}
a.footer:link, a.footer:visited, a.footer:active { color: #000; background-color: inherit; }
a.footer:hover { color: #fff; background-color: inherit; }

#current:link, a.current:visited, a.current:active {color: #fff; background-color: inherit;}

/* general text stuff */

h1,h2,h3 {
	font-family: arial, helvetica, sans-serif;
	/* color: #000; */
	background-color: inherit;
 	letter-spacing: -1px;
	margin: 10px 0 6px 10px;
}

p {margin: 0 10px 20px}

p.center {margin: 0 0 0 20px;}

img { border:none;}

.social {border: 1px solid #999; padding: 2px;}


/* rightcolumn menu */
#rightcolumn .sidemenu {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 2px solid #59849A;
}
#rightcolumn .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #59849A;	
}
* html body #rightcolumn .sidemenu li {
	height: 1%;
}
#rightcolumn .sidemenu li a {
	text-decoration: none;	
	color: #c00;	
}
#rightcolumn .sidemenu li a span {
	color: #A98D76;	
	font-size: .9em;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#rightcolumn .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#rightcolumn .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#rightcolumn .sidemenu ul li { border: none; }


/* floated images */
.floatright {
	float: right;
	margin: 0px 0px 2px 6px;
	padding: 2px;
}
.floatleft {
	float: left;
	margin: 0px 6px 2px 0px;
	padding: 2px;
}

abbr, acroynm, .help {
	border-bottom: 1px dotted #000;
}
.help { cursor:help;}