/* CSS Document */

/* STANDARDS */
html,body,td,th,font,h1,h2,h3,h4,h5,h6,p,a,input,textarea{
	padding:0px;
	margin:0px;
	border:0px;
	font-size:11px;
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color:#2c3332;
	line-height:1.5em;
	text-decoration:none;
}

img,table,tr,td{
	padding:0px;
	margin:0px;
	border:0;
}

object,embed{
	margin:0px;
	padding:0px;
}

/* SPECIAL */
body{
	margin-left:120px;
	margin-top:31px;
	background-image:url(layout/body_bg.gif);
	background-repeat:repeat-x;
}

.spacer{
	width:11px;
	height:338px;
	float:left;
	background-color:#ffffff;
	background-repeat:no-repeat;
}

#spacer_left{
	background-image:url(layout/spacer_left.gif);
}

#spacer_right{
	background-image:url(layout/spacer_right.gif);
}

.inner{
	float:left;
	overflow:hidden;
	text-align:left;
}

.container{
	width:495px;
	min-height:532px;
	padding-top:52px;
	padding-left:18px;
	padding-right:15px;
	overflow:hidden;
	background-color:#ffffff;
}

.signet_print{
	display:none;
}

h1{
	display:block;
	width:510px;
	height:23px;
	background-repeat:no-repeat;
}

h1 span{
	display:none;
}

h1#h1_welcome{
	background-image:url(h1/welcome.gif);
}

h2{
	display:block;
	width:510px;
	height:74px;
	background-repeat:no-repeat;
}

h2 span{
	display:none;
}

.footer{
	width:510px;
	height:18px;
	padding-left:18px;
}

.footer a{
	float:left;
	display:block;
	height:13px;
	background-repeat:no-repeat;
}

.footer a span{
	display:none;
}

.footer img{
	float:left;
}

.content{
	margin-top:15px;
}

.content p{
	margin-bottom:10px;
}

.content a:link, .content a:visited{
	border-bottom:1px dotted;
}

.content a:hover, .content a:active{
	border-bottom:1px solid;
}

.content img{
	margin-bottom:15px;
}

.content ul{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.content li{
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	margin-left:15px;
	list-style:url(layout/li.gif);
}

.content .hr{
	margin-top:20px;
	margin-bottom:20px;
}

.unit{
	width:495px;
	float:left;
}

.textbox{
	width:231px;
	margin-top:15px;
	margin-bottom:15px;
	padding:5px;
	padding-top:7px;
	background-image:url(layout/box_bg.gif);
	float:left;
}

.textbox_full{
	width:482px;
	margin-top:15px;
	margin-bottom:15px;
	padding:5px;
	padding-top:7px;
	background-image:url(layout/box_bg.gif);
	float:left;
}

.textbox h3, .textbox_full h3{
	display:inline;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
	font-weight:bold;
	color:#1d8700;
	background-color:#ffffff;
}

.textbox_content{
	display:block;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:7px;
	line-height:1.4em;
	background-color:#ffffff;
}

.textbox_content img{
	float:left;
	margin-right:10px;
}

.imagebox{
	width:231px;
	margin-top:15px;
	margin-bottom:15px;
	padding:5px;
	padding-bottom:25px;
	background-image:url(layout/box_bg.gif);
	float:left;
	overflow:hidden;
}

.imagebox_full{
	width:482px;
	margin-top:15px;
	margin-bottom:15px;
	padding:5px;
	padding-bottom:25px;
	background-image:url(layout/box_bg.gif);
	float:left;
	overflow:hidden;
}

.imagebox img, .imagebox_full img{
	border:3px solid #ffffff;
}

#box_right{
	margin-left:10px;
}

.hr{
	width:528px;
	height:1px;
	margin-top:8px;
	margin-bottom:4px;
	background-image:url(layout/hr_footer.gif);
	background-repeat:no-repeat;
}

.hr hr{
	display:none;
}

.cleared{
	clear:both;
	margin:0px;
	padding:0px;
}
