body {
	font-family: Helvetica;
	background-color: #717171;
	color: #CCCC00;
	margin: 0 4% 0 4%;
	}
	
.section {	
	background-color: #212121;
	border: 1px solid #0000cc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 10px;
	padding: 6px;
	}
	
.cached {
	display:none;
	}

.inputform {
	font-family: Helvetica;
	font-size: 1em;
	background-color: #717171;
	width: 80%;
	border: 2px solid #CCCC00;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: .5em;
	padding: 5px;
	}

ul {
	margin: 12px;
	padding: 0;
	list-style: none;
	}
	
#vis>ul {
	padding-left: 1em;
	list-style:circle;
	}

#menu>ul>li {
	background-color: #404040;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #CCCC00;
	margin: 0 0 6px 0;
	padding: 6px 18px 6px 18px;
	font-size: 1.1em;
	}
	
#menu>ul>li.selected {
	background-color: orange;
	color: black;
	}
	
#menu>ul>li.selected>a {
	color: black;
	}
	
#topbar {
	color: #717171;
	font-size:2em;
	padding: .2em 1em .3em .3em;
	cursor: pointer;
	}
	
#phone {
	font-size: .75em;
	}
	
#topright {
	float:right;
	position: relative;
	top:-.2em
	}	
	
#slashes {
	font-size: 1.3em;
	position: relative;
	left: -.1em;
	top: .08em;
	}

#vis {
	margin-right: 18em;
	color: white;
	}
	
#splash {
	background:#000000 url('bsplash.jpg') no-repeat center center;
	}

#rightcol {
	float:right;
	width: 17em;
	}
	
#smallmenu {
	float:right;
	margin-right:1em;
	text-align:right;
	}
	
#smallmenu>a {color:#0000CC; text-decoration: underline;}
	
a:link {color: #CCCC00; text-decoration: none; outline:none;}
a:visited {color: #CCCC00; text-decoration: none; outline:none;}
a:hover {color: #CCCCCC; text-decoration: none; outline:none;}

