/*-----------------------------------------------------------------------------------------------
 CSS RESET (http://meyerweb.com/eric/tools/css/reset/)
-----------------------------------------------------------------------------------------------*/
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}


/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	font: 15px/21px Arial, Helvetica, FreeSans, sans-serif;
	color: #000033;
}

p{
	margin: 21px 0px 21px 0px;
}
h1{
	margin: 0px 0px 21px 0px;
	font-size: 20px;
}
h2{
	margin: 0px 0px 0px 0px;
}

a{
	color: #000033;
	border-bottom: 1px solid #000033;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	border-bottom: 2px solid #E8AE00;
}
address{
	font-style: normal;
}


/* Classes
----------------------------------------------------------------------------------------------------*/
.screenreader{
	display: none;
}
.clear{
	clear: both;
}
.csc-textpic-clear{
	clear: both;
}
.mincho{
	font-family: "MS Mincho", Mincho, serif;
}

/* Forms
----------------------------------------------------------------------------------------------------*/
form{
	border: 1px solid #e8ae00;
}
fieldset{
	padding: 0px 10px 0px 10px;
}
legend{
	display: none;
}
label{
	clear: right;
	display: block;
	width: 110px;
	text-align: right;
	margin: 0px 10px 0px 0px;
	float: left;
}
input[type="text"]{
	display: block;
	border: 2px solid #e8ae00;
	padding: 5px 5px 5px 5px;
	font-size: 15px;
	float: right;
	width: 240px;
	margin: 0px 20px 20px 0px;
}
textarea{
	font: 15px/21px Arial, Helvetica, FreeSans, sans-serif;
	display: block;
	border: 2px solid #e8ae00;
	padding: 5px 5px 5px 5px;
	font-size: 15px;
	height: 170px;
	float: right;
	width: 250px;
	margin: 0px 10px 20px 0px;
}
input[type="text"]:hover,
textarea:hover{
	background-color: #efe8c9;
}
input[type="text"]:focus,
textarea:focus{
	border: 2px solid #000033;
}
input[type="submit"]{
	display: block;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #000033;
	color: #ffffff;
	border: none;
	cursor: pointer;
	font-size: 15px;
}
input[type="submit"]:hover,
input[type="submit"]:active{
	background-color: #e8ae00;
}
#message{
	height: 240px;
}

/* RTE
----------------------------------------------------------------------------------------------------*/
table.contenttable p.bodytext {
	margin: 0px;
}
table.contenttable tr td:first-child {
	width: 120px;
}