/* CSS Document */
/*Global Style*/
a
{

	text-decoration: none;
	color: #4169e1;
	font-weight: bold;
	border-bottom: 1px dotted #4169e1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.8em;*/
}
a:hover
{
	text-decoration:none;
	color: #1e90ff;
	font-weight:bold;
	border-bottom:#1e90ff 1px dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
	margin:0px;
	padding:0px;
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-image: url('images/back.png');
/*background-color:#ddd;*/
}

div#wrapper
{
	width:780px;
	background-color:#fff;
	margin:auto;
	background-image: url('images/body.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
div.header
{
	width:780px;
	background-image:url('images/banner.jpg');
	background-repeat:no-repeat;
	height:266px;
}

div.navbar
{
	line-height:85px;
	width:780px;
	height:89px;
	background-image:url('images/nav.gif');
	background-repeat:repeat-x;
	margin-right: 5em;
	text-align: right;
}

div.navbar a
{
	font-size:12px;
	text-decoration:none;
	border: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FF6699;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 25px 10px;
	font-weight: bold;
	text-decoration: none;
/*border-left:#ccc 1px solid;	
border-right:#ccc 1px solid;*/
}
div.navbar a:hover
{
/*background-color:#8dcff8;*/
}

div.contentbody
{
	/*background-image:url('images/body.jpg');*/
	background-repeat:no-repeat;
	background-position: bottom left;
	/*height:600px;go soon*/
}

div.contentbody p
{
	margin-left:4em;
	margin-right:4em;
}

div.contentbody h1
{
	font-family: Helvetica, Verdana, Arial;
	margin-left: 2em;
	margin-right: 2em;
	border-bottom: 1px dotted #c0c0c0;
}

div.contentbody h2
{
	margin-left:3em;
	margin-right:3em;
	border-bottom:#DDD 1px solid;
	font-family:"Courier New", Courier, monospace;
}
div.contentbody h3
{
	margin-left: 3em;
	margin-right: 3em;
}

.tos
{
	color:#FF6699;
	font-weight:bold;
}

div#footer
{
	padding-top:10px;
	font-size:10px;
	font-family:Tahoma;
	text-align:center;
	/*background-image:url('images/footer.gif');*/
	background-repeat:no-repeat;
	height:65px;
}

.imagedesc
{
	color: #808080;
	font-size: 0.9em;
	left: 30%;
	margin-left: 1em;
	margin-right: 1em;
	text-align: center;
}

.imagedesc img
{
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #c0c0c0;
}

a.imagedesc
{
	text-decoration: none;
	border: none;
}

h3
{
 	color: #729fcf;
	text-align: center;
	text-decoration: underline;
}

ul
{
	margin-right: 2em;
}

/*end of global style*/

