/* --------------------------------------------------
CSS Documentation for Code My Layout
-------------------------------------------------- */

		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-weight: normal;
			font-size: 11px;
			color: #6F8BBC;
			margin: 0px;
		}
		h3 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #6F8BBC;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#6F8BBC;
			text-decoration: none;
		}

		a:hover {
			color:#6F8BBC;
			background-color: #F5F5F5;
		}

		
		
		input {
			background-color: #FFF;
			color: #000000;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#6F8BBC;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#6F8BBC;
		}
	.adHeadline {text-decoration: underline; font-weight:bold;}
   .adText {display:none; color:#FFFFFF; height:1px; width:1px; line-height:1px;}


/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 362px;
			margin-left: 180px;
			margin-right: 200px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#FFFFFF;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
/* --------------------------------------------------
HTML Tables Version Extra
-------------------------------------------------- */
		
		.bottomborder {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #948979;
}
body,td,th {
	font-size: 11px;
	color: #666;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, san;
	margin-top:2px;
	margin-bottom:2px;
}

		.whiteheading {
	color: #FFFFFF;
}
.greytext {
	color: #666;
}
.brownheading {
font-size: 16px; font-weight: bold; color: #4D6DA4;
}
.layoutheading {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-size:11px;
}
.layoutheading a:link {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-size:11px;
}
.layoutheading a:hover {
color:#6F8BBC;
font-weight:bold;
text-decoration:none;
font-size:11px;
}
.layoutheading a:visited {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-size:11px;
}
.style1 {color: #CCCCCC}
.style2 {color: #999999}
.style4 {color: #999999; font-weight: bold; }
.leftpred {color: #FF0000}
.style54 {color: #6F8BBC}
.style60 {font-size: 14px; font-weight: bold; color: #6F8BBC; }
.style63 {
	color: #4D6DA4;
	font-size: 14px;
}
.style69 {font-size: 18px}
.style77 {font-size: 14px; font-weight: bold; color: #4D6DA4; }
.style97 {font-size: 9px; color: #999999; }
.bottombrownborder {font-size: 12px; font-weight: bold; color: #4D6DA4; }
.blueheading {font-size: 16px; font-weight: bold; color: #4D6DA4; }
.style111 {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6F8BBC;
	font-weight: bold;
}
.style115 {
	font-size: 14px;
	font-weight: bold;
}
.style130 {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
.style132 {font-size: 9px}
.newshl {color: #4D6DA4}
.style133 {font-size: 14px}

.capitalize {
text-transform: capitalize;
}
.imgborder {
padding:5px; 
border-color:#CCCCCC; 
border-style:solid; 
border-width:1px;
}
A:hover, A:active {color: #000}
A:hover .imgborder, A:active .imgborder {border-color: #000;}
