/* Reset */
* {
    margin:0;
    padding:0;
}
img {
    border:none;
}

body {
    background: #c92535;
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	font-family:"trebuchet MS", arial;
	color:#000;
}

div#content {
    height: 627px;
    width: 100%;
    background: #fff url(../_images/bg_lotus.jpg) left top no-repeat;
}

div#welcome {
    position: absolute;
    left:345px;
    top:110px;
    width:225px;
}

div#highlight {
    position: absolute;
    left:610px;
    top:112px;
    width:365px;
}
div#highlight ul {
    margin-bottom: 12px;
}
div#highlight div.column {
    float:left;
    width: 120px;
}
div#highlight div.column h2 {
    font-size: 16px;
    margin-bottom:8px;
}
div#highlight div.column ul {
    margin-top: 0;
}
div#footer div.logos {
    margin: 23px 20px 0 760px;
}
div#footer div.logos img {
    margin-right:10px;
}

p {
	margin:10px 0;
    font-size: 12px;
    clear:left;
}
ul {
    margin: 10px 0;
}
ul, li {
	list-style-type:none;
	list-style-image:none;
    padding:0;margin:0;
    margin-left:2px;
}
li {
    font-size: 11px;
	background:url(../_images/bullet.gif) left top no-repeat;
	padding-left:20px;
}
a {
    color:#fff;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

form {
    margin-left:4px;
}
.tiptext {
    width: 300px;
    font-size:12px;
}
