﻿@charset "utf-8";
/* CSS Document */

html body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFCCFF;
}

#wrapper {
	width:800px;
	margin:auto;
	padding: 0px 0px 0px 0px;
	border:#9900CC 1px solid;
	background-color:#FFFFFF;
}

#header_top {
	width:790px;
	background-color:#9900CC;
	padding: 5px 5px 5px 5px;
}

#header_top a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

#header_top a:hover {
	text-decoration:underline;
}

#header_middle {
	width:800px;
	background-color:#FFFFFF;
}

#header_bottom {
	width:790px;
	background-color:#FFFFFF;
	border-top:#CC66CC 1px solid;
	border-bottom:#CC66CC 1px solid;
	padding:5px 5px 5px 5px;
}

#header_bottom a {
	font-weight:bold;
	text-decoration:none;
	color:#009900;
}

#header_bottom a:hover {
	text-decoration:underline;
}

#header_bottom ul {
	margin-left:0px;
	padding-left:0px;
	display:inline;
}

#header_bottom li {
	list-style:none;
	margin-left: 0px;
	padding: 3px 15px;
	border-left: 1px solid #FF6600;
	display:inline;
}

#header_bottom li.first {
	margin-left:0px;
	border-left:none;
	list-style:none;
	display:inline;
}

#main_left {
	width:505px;
	padding: 5px 5px 20px 5px;
	background-color:#FFFFFF;
	float:left;
}

#main_left h1 {
	font-size:24px;
	color:#9900CC;
}

#main_left h2 {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	color:#9900FF;
}

#main_left h3 {
	font-size:14px;
	color:#990055;
	margin:0px 0px 0px 0px;}
	
#main_left ul {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
}

#main_left p {
	margin-top:0px;
	text-align:justify;
}

#main_left #headp {
	margin-bottom:0px;
	margin-top:10px;
}

#main_left a {
	color:#009900;
	text-decoration:none;
	font-weight:bold;
}

#main_left a:hover {
	text-decoration:none;
}

#main_left #awards {
	background-color:#FFCCFF;
	margin-bottom:10px;
	padding:10px;
	border:#9900FF 1px solid;
}

#main_right {
	width:252px;
	float:right;
	background-color:#FFFFFF;
	padding:9px;
	margin-top:10px;
	margin-right:0px
}

#main_right #bluebox {
	background-color:#003366;
	width:250px;
}

#main_right p {
	color:#003366;
	font-weight:bold;
}

#main_right h1 {
	font-size:24px;
	color:#9900CC;
}

#main_right #photo {
	border:none;
	font-size:12px;
	color:#333333;
	font-style:italic;
	text-align:center;
	margin-bottom:20px;
}

#main_right #celebrating {
	border-bottom:1px #999999 solid;
	margin-bottom:10px;
}

#main_right a {
	text-decoration:none;
	color:#FF6600;
	font-weight:bold;
}

#main_right a:hover {
	text-decoration:underline;
}

#main_right ul {
	margin-left:0px;
	padding-left:0px;
}

#main_right li {
	list-style:none;
	list-style-position:outside;
	margin:0px;
	width:300px;
}


#footer {
	clear:both;
	background-color:#9900CC;
	padding: 5px 5px 5px 5px;
}

#footer #bold {
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
}

#photocaption {
	color:#666666;
	font-style:italic;
	text-align:center;
}
	