body {
       	font-family:Verdana, Geneva, sans-serif;

}

#menu {
        font-family:Verdana, Geneva, sans-serif;
        font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}

#menu a {
	color:#FFFFFF;
}


h1, h2, h3, h4 {
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
        font-weight:normal;

}

h1 {
	margin-top:30px;
	margin-bottom:18px;
	color:#FFFFFF;
	font-size:28px;
}

h2 {
    	margin-top:30px;
        margin-bottom:28px;
	font-size:26px;
	max-width: 700px;
	color:#663333;
}

h3 {

	font-size:23px;
	color:#FFFFFF;
}

h4 {
	font-size:18px;
}


#searchLeft {
	float:left;
	margin:0;
	padding:0;
	margin-top:5px;
	padding-top:2px;
	width:221px;
	height:24px;
        background:url('/gui/background-search.gif') no-repeat;
        background-position:left top;

}

#seachRight {
	float:right;
	padding:0;
	padding-top:11px;
	text-align:center;
	background:url('/gui/go-button.gif') no-repeat;
	background-postion:left top;
        width:35px;
        height:35px;
}


#searchform input#singleInput {}
#searchform input {vertical-align: middle;}
#searchform #singleInput {
	margin-top:2px;
        margin-left:14px;
        width: 184px;
        background: #FFFFFF;
        font-size: 10px;
        color: #333333;
	border:0;
}


a.searchFormSubmit:link {
        font-family:Verdana, Geneva, sans-serif;
        font-size:9px;
        font-weight:bold;
        color:#FFF;
        text-decoration:none;
        display:inline;
}

a.searchFormSubmit:visited {
        font-family:Verdana, Geneva, sans-serif;
        font-size:9px;
        font-weight:bold;
        color:#FFF;
        text-decoration:none;
        display:inline;
}

a.searchFormSubmit:hover {
        font-family:Verdana, Geneva, sans-serif;
        font-size:9px;
        font-weight:bold;
        color:#FFF;
        text-decoration:underline;
        display:inline;
}

a.searchFormSubmit:active {
        font-family:Verdana, Geneva, sans-serif;
        font-size:9px;
        font-weight:bold;
        color:#FFF;
        text-decoration:none;
        display:inline;
}

/* RESULTS STYLES */

ul#results {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width:700px;
        font-family:Verdana, Geneva, sans-serif;
        font-weight:normal;

}

ul#results li {
	margin: 0 0 20px 0;
}

ul#results li a {
	display: block;
	text-decoration: none;
	/*width: 90%;*/
	width:700px;
}
    
ul#results li a h4 {

    	text-decoration: underline;
}
    
ul#results li.top3 h4 {
	font-size: 15px;
	max-width: 700px;
	font-weight: bold;
	margin: 0 0 4px 0;
}

ul#results li.more h4 {
	font-size: 15px;
	color:#333399;
	font-weight: bold;
	margin: 0 0 2px 0;
}

ul#results li a p.description {
	font-size:12px;
	line-height:17px;
	margin: 0;
	color: #333;
	
}
    
ul#results li a p.url {
	margin: 0;
	margin-top:2px;
	font-size:10px;
	font-weight:bold;
	max-width: 700px;
	color: #008B00;
}
    
ul#results li#result4 {
	border-top: 1px dashed #ccc;
	padding: 20px 0 0 0;
}
	
p.description  {
	max-width: 700px;
}

a:link, a:visited {
	color: #333399;
	}

a:hover, a:active {
	color: #333399;
	}


/* FOOTER STYLES */


#footerLeft a, #footerRight a  {
	font-size:9px;
	color:#333333;
}

#footerLeft p, #footerRight p  {
	font-size:9px;
	line-height:12px;
	color:#333333;
	max-width:100%;
}

/* GOOGLE LINKS */


#googleTop {
	text-align:center;
	width:700px;
	margin-bottom:26px;
	/*border:1px solid #333399;*/

}

#googleBottom {
        text-align:left;
        width:700px;
	margin-top:26px;
        margin-bottom:166px;
        /*border:1px solid #333399;*/

}

