<!--
/**********************************
*
* global 
*
****************************************/
	html,body {
		background-color:#D1D8E0;
		margin: 0;
		padding: 0;
		text-align: center;
	}

    v\:* {
      behavior:url(#default#VML);
    }

	img {
		border:0;
	}

	ul {
		padding:0;
		margin: 0 0 0 20px;
		line-height: 13px;
		list-style: outside;
	}

	a:link{	color: #0066CC; }
	a:hover { text-decoration: none; }


	h1,h2,h3,h4{
		font-style: normal; 
		text-decoration: none;
		letter-spacing: normal;
		margin:0;
		padding:0;
	}



	h1 {
		font-size: 26px; 
		line-height: 24px;
		font-weight: bold; 
	}

	h2 {
		font-size: 18px; 
		line-height: 17px;
		font-weight: bold; 
	}

	h3 {
		font-size: 14px; 
		line-height: 14px;
		font-weight: bold; 
	}

	h4 {
		font-size: 12px; 
		line-height: 12px;
		font-weight: normal; 
	}

/**********************************
*
* user-defined
*
****************************************/

	.main_title{
		font-family: Verdana, Tahoma, Arial, Helvetica; 
		font-size: 18px; 
		font-weight: bold; 
		color:#B22222;
	}

	.sub_title{
		font-family: Verdana, Tahoma, Arial, Helvetica; 
		font-size: 16px; 
		font-weight: bold; 
		color:#B22222;
	}

	.normal_txt{
		font-family: Verdana, Tahoma, Arial, Helvetica; 
		font-size: 12px; 
		line-height:14px;
		font-weight: normal; 
		color:#000000;
	}

	#container{
		position: relative;
		width:960px;
		margin: 5px auto;
		border: 0;
		padding:0;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-style: normal; 
		font-weight: normal; 
		color: #000000; 
		text-decoration: none;

	}

	#topcontentRow {
		background-color:#293F54;
		position: relative;
		float:left;
		width: 960px;
		height: 15px;
		font-size: 9px; 
		font-weight: bold; 
		color: #FFFFFF;
		padding-left:10px;
	}

	#topcontentRow a { color: #FFFFFF; }
	#topcontentRow a:hover { text-decoration: underline; }
	#topcontentRow a:active { text-decoration: underline; }
	#topcontentRow a:link { text-decoration: none; }
	#topcontentRow a:visited { text-decoration: none; }
	#topcontentRow a:visited:hover { text-decoration: underline; }

	#bottomcontentRow {
		clear:both;
		position: relative;
		width:960px;
		margin: 0 auto;
		border: 0;
		padding-left:10px;
		text-align: left;
		background-color:#293F54;
		height: 15px;
		font-size: 9px; 
		font-weight: bold; 
		color: #FFFFFF;
	}

	#bottomcontentRow a { color: #FFFFFF; }
	#bottomcontentRow a:hover { text-decoration: underline; }
	#bottomcontentRow a:active { text-decoration: underline; }
	#bottomcontentRow a:link { text-decoration: none; }
	#bottomcontentRow a:visited { text-decoration: none; }
	#bottomcontentRow a:visited:hover { text-decoration: underline; }

	#mainContainer{
		width: 970px;
		background: #FFFFFF;
		position: relative;
		float:left;

	}

	#maincontent {
		background:#FFFFFF;
		position: relative;
		float:left;
		width: 700px;
		margin: 0;
		padding: 10px;
		font-size: 12px;
		line-height: 14px;
	}

	#maincontent a {
		font-size: 12px;
	}

	#maincontent ul {
		margin-top: 0;
		padding-top: 0;
		line-height: 17px;
		list-style: disc outside;
	}

	#easyMenu {
		padding: 5px;
		float:right;
		position:relative;
		border: 1px solid #999999;
	}
	#easyMenu h1 {
		font-size: 14px; 
		line-height: 18px;
		font-weight: bold; 
	}
	#leftcontent {
		background: #F1F1F1;
		position: relative;
		float:left;
		width: 220px;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		padding:0;
		margin: 0;
		overflow:auto;
	}

	#menuContainer {
		margin:5px 0 5px 5px;


	}

	#menuContainer ul {
		padding:0;
		margin: 0;
		line-height: 13px;
		list-style: none;
	}

	#menuContainer h1{
		color:#B22222;
		font-weight: bold; 
		font-size:10px;
		line-height:14px;
		padding:0;
		margin:10px 0 0 0;
	}

	#leftcontent a { color: #000000; }
	#leftcontent a:hover { text-decoration: underline; }
	#leftcontent a:active { text-decoration: underline; }
	#leftcontent a:link { text-decoration: none; }
	#leftcontent a:visited { text-decoration: none; }
	#leftcontent a:visited:hover { text-decoration: underline; }


-->
