@charset "UTF-8";
/* CSS Document */



/* Rounded Corners */
div.brd_right {
	background-image:url(../images/bdr_right.jpg); 
	background-position:right; 
	background-repeat:repeat-y;
}
div.brd_left {
	background-image:url(../images/bdr_left.jpg); 
	background-position:left; 
	background-repeat:repeat-y;
}
div.brd_top {
	background-image:url(../images/bdr_top.jpg); 
	background-position:top; 
	background-repeat:repeat-x;
}
div.brd_bot {
	background-image:url(../images/bdr_bottom.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x;
}
div.crn_top_r {
	background-image:url(../images/bdr_top_r_corner.jpg); 
	background-position:right top; 
	background-repeat:no-repeat;
}
div.crn_bot_r {
	background-image:url(../images/bdr_bottom_r_corner.jpg); 
	background-position:right bottom; 
	background-repeat:no-repeat;
}
div.crn_top_l {
	background-image:url(../images/bdr_top_l_corner.jpg); 
	background-position:left top; 
	background-repeat:no-repeat;
}
div.crn_bot_l {
	background-image:url(../images/bdr_bottom_l_corner.jpg); 
	background-position:left bottom; 
	background-repeat:no-repeat;
}

/* Body & Page */

body {
	background-color: #FCFCFC;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

div#page {
	background-color: #FFFFFF;
}

h1 {
	color: #569BBE;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
h1.inside {
	margin-top: 30px;
}

h3 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h5 {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	margin: 10px 0;
}

ul, ol, blockquote {
	margin: 20px 40px;
}
ul.nomargin {
	margin: 15px;
}
ul.nomargin li {
	margin-bottom: 10px;
}
a {
	color: #a3b627;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	color: #a3b627;
	text-decoration: underline;
}

/* Navigation */

div#navigation ul {
	margin: 0;
	list-style: none;
}

div#navigation ul li {
	margin: 0;
	border: 1px solid white;
}

div#navigation ul li a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 4px 0;
}

div#navigation ul li a:hover {
	color: #a3b627;
	text-decoration: none;
}
div#navigation ul li a.active {
	color: #a3b627;
	text-decoration: none;
}
/* Level 2 */
	
div#navigation ul li ul li a {
	padding-left: 10px;
	padding-bottom: 3px;
}

div#navigation ul li ul {
	display: none;
}

/* Buckets */

div.bucket h3 {
	color: #569BBE;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}

/* Foooter */

div#footer {
	font-size: 10px;
}

div#footer a {
	color: #666666;
	text-decoration: none;
}
div#footer a:hover {
	color: #a3b627;
	text-decoration: none;
}
