html {
	font-family: "Lucida Grande", Verdana,  Arial, sans-serif;
	vertical-align: middle;
	height: 100px;
	width: auto;
}

body {
	background:url(/images/body_bg_cloud.png) repeat-x scroll center top;
	background-color: #D8ECF7;
	margin-top: 0px;
	text-align:center;
}

#divHeader {
	width: 90%;
	margin:auto;
	padding-top: 0px;
	float:none;
}

#divSiteTitle {
	background-color: #FF0000;
	float: left;
	padding: 4px;
	display: block;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	color: #000000;
}

#divHeader #divSiteTitle a {
	color: #000000;
	text-decoration: none;
	font-size: large;
}

#divMenuTop {
	width: auto;
	text-align:right;
}

#divBanner {
	vertical-align: middle;
	text-align: center;
	font-size: x-large;
}
#divMain {
	text-align:left;
	padding: 4px;
	border:1px outset #CCCCCC;
	width: 90%;
	display:block;
	margin: 0 auto;
	position: relative;
	margin-right:auto;
	margin-left:auto;
	margin-top: auto;
	background-color: #FFFFFF;
}


.divPreview {
	background-color: #EEFFEE;
	padding: 4px;
}
#divFooter {
	padding: 4px;
	width: 90%;
	position: relative;
	margin-right:auto;
	margin-left:auto;
}

.bottomThinBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}

.topBorder {
	border-top-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
}

.font-std {
	font-size: 14px;
}

.font-larger {
	font-size: 16px;
	font-weight: bold;
}

.font-largest {
	font-size:  22px;
	font-weight: bold;
}

.font-header {
	font-size: 18px;
	font-weight: bold;
}

.font-small {
	font-size: 12px;
}

.font-error {
	color: #FF0000;
	font-weight: bold;
}
.font-green {
	color: #009933;
}

.divTag {
	background-color:#EFEFEF;
	font-size: 14px;
	text-align: center;
	border: thin outset #CCCCCC;
	padding: 2px;
	width: auto;
}
.divTag a {
	text-decoration: none;
	color: #000000;
}
.divUser {
	width: auto;
}

.searchBox {
	background:White url(http://static.harithadam.com/images/icons/search.png) no-repeat scroll left center;
	border-color:#CCCCCC -moz-use-text-color -moz-use-text-color #CCCCCC;
	border-style:solid none none solid;
	border-width:1px medium medium 1px;
	margin:0;
	padding-left:16px;
}

