﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
	font-family: arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #333333;
	background-color: #DBDBDB;
	font-weight: bold;
	text-align: center;
}

#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;
}


#left_col {
	padding: 8px;
	width: 220px;
	float: left;
	color: #006699;
	font-size: 12px;
	text-transform: none;
	font-family: verdana;
	line-height: 22px;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
	background-color: #DBDBDB;
	text-align: center;
	font-size: 12px;
}


A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
A:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}

