/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    }

body {
    font: 11px/1.2 verdana, sans-serif;
    background-color: white;
    color: black;
    }

hr {
	color: #ccc;
	width: 300px;
}

.right_wrap {
	float:right;
	}
.onright {
	padding:4px 4px 6px 2px;
	border-style:solid;
	border-color:#EEEEEE;
	border-width:0px 1px 1px 1px;
	width:215px;
	text-align:right;
	margin:0px 0px 4px 4px;
	font-size:10px;
	}

.picture {
	padding:4px 4px 6px 2px;
	border-style:solid;
	border-color:#EEEEEE;
	border-width:0px 1px 1px 1px;
	width:215px;
	text-align:center;
	margin:0px 0px 4px 4px;
	font-size:10px;
	}
.caption {
	width:80%;
	background-color:#eeeeee;
	padding:5px;
	border: 1px solid black;
	margin: 0px auto;
	
	}
.onright a{
	color:red;
	text-decoration: underline;
	}

.onright a:hover {
	color:#666;
	text-decoration: none;
	}


em {
    font-style: italic;
}

h1 {
    margin-top: 0;
	text-align: left;
	margin-left: 340px;
	padding-left: 10px;
}

h2 {
    margin-bottom: 5px;
    font-size: 1.2em;
    color: #c90051;
	padding-left: 2px;
}
	
h3 {
	font-style: italic;
	font-size: 11px;
	color: #666;
}

img {
    border: 0 none;
}

.header_pink {
	color: #c90051;
	font-weight: bold;
}

p {
    font-size: 1em;
    margin-top: 0;
}

strong {
    font-weight: bolder;
    }

#wrapper {
	text-align: center;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 744px;
    border-bottom-width: 2px;
    -moz-border-radius: 18px;
    }

#homecontent {
	margin: 10px;
	margin-left: 343px;
	height: auto;
	width: auto;
	text-align: left;
}

#homecontent h2 {
	margin-bottom: 10px;
	}
	
#homecontent p {
	padding-left: 10px;
}
	
#homecontent a:hover {
	color: #c90051;
	text-decoration: none;
}

#mainimage {
	position: relative;
	float: left;
	width: 340px;
	text-align: left;
	margin: 0;
	padding: 0;
	display: inline;
	background-image: url(images/left_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainimage p {
	padding: 0;
}

#mainimage ul {
	list-style-type: none;
}

#mainimage li {
    display: block;
    font-size: 1em;
	list-style-type: none;
    }

#mainimage a {
    display: inline;
    background-color: white;
    padding: 0;
	color: #c90051;
    }
	
#mainimage a:hover {
	color: #ccc;
	text-decoration: none;
}

#footer {
    clear: both;
	text-align: center;
	margin: 0 auto;
    margin-top: 40px;
	background-color: white;
	border-top: 1px solid #c90051;
	color: #666;
	padding: 10px;
}

#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: auto;
	height: 1px;
	z-index: 0;
}

#topmenu ul {
	padding: 0;
	margin: 0;
	clear: right;
	list-style-type: none;
	font-weight:normal;
}

#topmenu li {
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
	letter-spacing: .3em;
	text-indent: 1em;
}

#topmenu li a {
	display: block;
	padding: 3px 3px 3px 0;
	text-decoration: none;
	color: black;
	background: white url(images/menu_arrow.gif) left center no-repeat;
}

#topmenu li a:hover {
	color: white;
	background: #c90051 url(images/menu_arrow_ro.gif) left center no-repeat;
}

#topmenu {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 11px;
}

a, a:link, a:visited {
	color: #c90051;
	text-decoration: underline;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

#left_content {
	padding: 0;
	margin: 0;
}