﻿/* CSS layout */
#masthead {
	border-style: outset;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	background-image: url('images/wordbridge logo new verio.gif');
	background-repeat: no-repeat;
	background-position: 5px bottom;
	text-align: right;
	font-size: xx-large;
	font-family: "Trebuchet MS";
	text-indent: 10px;
}
#top_nav {
	background-color: #808080;
	padding-top: 1px;
	padding-bottom: 1px;
	border-style: none;
	height: 19px;
}

#container {
	position: relative;
	width: auto;
}

#page_content {
	padding: 20px;
	margin-right: 200px;
	margin-top: 40px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}
#wrapper {
	background-image: url('images/edgbkgnd.gif');
	border-bottom-style: groove;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
}
#top_nav a {
	text-decoration: none;
	color: #C47500;
	background-color: #C0C0C0;
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 2px;
	display: block;
}
#top_nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #808080;
	border: 1px solid #000000;
}
h1 {
	margin-bottom: 0px;
	margin-top: 5px;
}
p {
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
}
.box_universal {
	background-color: #C0C0C0;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

