body
{
	margin: 0px;
	padding: 0px;
	/* background:  #E7E7E7 url(images/bg_gradient.gif) repeat-y top center; */
	background:  #39649c url(images/bg_gradient3d.gif) repeat-y top center;

}

#main
{
	width:720px;
	margin: -3px auto 0 auto;
	padding-top:12px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color: #444444;
}
a
{
   color: #444444;
}


img
{
	border:0px;
}

/* These styles make ie and firefox consistent: */
ul
{
   /*margin-left:0px; */
	margin-top:4px;
}

p
{
	margin-top:4px;
	margin-bottom:4px;
}


/* prop that keeps the minimum height for a div, and clear needs to be the last thing in the container*/
.prop
{
    height:640px;
    float:right;
    width:1px;
}
.clear
{
/*	clear:right; */
   clear:both;
    height:1px;
    overflow:hidden;
}



#header
{
	background-image: url(images/logoRight.gif);
	background-repeat: no-repeat;
}

#menu
{
	padding-top: 1px;
	padding-right: 16px;
	/*margin-left: 230px;   	*/
	float: right;
	height: 20px;
}
#menu ul
{
	/*margin-top: 4px;*/
}
#menu ul li
{
	list-style-type: none;
	display: inline;
	font-size: 1.2em;
	padding-left: 8px;
	font-family: Arial, sans-serif;
	color: #ffffff; /*#444444;*/
}
#menu ul li a:link, #menu ul li a:visited
{
	text-decoration: none;
	color: #ffffff; /*#444444;*/
}
#menu ul li a:hover
{
	color: #000000; /*#6080D0;*/
}

#banner
{
	background-repeat: no-repeat;
	padding-left:18px;
	height: 180px;
}

#bannerbody
{
	padding-top:35px;
}

#logo
{
	padding-top: 4px;
}
#logo a
{
	font-family: Arial, sans-serif;
	color: #ffffff; /*#444444;*/
	font-size: 2em;
	text-decoration: none;
}


#content
{
	padding-top: 14px; /*height:640px;*/
}

h1 {
	font-family: Arial;
	font-size: 2.5em;
	color: #ffffff; /*#6f8db9; */
	display: inline;
	font-weight :normal;
}
h2, h2 a {
	font-family: Arial;
	font-size: 1.6em;
	color: #6f8db9;
	display: inline;
	text-decoration:none;
}
h2 a:hover {text-decoration:underline;}
h3, h3 a {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #6f8db9;
	display: inline;
	/*text-decoration:underline;*/
}


.dottedline
{
	background-image: url(images/dottedline.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
.dottedpaddedline
{
	background-image: url(images/dottedline.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	height:30px;
}

#stickybuttons
{
	height:24px;
}
#stickybuttons a:link, #stickybuttons a:visited
{
	font-weight: bold;
	font-size: 1em;
	color: #6f8db9;
	text-decoration: none;
	vertical-align: 6px;
}


#footer
{
	width:708px;
	vertical-align:bottom;
	border-bottom:15px solid #5C819B;
}
#footertext
{
	margin-top: 10px;
	text-align:center;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#6f8db9;*/ /*#cecece;*/
	color: #ffffff;

	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	/*background-position: bottom left;*/
	height: 14px;
}

span#footerText a
{
	color: #ffffff;
}


