/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{
	font-size: 28px;
}

#logo{float:left; background-image:url('images/mojito - Copy.jpg'); width:192px; height:141px;}
#topheader{float:right; width:608px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:608px; height:32px; background-image:url(images/bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:608px; height:32px; background-image:url(images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:500px;}
#leftpanel{float:left; width:300px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:5px; margin:5px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
	font-size:15px;
}
.bodytext a{
	font-size:18px;
}
.newstext{
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}
.topheadertext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#669966;
}
.titletext {
	font: 0.7em Tahoma, verdana;
	font-size:20px;
	font-weight:;
	color:#666666;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#669966;
}
.smalltitle a{
	font-size:20px;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallgreentext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#669966;
}
.smallgreentext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#669966;
	text-decoration:none;
}
.smallgreentext a:hover{
	text-decoration:underline;
}
/*Form Design*/
fieldset {  
float: right;  
clear: right;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0; 
background-color:#FFFFFF;
}
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
float: left;
clear: center;  
width: 100%;  
padding-bottom: 1em;
}
fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 13em;
}
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}
#smallbox{
	border: 3px solid #666666;
	float: right;
	width: 400px;
	padding:5px; 
	margin:5px;
	line-height: 20px;
}
ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
li {  
float: left;
clear: center;  
width: 100%;  
padding-bottom: 1em;
}
label {  
float: left;  
width: 8em;  
margin-right: 1em;  
text-align: right;
}
