@charset "UTF-8";
/* global CSS document */

body {
	background:#C3E2EF;
	color:#333333;
	font-family:Lucida Sans,Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height: 17px;
}

/* MENU START */

#mainMenu, #footerMenu {
	display:block;
	float:right;
	font-size:11px;
	margin: 65px 10px 0 0;
}

#mainMenu li, #footerMenu li {
	border-right:1px solid #333333;
	padding: 0 12px 0 10px;
	float:right;
	list-style:none;
}

#mainMenu li a, #footerMenu li a {
	text-decoration:none;
	text-transform:capitalize;
	color: #333333;
}

#mainMenu li a.current, #mainMenu li a:hover {
	color:#2D80CC;
}

#mainMenu li.no, #footerMenu li.no {
	border:0;
}

#footerMenu li a:hover {
	text-decoration:underline;
}

#footerMenu {
	margin-top:30px;
}

/* MENU END */

#wrapper {
	margin:auto;
	width:864px;
}

#header {
	height:100px;
}

#logo {
	width: 200px;
	float:left;
	margin:20px 0 0 20px;
}

#contentsHead {
	background:url(../images/bg_wrap3.png) no-repeat;
	height:3px;
}

#contents {
	background:url(../images/bg_wrap4.png) repeat-y;
	
}

#innerContents {
	margin:0 4px;
	padding: 40px;
	min-height:330px;
	background:url(../images/bg_wrapin.gif) repeat-x bottom;
}
	

#contentsFoot {
	background:url(../images/bg_wrap5.png) no-repeat;
	height:5px;
}

a img {
	border: none;
}

.ad {
	float:right;
	margin-left:20px;
}

h2 {
	color:#999999;
	font-size:24px;
	font-family:Helvetica,Arial,sans-serif;
	letter-spacing:-1px;
}

h3 {
	font-size:18px;
	font-weight:bolder;
}

a {
	text-decoration:none;
	color:#2D80CC;
}

a:hover {
	text-decoration:underline;
	color:#2D80CC;
}

.clear {
	clear:both;
}

.note {
	color:#039;
	border:1px solid #039;
	font-size:0.8em;
	padding: 5px;
}

.noteTitle {
	color:#900;
	cursor:pointer;
	text-decoration:underline;
}

code {
	display:block;
	font-size:1.2em;
	margin: 10px;
	color:#C30;
}

.hidden {
	display:none;
}

.error {
	color:#ff0000;
	background:#FFC;
	border:1px solid #ff0000;
	padding:10px;
}

.big {
	font-size:16px;
	font-weight:bold;
}

.success {
	color:#093;
	border:1px solid #093;
	background:#bfffbf;
	padding:10px;
}
