@charset "utf-8";

a:link {
	text-decoration: none;
	color: #AB273F;
}
a:visited {
	text-decoration: none;
	color: #F0F;
}
a:hover {
	text-decoration: none;
	color: #F9C;
}


body {
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #FFF;
	background-image: url(images/background2.png);
	background-position: top;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11pt;
	color: #666;
	line-height: 26px;
	margin-right: 25px;
	margin-left: 15px;
	text-decoration: none;
	text-align: left;
}

a img {
	border: none;
	vertical-align: middle;
}


h1 {
	color: #AB273F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-align: right;
	text-transform: none;
	margin-top: 15px;
	font-style: normal;
	font-weight: bolder;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #AB273F;
	margin-right: 25px;
	margin-left: 15px;
}
h2 {
	color: #AB273F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: left;
	margin-left: 15px;
	margin-bottom: -15px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	text-align: left;
	margin-left: 15px;
	margin-right: 20px;
	margin-top: -20px;
}
h5 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
	text-transform: capitalize;
	margin-top: 15px;
	font-style: normal;
	background-position: right;
	line-height: 20px;
}
h6 {
	color: #F3C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	font-style: italic;
	line-height: 25px;
}
.welcome {
	color: #ED0F98;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: lighter;
	text-align: right;
	text-transform: capitalize;
	margin-top: 25px;
	font-style: normal;
}

.highlight {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #F0F;
	margin-bottom: -15px;
	font-weight: normal;
}
.competition {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2BA7DA;
	margin-bottom: -15px;
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	text-align: center;
}

.signature {
	margin-left: 10px;
}
.top {
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	color: #06F;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #090;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
}





/* CSS Document */

#wrapper {
	width: 100%;
	margin: 0px;
}
#container {
	width: 836px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	background-position: right top;
	background-repeat: no-repeat;
}
#header {
	height: 105px;
	width: 900px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/logo.png);
}
#menubar  {
	height: 43px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
}

#menubar a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	width: 150px;
	height: 43px;
	float: left;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/flower1.png);
	background-repeat: no-repeat;
	background-position: right;
}
#menubar a:hover {
	margin-top: auto;
	margin-bottom: auto;
	height: 43px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/jelly-bean.png);
}


#bodywrap {
	width: 836px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #FFF;
}


#sidemenu {
	width: 200px;
	float: left;
	height: 285px;
	margin-top: 30px;
}


#sidemenu a  {
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-variant: normal;
	color: #000;
	background-image: url(images/flower1.png);
	background-repeat: repeat-y;
	text-indent: 35px;
}


#sidemenu a:hover {
	color: #F0F;
	background-image: url(images/flower2.png);
	background-repeat: repeat-y;

}

#image {
	width: 200px;
	height: auto;
	float: left;
	margin-top: 20px;
}


#bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 636px;
	float: left;
	height: auto;
	color: #333;
	line-height: 25px;
	font-size: 12px;
}

#wrapper #body table tr td p {
	margin-right: 20px;
	vertical-align: text-top;
	margin-left: 15px;
}
#bodytext table p{
	border-top-style: none;
	right: 50px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	text-align: left;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 2px;
}



#footer {
	height: 214px;
	width: auto;
	vertical-align: middle;
	color: #AB273F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
	font-weight: normal;
	margin-top: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center;
	
}


#bodytext table {
	border-top-style: none;
	margin-top: 5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
