/* CSS Document */

/** general doc styles**/
.ecommerce {display: inline}

body {
	margin: 0px;
	background: url("img/x") repeat-x;
}

td {
	vertical-align: top;
	font: 12px/1.5em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	color: #666666;
}

a {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color: #254F7C;
	text-decoration:underline;
}

h5 {
	color: #D8AC00;
}

hr {
	height: 1px;
	color: #CCCCCC;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

li {
	margin-bottom: 3px;
	list-style: circle inside;
	xlist-style-image: url(img/arrow.gif);
}

li{color: #CCFFCC;
	list-style-type:disc
}
.authors {
	color: #CCFFCC;
}
a.authors {
	color: #CCFFCC;
	font-size: 12px;
	font-weight:normal;
}
a.authors:hover{
	color: #CCFFCC;
	font-size: 12px;
	font-weight:normal;
}
.subhead {
	color: #CCFFCC;
	font-size: 18px;
	font-weight:normal;
	border-bottom: 0px dotted #CCCCCC;
	background-color:#4D9A00;
	padding:10px;
	margin-right:6px;
}
.title {
	font-size: 15px;
	font-weight:normal;
	text-decoration: underline
}
.title a{
	color: #006600;
}

.block1 {
	
	border-bottom: 0px dotted #CCCCCC;
	background-color:#D3EEBB;
	padding:10px;
	margin-top:6px;
	margin-right:6px;
}
.block2 {
	
	border-bottom: 0px dotted #CCCCCC;
	background-color:#EAF7DD;
	padding:4px;
	margin-top:6px;
	margin-right:6px;
}

/** block styles**/
#top_left {
	background: url("img/header_lefttile.jpg") repeat-x top left;
	height:210px;
	vertical-align: top;
    width:100%;
}
#top_center {
	background: url("img/header_center.jpg") no-repeat left;
	background-color:#336699;	
	vertical-align: top;
	height:210px;
}

#top_right {
	background: url("img/header_rttile.jpg") repeat-x top right;
	height:210px;
	vertical-align: top;
	width:100%;

}


#body_left {
	background: url("img/body_lefttile.jpg") repeat-y top right;
	background-color:#52A400;
	vertical-align: top;
}
#body_right {
	background: url("img/body_rttile.jpg") repeat-y top left;
	background-color:#2E5B00;
	vertical-align: top;

}

#content_bottom {
	padding: 10px 0px 10px 10px;
	width: 830px;
	height:1000px;
	background: url("img/body_centertile.jpg") repeat-y top left;
	vertical-align: top;
}


/** nav styles**/
#navTop {
	padding: 8px 27px 0px 0px;
	display: block;
	
}

#navTop a {
	padding: 0px 4px 0px 6px;
	margin-bottom: 0px;
	border-left: 1px dotted #CCCCCC;
	text-decoration: none;
	color:#F7F7F7;
}
#navTop a:hover {
	text-decoration: underline;
	color:#F7F7F7;
}

#menu {
	width:200px;
	height:175px;
	background-color:#40648B;
}

/** header styles**/
img#main {
	display: block;
	padding-left:7px;
}

img#header {
	display: block;
	margin-top:50px;
	float:right;
}

.appLogo {
	display: block;
	margin-top:15px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:0px;
	float:right;
}

#headerlogo {
	vertical-align:bottom;
	text-align: right;
	height: 125px;
}

#headerlogo a {
	display:block;
	margin: 0px 3px 10px 0px;
}

#headerright {
	padding: 0px 0px 0px 0px;
	text-align: right;
	height: 125px;
}

#mainimage {
	padding: 0px 7px 0px 7px;
	background: #FFFFFF;
}


/** content blcok styles**/


td.text {
	padding: 0px 0px 0px 0px;
	
	
}

td.text_right {
	background:#336633;
	padding: 6px;
	width:200px
}




