@charset "utf-8";
/* CSS Document */
#myform {
	border:1px outset #ccc;
	padding:20px;
/*	margin:20px 0;*/
	margin-left: auto; margin-right: auto;
	text-align:center;
	width:450px;
	-moz-border-radius:4px;
}
#myform h3 {
	margin:0 0 10px 0;
}
/* http://www.quirksmode.org/css/forms.html */
label, input, textarea, select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 20px;
}
label {
	text-align: right;
	width: 195px;
	padding-right: 20px;
}
br {
	clear: left;
}
div.tooltip {
	background-color:#000;
	outline:1px solid #669;
	border:2px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	/* outline radius for mozilla/firefox only */
	outline-radius:4px;
	-moz-outline-radius:4px;
	-webkit-outline-radius:4px;
}
/* get rid of those system borders being generated for A tags */
a:active {
	outline:none;
}
:focus {
	-moz-outline-style:none;
}
#smalltxt {
	font-size: 10px;
	text-align: left;
}


body {
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a {
	color: #0099FF;
}

#wrap #left a {
	text-decoration: none;
	color: #000000;
}
#wrap #left li {
	margin-bottom: 3px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099FF;
}
#wrap #left ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
#wrap #left .posts {
	background-color: #E8F2F9;
}
.menuhead {
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
}


#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(/images/logobg.png);
	height: 35px;
	width: 249px;
	display: block;
	margin-top: 18px;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 35px;
	font-weight: bold;
	color: #0099CC;
	text-align: center;
	padding-top: 43px;
	float: left;
	background-position: center bottom;
	padding-bottom: 5px;
}
#wrap #header h1 {
	display: block;
	background-image: url(/images/balloon_07.png);
	background-repeat: repeat-x;
	margin-top: 18px;
	float: left;
	width: 465px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: normal;
	padding-top: 58px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#wrap #right p {
	line-height: 18px;
}

#wrap #header #logo span {
	color: #FF9900;
}
.spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 2px;
}
#wrap #left {
	width: 220px;
	float: left;
}
#wrap #left .categories {
	background-color: #FEFEE9;
}

#wrap #right {
	float: left;
	padding: 10px;
	width: 755px;
	background-color: #FFFFFF;
	background-image: url(/images/contentbg.png);
	background-repeat: repeat-x;
	margin-left: 5px;
}
#wrap #left a:visited,active {

	text-decoration: none;
	color: #000000;
}
#wrap #left a:hover {
	text-decoration: none;
	color: #0099FF;
	background-color: #FEF1C0;
}
#wrap #right h1 {
	font-size: 25px;
	color: #0066CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#wrap #right .date {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrap #footer {
	background-image: url(/images/balloon_07.png);
	background-repeat: repeat-x;
	padding: 10px;
	height: 25px;
}
#wrap #right blockquote {
	margin: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC66;
}
a:visited,active {
	color: #0099FF;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

#borderbox          {
	border-collapse: collapse;
	border: 1px solid blue;
	border-color: rgb(102,102,102); 
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
				   }
				   
				   /*SUBMIT BUTTON*/
        .button {
            padding: 4px 10px 3px 25px;
            border: solid 1px #8AB134;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '/images/bkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #40740D;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }
        .button img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
        .button:hover {
            color: #8AB134;
        }