

/* Presentation Stylesheet 
URL: www.successfulachievements.com
*/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFBFF;
	color: #333333;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	margin: 0 0 10px 0;
	color: #CC9900;
	}
 
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 10 0 5px 0;
	color: #CC9900;
	}

h4 {
	margin:0; 
	padding: 5px 0 2px 0;
	}

.doclink {
	font-size: 0.8em;
	background: url(../images/word_icon.gif) left 20% no-repeat;
	text-indent: 20px;
}

.doclink a {
	text-decoration: underline;
}

.doclink a:hover {
	text-decoration: none;
}

.small {
	font-size: 0.75em;
	}

.hilite {
	color: #C30;
	}

.bold {
	font-weight: bold;
}

#cont p {
	margin: 0;
	padding: 0 0 10px;
	line-height: 1.5em;
	}
		 
#cont p.cap:first-letter {
	font-size: 150%; 
	font-weight: bold;
	color: #CC9900;
	}

a {
	text-decoration: none;
	color: #333;
	}
	
a:hover {
	text-decoration: underline;
	}

a.email {
	text-decoration: underline;
	color: #3366CC;
	}
	
a.email:hover {
	font-weight: bold;
	}

	 
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

li {
	margin: 0;
	padding: 0;
	}

#bar ul.nav {
	font-weight: bold;
	text-transform: uppercase; 
	font-size:14px;	
	}
	
#bar ul.nav a {
	display: block;
	border-bottom: #FFF solid 8px;
	}

#bar ul.nav li a:hover {
	text-decoration: none;
	border-bottom: #C30 solid 8px; 	
	}

#bar ul.nav li a.active {
	border-bottom: #C30 solid 8px; 	
	}

#cont {

	text-align:left;
	}
	
#cont img.main {
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #EFEFEF;
	border: #CCC solid 1px;
	}

#r-col {
	border:solid #CCC;	
	border-width:0 0 0 1px;
	padding: 0 10px;
	}
		
#r-col h3 {
	text-align: center;
	}

#r-col p {
	font-size: 0.7em;
	margin-bottom: 10px;
	}

#r-col a {
	
	text-decoration: underline;
	}

#r-col a:hover {
	text-decoration: none;
	}

	
#r-col img {
	/*float: right;*/
	padding: 5px;

	background-color: #EFEFEF;
	border: #CCC solid 1px;
	}
			
#ftr {
	text-align: center;
	}

#ftr ul.nav li {
	font-size: 12px;
	}

#ftr ul.nav a {
	color: #999;
	}

#ftr ul.nav a.active {
	color: #666;
	font-weight: bold;
	}
				
#ftr h6 {
	font-size: 0.8em;
	color: #CCC;
	}
