/*
	Black: #212121
	Pink: #FF99CC
*/
html {
	scrollbar-base-color: #FF99CC;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #FFE1F0;
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: gray;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
}
body {
	background: url(../images/bg.gif);
	background-repeat: repeat;
	margin-top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #212121;
}

.callout {
	margin: 0px;
	padding-right: 40px;
	float: right;
}

a, a:hover, a:active, a:visited {
	color: #FF99CC;
	font-weight: 700;
}
a:active, a:focus {
	outline: none;
	outline-style: none;
}

h1 {
	padding: 0px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FF99CC;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #FF99CC;
}
ul {
	margin-top: 4px;
	margin-right: 36px;
	padding-top: 0px;
}
input {
	border: #FF99CC 1px solid;
	background-color: #ffffff;
}
textarea {
	border: #FF99CC 1px solid;
	background-color: #ffffff;
}
input[type="checkbox"], input[type="radio"] {
   border: 0;
}
input.btn {
	padding: 2px;
	background-color: #FFE1F0;
  border: #212121 1px solid;
  color: #212121;
  font-size: 12px;
  font-weight: 700;
  filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffff99cc');
}
#layout {
	margin: 0 auto;
	width: 749px;
	background: #FFFFFF;
	border: solid 3px #FF99CC;
	text-align: center;
	background: url(../images/gradient.jpg) repeat-y #FFFFFF;
}
#wrapper {
	width: 749px;
}
#header {
	width: 749px;
}
#fullbox {
	margin: 0 auto;
	width: 749px;
	background: #FFFFFF;
	border: solid 3px #FF99CC;
	text-align: left;
}
#sidebox {
	width: 180px;
	padding: 0px 0 12px 0;
	float: left;
	text-align: center; 
	vertical-align: top;
}
#sidebox a {
	color: #000000;
	font-weight: normal;
}
#sidesection {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	background: #212121;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#mainbox {
	vertical-align: top;
	background: #FFFFFF;
	width: 569px;
	float: left;
	text-align: left;
}
#maincontent {
	padding: 20px;
	font-size: 14px;
	text-align: justify;
}

.coloredtext {
	font-weight: bold;
	color: #FF99CC;
}

#footer {
	width: 749px;
	margin: 0 auto;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

.menu {
	padding-top: 8px;
	text-align: left;
}
ul#menu-nav {
	padding: 0;
	margin: 0;
}
ul#menu-nav li {
	width: 157px;
	float: left;
	list-style: none;
	padding: 3px 8px 8px 10px;
	line-height: 18px;
}
ul#menu-nav li a {
	border-bottom: solid 1px black;
	line-height: 12px;
	color: #1a1a1a;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 12px 21px;
	background: url(../images/arrow.png) no-repeat left top;
	display: list-item;
}
ul#menu-nav li a:hover {
	font-size: 12px;
	font-weight: bolder;
}
#menu-nav .double-line {
	background-position: 0% 20%
}