/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
	background:url(/images/bg-body.jpg) repeat-x top;
	background-color:#EFEFEF;
	}

img{
	border:0;
	}

h1{
	font-size:16px;
	color:#333333;
	margin:0;
	padding:0px 0px 5px 0px;
	color:#0066CC;
	}

h2{
	font-size:12px;
	color:#333333;
	margin:0;
	padding:5px 0px;
	}

#frame-home-right h2{
	margin:0px 0px 5px 0px;
	font-size:12px;
	color:#ffffff;
	padding:6px 3px 6px 8px;
	background-color:#6e9cca;
	border-right:6px solid #FF9900;
	}

p{
	margin-top:5px;
	}

/*The website layout definition*/
#frame-container{
	position:relative;
	width:760px;
	height:100%;
	text-align:left;
	border-right:1px solid #FFFFFF;
	}

#frame-top{
	position:relative;
	top:0;
	left:0;
	text-align:left;
	background-color:#FFFFFF;
	padding-top:3px;
	}

#frame-top h1{
	font-size:12px;
	color:#666666;
	}

#frame-menu{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#006699;
	background-color:#87b1db;
	border-top:6px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding:5px 10px;
	}

#frame-menu a{
	text-decoration:none;
	color:#FFFFFF;
	margin-right:28px;
	}

#frame-menu a:hover{
	color:#0066CC;
	}

#frame-body{
	padding:0;
	text-align:left;
	overflow:visible;
	vertical-align:top;
	background-color:#FFFFFF;
	}

#frame-home-left{
	width:550px;
	}

#frame-home-right{
	width:200px;
	float:right;
	}

.box-inner{
	padding:8px;
	}

.spacer{
	height:0px;
	clear:both;
	}

#frame-footer{
	clear:left;
	height:40px;
	padding:5px 0px 5px 0px;
	font-size:9px;
	color:#666666;
	line-height:15px;
	clear:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#frame-footer a{
	text-decoration:none;
	color:#666666;
	margin:5px 10px;
	}

#frame-footer a:hover{
	text-decoration:underline;
	}
	

/*For layout of other pages */
#frame-left{
	width:160px;
	float:left;
	clear:none;
	margin:0;
	vertical-align:top;
	}

#frame-right{
	width:588px;
	margin:3px 3px 3px 164px;
	top:0px;
	border:1px solid #D6D6EB;
}

.form-label{
	text-align:right;
	vertical-align:top;
	}

.textfield-large{
	width:300px;
	}

.textarea-large{
	width:300px;
	height:120px;
	overflow:auto;
	}

.project-list a{
	border:1px solid #999999;
	margin-left:3px;
	}

.list-1{
	margin-bottom:10px;
	}

.list-1 a{
	display:block;
	text-decoration:none;
	padding:3px;
	background-color:#EFEFEF;
	color:#111111;
	border-right:6px solid #CCCCCC;
	margin-top:1px;
	}

.list-1 a:hover{
	background-color:#FFCC00;
	border-right:6px solid #333333;
	}

