html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Calibri", Verdana;
	background-image: url(../userfiles/image/back.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #696969;
	font-size: 12px;
}
#page{
	width: 915px;
	margin: 0px auto;
	margin-top:45px;
	padding: 0px;
}
	#header{
		width: 915px;
		font-size:2px;
		line-height:10px;
	}
	#pagetop{
		width: 915px;
		float: left;
		background-image: url(/userfiles/image/content-back.gif);
		background-repeat: repeat-y;
	}
			#logo {
				width: 294px;
				float: left;
			}
				#logo img{
					margin-top:10px;
					margin-left:45px;
				}
			#menu{
				margin-top:35px;
				margin-left:60px;
				width:400px;
				float:left;
				}
				#menu ul{
					list-style:none;
					list-style-type:none;
				}
					#menu ul li{
						display: inline;
						float:left;
						padding-left:5px;
					}
						#menu ul li ul {
							display:none;
							float:left;
							position:absolute;
							margin:0px;
							margin-left: 2px;
							padding-left:2px; 
							border:1px solid gray;
							border-bottom-width: 0;
							font: 5px;
							font-size:12px;
							line-height:16px;
							z-index:100;
							width: 140px;
						}
						#menu ul li ul li{
							margin-left: -2px; 
							padding-left: 0px;
						}
						#menu ul li ul li{
							width: 142px;
							display: block;
							text-indent: 3px;
							border-bottom: 1px solid gray;
							/*padding: 1px 0;*/
							text-decoration: none;
							color: #00488e;
						}
						#menu ul li ul li a{
							margin-left:0px;
							margin-right:0px;
							display: block;
							width:100%;
							height:100%;
							background-color: #FFFFFF;
						}
						#menu ul li ul li a:hover{ /*hover background color*/
							background-color: #DFDFDF
						}
	#pagecontent{
		width: 915px;
		float: left;
		background-image: url(/userfiles/image/content-back.gif);
		background-repeat: repeat-y;
	}
		#pageimage{
			width:400px;
			float:left;
		}
			#pageimage img{
				margin: 50px 0px 0px 25px;
			}
		#pagetext{
			width:440px;
			padding-top:70px;
			padding-right:70px;
			float:left;
		}
	#bottom{
		clear:both;
	}
	#bottommenu {
		position: relative;
		top: 18px;
		left: 0px;
		width: 100%;
		height: 15px;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		text-align:right;
		font-size:11px;
		
	}


.required_error{
	background-color:#FFE2E2;
}

#status{
	color:#FF0000;
	padding:5px;
	width: 95%;
	border:1px solid #FF0000;
	background-color:#FFE2E2;
}

/* =============================== STYLE =============================== */

img {
	border: 0px;
}

h1 {
	color: #696969;
	font-size: 19px;
	
}

h2 {
	color: #696969;
	font-size: 16px;
	
}
h3 {
	color: gray;
	font-size: 11px;
	
}
h6 {
	color: gray;
	font-size: 11px;
	
}

p {
	color: #4e4e4e;
	
}

a{
	color: #00488e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#text a {
	color: #00488e;
	text-decoration: none;
}


#text a:hover {
	text-decoration: underline;
}

#menu a {
	color: #00488e;
	text-decoration: none;
	margin-left:7px;
	margin-right:7px;
}

#menu a:hover {
	text-decoration: underline;
}

#bottommenu a:hover {
	text-decoration: underline;
}

#bottommenu a {
	color: #00488e;
	text-decoration: none;
}

#pagetext a:hover {
	text-decoration: underline;
}

#pagetext a {
	color: #00488e;
	text-decoration: none
	}

#pageimage a:hover {
	text-decoration: underline;
}

#pageimage a {
	color: #00488e;
	text-decoration: none
	}
