
body {
    font-family:"century gothic", Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bgblue.jpg) top fixed repeat-x #F2F2F2;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #ADD407;
}
a:active {
	text-decoration: underline;
	color: #ADD407;
}
a.menu:link {
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #000000;
}
a.menu:hover {
	text-decoration: underline;
	color: #206690;
}
a.menu:active {
	text-decoration: none;
	color: #206690;
}

.cursorhand {
    cursor: pointer;
}
textarea {
    font-family:"century gothic", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2em;
	color: #ADD407;
	font-weight: bold;
}


div.main {
	background-color: #E6EAF2;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	border-top: 2px solid #ADD407;
	border-bottom: 2px solid #ADD407;
}
div.header {
    background-color: #ffffff;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 1px #000000;
}
div.title {
    background-image: url(images/header.jpg);
	min-height: 120px;
	border-bottom: solid 1px #000000;
}
div.menu {
    background-color: #454545;
	padding: 0;
	border-left: solid 1px #617C9A;
}

div.columnsmenu {
    width: 900px;
}
div.columnsmenu div {
    width: 10%;
	float: left;
	margin-left: 10px;
	margin: 6px;
	padding-left: 6px;
	border-left: solid 1px #ffffff;
}

div.columntext {
    width: 890px;
}
div.columntext div {
    width: 50%;
	float: left;
}

div.clear {
    clear: both;
}

div.text {
    background-color: #ffffff;
	padding: 5px;
	min-height: 390px;
}
div.indextext {
    background-color: #ffffff;
	padding: 5px;
	min-height: 390px;
}

div.credit {
    margin-right: auto;
	margin-left: auto;
	width: 900px;
	font-size: 10px;
	color: #ADD407;
	clear: both;
	text-align:right;
}

ul.standard li{
	list-style-image:url(images/dot.png);
	padding-bottom: 24px;
}
ul.computer-services li{
    list-style-image:url(images/dot.png);}

.big {
    font-size:large;
}
p.menu {
    margin:0px;
	padding:0px;
}