/* CSS Document */

html{
	margin: 0 auto; 
	width:100%;
	height:100%;
	background:url('../images/bghtml.gif') repeat-x #ffffff;
	font-family:"Trebuchet MS",Arial, Helvetica;
}

*{
	padding:0px;
	margin:0px;
}

body{
	height:600px;
	font-size:small;
}

#content_container,#content{
	position:relative;
	float:left;
	width:100%;
}
#content_container{
	padding-bottom:45px;
}
#content{
	border-bottom: 1px dotted #60605E;
}

#content{
padding:0px;
}

#menu{
	float:left;
	width:100%;
	height:58px;
}

#menu ul{
	float:right;
	width:730px;
	height:100%;
	font-weight:bold;
	font-size:medium;
	list-style-type:none;
}

#menu ul a{
	color:#303030;
	text-decoration:none;
}

#menu ul li{
	float:left;
	padding:18px 22px 0px 22px;
	height:40px;
	background:url('../images/bgright.gif') no-repeat right 12px;
}

#menu ul .active{
	background: #303030;
	color:#ffffff;
}

#menu ul .last{
background:none;
}
#menu ul .lastactive{
	background:none;
	background: #303030;
	color:#ffffff;
}

#menu ul .active a, #menu ul .lastactive a{
	color:#ffffff;
	text-decoration:none;
}

#header{
	position:relative;
	float:left;
	width:100%;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
}

#header h2{
	font-size:x-large;
	width:300px;
	position:absolute;
	top:60px;
	left:100px;
}

#header h3{
	position:absolute;
	width:350px;
	top:90px;
	font-size:medium;
	color:#60605E;
	left:120px;
}

#holder{
	float:left;
	width:100%;
	height:100%;
	margin-top:10px;
}

#left, #right{
	float:left;
	width:453px;
	margin-left:30px;
	border-right: 1px dotted #60605E;
}

#left h1, #right h1{
	float:left;
	width:100%;
	font-size:medium;
	padding:20px 0px 0px 0px;
font-family: 'Tienne', serif;
}

#left p, #right .border{
	float:left;
	width:420px;
	padding:10px 0px 20px 0px;
	line-height:20px;
	color:#60605E;
}

#left a{
	color:#E90189;
	text-decoration:underine;
}

#left a:hover{
	color:#662778;
}

#left p{
	border-bottom: 1px dotted #60605E;
}

#left .last{
	border:0px;
}

#right{
	border:0px;
}

form{
	float:left;
	width:100%;
}

#left form{
	padding-bottom:20px;
}

#left{
	min-height:350px;
}
label{
	float:left;
	width:120px;
	margin-top:8px;
	height:20px;
}

#refForm label{
	width:220px;
}

input, textarea, select{
	float:left;
	margin-top:8px;
	border:1px solid #662778;
	color:#662778;
}

#refForm select{
	width:145px;
}

#refForm textarea{
	width:400px;
}


textarea{
	width:238px;
}
.clr{
	clear:both;
}
