/** BASIC */
html {
	height:100%;
	margin:0;
	padding:0;
}

body {
	height: 100%;
	margin:0;
	padding:0;
	background: url(images/img02.jpg) repeat-x left top;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

#wrapper {
	width: 100%;
	height: 100%;
        min-height: 100%;
	text-align:left;
	position:relative;
	
}

body>#wrapper {
	height:auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p {
	text-align: justify;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #254360;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#nav {
	text-align:center;
	margin: 0px auto;
}

#menu1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu1 div {
	display: inline;
	padding: 0px 3px 0px 3px;
	margin:0;
	margin-left: -1px;
	border-right: 1px solid #485D70;
	border-left: 1px solid #485D70;
}

#menu1 a {
	padding: 0px 20px 0px 20px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu1 a:hover, #menu1 .current a {
	background: #FFFFFF;
	color: #254360;
}

#menu2 {
	background-color: #254360;
	border: 1px solid white;
	margin-top: -30px;
	margin-left: -20px;
	margin-bottom: 15px;
	padding: 5px;
	float: left;
	width: 220px;
	color: #FFFFFF;
}

#menu2 h4 {
	font-size: 11pt;
	font-weight: bold;
	margin:0;
	padding:0;
	display:none;
}

#menu2 div {
	display: block;
	margin-left: 0.9em;
	text-indent: -0.9em;
}

#menu2 a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;

}


#menu2 a:hover, #menu2 .current a {
	text-decoration: underline;
}


/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 120px 0px;
}

#columnA {
	float: right;
	width: 538px;
	padding-left: 20px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h1 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
}

#columnB h1 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	width: 100%;
	background: url(images/img03.gif) repeat-x left top;
	text-align: center;
	bottom: 0;
	position:absolute;
}

#footer p {
	margin: 0px;
	text-align: center;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}

.clear {
	clear: both;
}

/** MISC */
textarea, select, input[type="text"] {
	border: solid 1px #254360;
}

textarea:focus, select:focus, input[type="text"]:focus {
	border: solid 1px #485D70;
}

table p {
	margin:0;
	padding:0;
}

.csc-textpic-imagerow {
	margin-bottom: 10px;
}

.csc-header{
	margin-top: 50px;
}

.csc-header-n1 {
	margin-top: 10px;
}
