﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
	font-family: arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px inset #FFFFFF;
	font-weight: bold;
	text-align: left;
}



#container {
	min-width: 600px;
}

#ip_address{
	font-size: 32px;
	font-weight:bold;
	text-align:center;
}

#ip_sub_title {
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#sub_title {
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

#sub_sub_title {
	padding: 10px;
	font-size: 16px;
	text-align: left;
}


#left_col {
	padding: 8px;
	width: 20%;
	height: 1500px;
	float: left;
	color: #006699;
	font-size: 12px;
	text-transform: none;
	font-family: verdana;
	line-height: 25px;
	background-color: #FFFFFF;
	border: 0px inset #FFFFFF;

}




#right_col {
	padding: 20px;
	width: 70%;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: none;
	font-family: verdana;
	line-height: 25px;
	background-color: #FFFFFF;
	border: 1px inset #FFFFFF;

}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
	background-color: #DBDBDB;
	text-align: center;
	font-size: 12px;
}



.titlelink {
	font-family: "Courier New", Courier, monospace;
	font-size: 28px;
	color: #0066FF;
	text-decoration:none;
}

.titlelink:hover{
	text-decoration:underline;
}

.logoimage{
	border-width: 0px;
}



.summary {
	color: #666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
}

.catname {
	color: #666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: bold;
	padding: 5;
}

.plainitem {
	padding: 3px;
}


.item {
	padding: 20px;
}

.item:hover {
	background: #FFFFD7;
}


.altitem {
	padding: 20px;
	background: #DFF4FF;
}

.altitem:hover {
	background-color: #FFFFD7;
}

.smallitem {
	padding: 5px;
}

.smallitem:hover {
	background-color: #E2E2E2;
}

.smallaltitem {
	padding: 5px;
	background: #F2F2F2;
}

.smallaltitem:hover {
	background-color: #E2E2E2;
}





.flowlinks {
	padding: 10px;
}

.flowlinks:hover {
	background: #FFFFD7;
}

.flowlinkitem {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #0066FF;
	text-decoration:none;
}

.flowlinkitem:hover{
	text-decoration:underline;
}


.pageItem {
	background-color: #CCF2FF;
	border-color: #0099CC;
	border-style: solid;
	color: #0066FF;
	font-size: 25px;
	width: 35px;
	height: 35px;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}

.pageItem:hover{
	background: #FFFFFF;
}


.catItem{
	padding: 5px 10px 5px 10px;
	height: 15px;
	width: 350px;
	border: 3px solid #00CCFF;
	background-color: #E8E8E8;
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	vertical-align: top;
}


.catItem:hover{
	 background-color:#FFFFFF;
}


.randomArtText{
	color: #333333;
	font-size: 12px;
	padding: 5px;
}



.InnercatItem{
	color: #333333;
	font-size: 12px;
	padding: 5px;
}


.InnercatItem:hover{
	background-color: #CCCCCC;
	color: #000000;

}


.InnercatLink{

}


.InnercatLink:hover{
	text-decoration: underline;

}







.catlink {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #0033CC;
	text-decoration: underline;
}

.catlink:hover{
	text-decoration:none;
}

.leftItem{
	padding: 10px 10px 10px 10px;
	height: 15px;
	border: 3px solid #00CCFF;
	background-color: #E8E8E8;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	vertical-align: middle;
}

.leftItem:hover{
	 background-color:#FFFFFF;
}


.leftlink {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #0033CC;
	text-decoration: underline;
}

.leftlink:hover{
	text-decoration:none;
}




a:hover{
	text-decoration:underline;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

h2{
	font-family: "Courier New", Courier, monospace;
	font-size: 28px;
	color: #0066FF;
	text-decoration:none;
}






















