html {
	background: #445b84 repeat-y;
	margin: 0;
}

body {
	height:99%;
	/* background:url("/images/bg1.gif") center; */
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:small;
}

#main {
	top:0px;
	left:0px;
	width:770px;
	height:100%;
	margin:0 auto;
	background-color:#ffffff;
}

#top {
	top:0px;
	witdh:770px;
	height:105px;
	background-color:#445b84;
	text-align:center;
	color:#ffffff;
}

#content {
	top:115px;
	witdh:770px;
	height:auto;
	background-color:#ffffff;
	text-align:left;
	margin:0 auto;
	padding-left:25px;
	padding-right:25px;
}

.greeting {
font-family:Arial, Helvetica, sans-serif;
font-weight:100;
}

#leftContent{
	position:relative;
	float:left;
	padding:10px;
}

#centerContent{
	position:relative;
	padding:10px;
}

#grad {
	top:115px;
	width:770px;
	height:15px;
	background:url("/images/grad.gif");
	overflow:hidden;
}

#gradBottom {
	top:0px;
	width:770px;
	height:15px;
	background:url("/images/gradBottom.gif");
	overflow:hidden;
}

#bottom {
	top:0px;
	witdh:770px;
	height:20px;
	background-color:#445b84;
	text-align:right;
	color:#ffffff;
}

#footer {
	top:0px;
	width:770px;
	height:60px;
	text-align:right;
	font-size:smaller;
	background-color:#ffffff;
}

#footerLeft {
	text-align:left;
	margin-bottom:-1.4em;
}

input{
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:.9em;
}

textarea {
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:.9em;
}

.orangeLine {
	width:100%;
	height:2px;
	background-color:#ffd275;
	overflow:hidden;
}

.smallBold{
	font-size:smaller;
	font-weight:bold;
}

h2 {
	margin-bottom:0px;
	padding-bottom:0px;
}

h4 {
	font-size:small;
	margin-bottom:0px;
	padding-bottom:0px;
}

table {
	font-size:small;
}

img.floatRight { 
	float:right; 
	margin:8px; 
}

img.floatLeft { 
	float:left; 
	margin:8px; 
} 

p.main{
	font-size:small;
	margin-top:0.5em;
	margin-bottom:0.25em;
}

p.small{
	font-size:smaller;
	margin-top: 0.5em;
}

a.menu:link {color: #ffffff;}
a.menu:visited {color: #ffffff;}
a.menu:active {color: #ffffff;}
a.menu:hover {color: #ffd275;}
a.menu {text-decoration:none;}

A.menuLink:link {
color: #333333;
text-decoration: none;
font-family:Arial;
font-size:10pt;
}

A.menuLink:visited {
color: #333333;
text-decoration: none;
font-family:Arial;
font-size:10pt;
}

A.menuLink:active {
color: #333333;
text-decoration: none;
font-family:Arial;
font-size:10pt;
}

A.menuLink:hover {
color: #666666;
text-decoration: underline;
font-family:Arial;
font-size:10pt;
}