/* CSS Document */


body {
	/* layout */
	
	margin: 0;
	
	
	/* text */
	
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	
	}

#left {
	/* color */
	border-right: solid 1px #87bae1;
	
	/* layout*/
	height: 540px;
	width: 180px;
	
	}

#menu {
	/* color */
	color: #6b93b2;
	
	/* layout */
	padding-right: 10px;
	padding-top: 20px;
	
	/* text */
	font-size: 18px;
	line-height: 28px;
	}
a.menuLink {text-decoration: none; color: #6b93b2;}
a.menuLink:visited {text-decoration: none; color: #6b93b2;}
a.menuLink:active {text-decoration: none; color: #666666;}
a.menuLink:hover {color: #4d6a80;}

a.bibBack {text-decoration: none; color: #6b9a81;}
a.bibBack:visited {text-decoration: none; color: #6b9a81;}
a.bibBack:active {text-decoration: none; color: #666666;}
a.bibBack:hover {color: #466555; text-decoration: underline;}

a.topNav {text-decoration: none; color: #999999;}
a.topNav:visited {text-decoration: none; color: #999999;}
a.topNav:active {text-decoration: none; color: #666666;}
a.topNav:hover {color: #666666;}

#testimonial {
	/* color */
	color: #666666;
	
	/* layout */
	padding: 20px 20px;
	
	/* text */
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	font-style: italic;
	}
	
.blogEntry {
	margin: -10px 0 10px 0;
	font-size: 11px;
	color: #333333;
	}

#product {
	/* layout */
	padding-top: 40px;
	}
	
h2 {
	font-size: 16px;
	line-height: 18px;
	}

