/***********************************************/
/* wagonR.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color:ffffff;
	color:#666666;
}

a:link, a:visited {
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}

a:active {
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
	right: -1px;
	bottom: -1px;
}

a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #444444;
	position: relative;
	right: 1px;
	bottom: 1px;
	border-color:#FFFF00;
	border-width:1px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* HTML link   topTitle                        */
/***********************************************/ 


#topTitle a:link, #topTitle a:visited {
	font-size: 14px;
	color:#ffffff;
	text-decoration: none;
}

#topTitle a:active {
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	right: -1px;
	bottom: -1px;
}

#topTitle a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #000066;
	position: relative;
	right: 1px;
	bottom: 1px;
}

/***********************************************/
/* Layout                                      */
/***********************************************/

#description{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: absolute;
	top: -100px;
	right: -100px;
}

/***********************************************/
/*Header topBox    HeadMenu                    */
/***********************************************/

#Box{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
	text-align:center;
	border-right-color:#CCCCCC;
	border-right-style:dotted;
	border-right-width:1px;
}

#topTitle{
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 74px;
	text-align:right;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height: 16px;
	background-image:url(../img/head/headTitle2015.jpg); 
	background-repeat:no-repeat;
}	

#topimg{
	margin: -2px 0px 0px 0px;
	padding: 0px;
	border:0px;
	background-color:#90abbe;
}

#TopMenu{
	margin: 0px 0px 0px 0px;
	padding: 2px;
	background-color:#90abbe;
	font-size: 15px;
	color:#FFFFFF;
	text-align:center;
}

#container {
	margin: 0px 0px 0px 0px;
	padding: 2px;
	background-color:#F3F3F3;
	font-size:14px;
	color:#666666;
	line-height:16pt;
	text-align:center;
}

/***********************************************/
/* Top Page container Layout                   */
/***********************************************/


#LeftBox{
	float:left;
	margin:0px;
	margin:0px 5px 0px 0px;
	width:295px;
	}

#RightBox{
	float:right;
	margin:0px;
	padding:0px;
	}

#topLeft{
	float:left;
	margin:0px;
	padding:0px;
	width:295px;
	}

#topRight{
	float:right;
	margin:0px 0px 0px 5px;
	padding:0px;
	width:295px;
	}

#clear{
	clear: both;
}


#subTitle {
	background-image:url(../img/button/subTitlebg.jpg);
	background-repeat:no-repeat;
	border-color:#90abbe;
	border-top-style:double;
	border-top-width:3px;	
	border-left-style:double;
	border-left-width:3px;	
	border-right-style:double;
	border-right-width:3px;	
	height:25px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin:20px 5px 0px 5px;
	padding:5px;	
	}

#txtBox {
	background-color:f3f3f3;
	margin: 0px 5px 5px 5px;
	padding:5px;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#666666;
	border-color:#90abbe;
	border-bottom-style:double;
	border-bottom-width:3px;	
	border-left-style:double;
	border-left-width:3px;	
	border-right-style:double;
	border-right-width:3px;	
	}

#twitter {
	background-color:f3f3f3;
	margin: 0px 5px 5px 5px;
	padding:2px;
	border-style: solid;
	border-width:1px;	
	border-color:#90abbe;
	}


/***********************************************/
/*footer      copyright  Access                */
/***********************************************/

#BottomMenu{
	clear: both;
	margin: 0px auto 0px auto;
	padding: 2px;
	text-align: center;
	width:900px;
	background-color:#F4F4F4;
	font-size: 11px;
}

#copyright{
	margin: 0px auto 0px auto;
	padding: 2px;
	text-align:center;
	background-color:#F5F5F5;
	width:900px;
	font-size: 10px;
}

