/* CSS Document for defining style of the web pages*/

/*General layout*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(DropAim_logo.gif); width:274px; height:201px;}
#menu{float:right; width:526px; height:32px; background-color:#d7f4ff;}
#submenu{float:right; width:526px; height:32px; background-image:url(submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:526px;}
#footer{float:left; width:800px; background-color:#d7f4ff; padding:10px; margin:10px; position:relative}

/*PANEL*/
.panel{
	 background-color:#d7f4ff; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Times, sans-serif;
	font-size: 11px;
	color: #666666;
}
.bodytext a{
	font: 0.7em Times, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
.bodytext a:hover{
	text-decoration:underline;
}

.titletext {
	font: 0.7em Times, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#6ed2f8;
}
.whitetitle {
	font: 0.7em Times, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Times, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#6ed2f8;
}
.small_bg_text {
	font: 0.7em Times, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #999999;
}
.small_bg_text a{
	font: 0.7em Times, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #999999;
	text-decoration:none;
}
.small_bg_text a:hover{
	text-decoration:underline;
}
.small_banner_text {
	font: 0.7em Times, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.small_banner_text a{
	font: 0.7em Times, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.small_banner_text a:hover{
	text-decoration:underline;
}

