@charset "utf-8";
/* CSS Document */


body {
	margin:10px;
	background-color:#CCCCFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
strong {
	color:#000080;
}
a {
	outline:none;
}
ul {
	margin:0px;
}
form {
	margin:0px;
	padding:0px;
}
label {
	display:block;
	padding-bottom:2px;
	font-size:12px;
}
input {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
select {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
textarea {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
a:link {
	color:#CC00FF;
	text-decoration:none;
}
a:visited {
	color:#CC00FF;
	text-decoration:none;
}
a:hover {
	color:#CC00FF;
	text-decoration:underline;
}
a:active {
	color:#CC00FF;
	text-decoration:none;
}



/* -- content -------------------------------------------------- */
#body_wrapper {
	margin-left:auto;
	margin-right:auto;
	width:713px;
	background-image:url(../images/layout/body_wrapper.png);
	background-position:top;
	background-repeat:repeat-y;
}
#content {
	background-image:url(../images/layout/content.png);
	background-position:top right;
	background-repeat:no-repeat;
	float:left;
	width:450px;
	padding-top:25px;
	padding-right:72px;
}
.title {
	color:#000080;
	font-weight:bold;
	text-align:center;
	margin-bottom:12px;
}
.title img {
	padding-left:10px;
	padding-right:10px;
}
.note {
	font-size:12px;
	
}
.dropshadow {
	background-image:url(../images/layout/dropshadow.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-left:17px;
	margin-top:17px;
}
.dropshadow img {
	background-color:#FFFFFF;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	padding:2px;
	margin-left:-17px;
	margin-top:-17px;
}
.info {
	padding:5px;
	background-color:#EFEFFF;
	border-style:solid;
	border-color:#CCCCFF;
	border-width:2px;
}
.new {
	font-weight:bold;
	color:#FF0000;
	padding-right:10px;
}
.hide {
	display:none;
}
.error {
	padding-top:2px;
	color:#CC0000;
	font-weight:bold;
	font-size:12px;
}


/* -- header -------------------------------------------------- */
#header {
	margin-left:auto;
	margin-right:auto;
	width:713px;
	height:136px;
	background-image:url(../images/layout/header.png);
	background-repeat:no-repeat;
}
#header div {
	position:relative;
	top:108px;
	left:306px;
	width:386px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	white-space:nowrap;
}
#header span {
	padding-left:12px;
	background-image:url(../images/layout/header_menu_divider.png);
	background-position:left;
	background-repeat:no-repeat;
	white-space:nowrap;
}
#header a:link {
	color:#CCCCFF;
	text-decoration:none;
}
#header a:visited {
	color:#CCCCFF;
	text-decoration:none;
}
#header a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#header a:active {
	color:#CCCCFF;
	text-decoration:none;
}



/* -- footer -------------------------------------------------- */
#footer {
	margin-left:auto;
	margin-right:auto;
	width:713px;
	height:111px;
	background-image:url(../images/layout/footer.png);
	background-repeat:no-repeat;
}
#footer div {
	position:relative;
	top:32px;
	left:3px;
	width:697px;
	line-height:14px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	white-space:nowrap;
}
#footer a:link {
	color:#CCCCFF;
	text-decoration:none;
}
#footer a:visited {
	color:#CCCCFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:active {
	color:#CCCCFF;
	text-decoration:none;
}



/* -- menu -------------------------------------------------- */
#menu_wrapper {
	float:left;
	width:191px;
	background-image:url(../images/layout/menu_wrapper.png);
	background-position:top;
	background-repeat:no-repeat;
}
#menu {
	padding-left:6px;
	width:157px;
}
#menu .option {
	display:block;
	height:36px;
	line-height:36px;
	vertical-align:middle;
	background-image:url(../images/layout/menu_option.png);
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}
#menu .option:hover {
	background-image:url(../images/layout/menu_hover.png);
}
#menu .option.hover {
	background-image:url(../images/layout/menu_hover.png);
}
#menu a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:active {
	color:#FFFFFF;
	text-decoration:none;
}



/* -- promo -------------------------------------------------- */
.promo {
	width:191px;
	height:153px;
	background-position:top;
	background-repeat:no-repeat;
}
.promo div {
	position:relative;
	left:15px;
	top:15px;
	width:136px;
	font-size:12px;
}
.promo strong {
	color:#000080;
	font-weight:bold;
	text-decoration:underline;
}

.facebook {
	width:155px;
	margin:10px 0px 0px 10px;
	padding:5px;
	border:1px solid #CCCCFF;
	background-color:#FFFFFF;
	background-image:url(../images/layout/box_fade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
