 body { 
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 83%;
	margin: 10px;
	color: #666;
}	
.subtitle {
	color: silver;
	padding-left: 2px;
}
.site_title {
	font-size: medium;
	font-weight: bold;
	color: gray;
	background-color: #f5f5f5;
	border-left: 3px dotted silver;
	padding: 4px;
}
h1 {color: #3399cc;}
h1 span { text-decoration: none; }
h1 a { color: #369; text-decoration: none;}
h1 a:hover { text-decoration: none; border-bottom: none;}	
h1 a:visited { color: #369;}

h2 { color: #3399cc; font-size: 1.5em; font-weight: normal; margin-top: 5px; cursor: default;}
h2 span { text-decoration: none; }
h2 a { color: #369; text-decoration: none;}
h2 a:hover { text-decoration: none; border-bottom: none;}	
h2 a:visited { color: #369;}

h3 { color: #3399cc; font-size: 1.1em; font-weight: bold; margin-top: 5px; cursor: default;}
h3 span { text-decoration: none; }
h3 a { color: #3399cc; text-decoration: none; border-bottom: none;}
h3 a:hover { text-decoration: none; border-bottom: none;}	
h3 a:visited { color: #3399cc; border-bottom: none;}

a { text-decoration: none; border-bottom: none; color: #369; }
a:hover { text-decoration: none; border-bottom: 1px solid #369;}
a:visited { color : #666; }
.item_title { font-size: 1.0;

}
.item_description {
	font-size: small;
	margin: 8px 40px 5px 40px;
	padding: 6px;
	border-left: 7px solid #ffccff;
}

.item_desc_single {
	font-size: medium;
	border: 1px solid silver;
}

.item_footer {
	font-size: xx-small;
	margin-left: 50px;
	margin-bottom: 20px;
}

.items {
	margin: 10px 30px 10px 30px;
	background-color: white;
	border: 1px solid silver;
	padding: 10px;
}

.item {
	margin: 4px;
}
.item_title_cat {
	font-size: medium;
	padding: 3px;
	font-weight: bold;
}
.item_desc {
	padding: 8px;
	margin-top: 4px;
}

.item_link {
	

}	
.content {
	margin-left: 150px;
	margin-top: 0px;
	border: 2px dotted gray;
	padding: 4px;
	vertical-align : top;
	width: 100%;
}
.categories {
	position: absolute;
	border: 1px dotted silver;
	background-color : #f5f5f5;
	width: 135;
	margin-top: 40px;
	padding: 3px;
}
.logo {
	position: absolute;
	margin-top: 20px;
	
}
.cat_link, .cat_link:visited {
	color: blue;
}
.cat_link:hover { color: gray; }

.cat_box {
	
	padding: 1px;
	width: 245;
	height: 200;
	font-size: small;
}
.cat_name {
	font-weight: bold;
	font-size: 1.1;
	padding-left: 8px;
	border-left: 5px solid #cc0099;
	border-bottom: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;

}

#java {

	position: absolute;
	margin-left: 66%;
	margin-right: 0;
	margin-top: 35;
}

#flash {
	position: absolute;
	margin-left: 33%;
	margin-right: 66%;
	margin-top: 35;

}

#coldfusion {
	position: absolute;
	margin-left: 0;
	margin-right: 60%;
	margin-top: 35;
	
}
.cat_ul {
	margin: 0px;
	padding: 17px;
	/*list-style-image: url(http://www.cfdev.com/images/bullet.gif);*/
	list-style-type : square;
	color: F8E29C;

}
.catTable {
	
	width: 770;
	
}

.catCell {
	padding: 3px;
	height: 100%;
	vertical-align: top;
	

	margin: 2px;
}

A.cat_name_link {
	color: black;
	text-decoration: none;
}

A.cat_name_link:hover {
	color: #F0BF28;
}


div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .87;
	}

div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}

.listings {
	background-color: #F9F9F9;
	border: 1px solid silver;
	text-align: left;
	padding: 10px;
	margin: 5px 20px 10px 20px;
}

.message {
	background-color: #FFFFCC;
	padding: 5px;
	margin: 4px;
	border: 1px solid silver;
}	