/* Color Glossary
   ====================
	bgcolor (page background color) #FFFFFF

	divbgcolor (div background color) #FFFFFF

	textcolor (text color) #494949

	highlightcolor (highlight color) #E53996

	imgbordercolor (image border color) #999999

	dottedcolor (dotted border color) #8C8C8C
	
*/

/* Elements */

/* Fonts */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL {
font-size: 11px;
font-family: helvetica, arial, sans-serif;
font-style:normal;
color: #494949;}


/* Real styles */


A:link {color: #E53996;
background: transparent;
text-decoration: none;}

A:visited {color: #E53996;
background: transparent;
text-decoration: none;}

A:hover {color: #E53996;
background: transparent;
text-decoration: underline;}

A:active {color: #E53996;
background: transparent;
text-decoration: underline;}


A.tint:link {
color: #494949;
background: transparent;
text-decoration: none;}

A.tint:visited {
color: #494949;
background: transparent;
text-decoration: none;}

A.tint:hover {color: #E53996;
background: transparent;
text-decoration: underline;}

A.tint:active {
color: #494949;
background: transparent;
text-decoration: underline;}


ADDRESS {margin: 0em 0% 0em 0%;
font: italic 1em/1 sans-serif}

BIG {font-size: 1em}

BLOCKQUOTE {margin: 0em 0% 0em 0%;
line-height: 1}

BODY {margin: 0em 0% 0em 0%;
font-size: 11px;
font-family: helvetica, arial, sans-serif;
color: #494949;
background-color: #FFFFFF;
text-align:center;
}

BUTTON {cursor: auto}

CAPTION {margin: 0em 0% 0em 0%;
line-height: 1}

CODE {font-size: 1em;
font-family: monospace} /* To avoid overriding boldness/italicity by using font */

DIV {margin: 0em 0% 0em 0%;
line-height: 1.5}

DD {margin: 0em 0% 0em 0%;
line-height: 1}

DL {margin: 0em 0% 0em 0%}

DT {margin: 0em 0% 0em 0%;
line-height: 1}

H1 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

H2 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

H3 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

H4 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

H5 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

H6 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

HR {margin: 0em 0% 0em 0%}

HTML {margin: 0}

IMG {margin: 0em 0% 0em 0%}

INPUT {cursor: auto}

KBD {font: 1em monospace}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: none}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: none}

OL OL OL OL {list-style: none}

P {margin: 0em 0% 0em 0%;
line-height: 1.5
}

PRE {margin: 0em 0% 0em 0%;
font: 1em/1 monospace}

SAMP {font: 1em monospace}

SMALL {font-size: 1em}

SUB {font-size: 1em}

SUP {font-size: 1em}

TD {line-height: 1.4}

TEXTAREA {cursor: text}

TH {font: bold 1em/1 sans-serif}

TT {font: 1em monospace}

UL {margin: 0em 0% 0em 5%;
list-style: none}

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: none}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: none}

UL UL UL UL {list-style: none}



#container {
width:753px;
margin:16px auto 0px;
padding:0;
text-align:left;
}

#header {
width:753px;
background-color: #FFFFFF;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#menu {
width:175px;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 15px;
float:left;
background-color: #FFFFFF;
border-top:1px dotted #8C8C8C;
border-bottom:1px dotted #8C8C8C;
}


#content {
width:512px;
min-height:352px;
margin:0px auto 20px;
padding: 0px 15px 10px 15px;
text-align:left;
float:right;
background-color: #FFFFFF;
border-top:1px dotted #8C8C8C;

}

#menu p {
margin-top:10px;
text-align:left;
}

#menu ul, #content ul {
text-indent: 0px;
margin:10px 0px 25px 0px;
padding:0px 0px 0px 0px;
list-style-type:none;
}

#menu li, #content li.desc {
margin:0px 0px 0px 15px;
padding:0px 0px 0px 0px;
list-style-type:none;
font-size: 11px;
font-family: helvetica, arial, sans-serif;
font-style: normal;
font-weight:normal;
color: #494949;
line-height:1.5;
}

#content li {
margin:25px 0px 0px 0px;
padding:0px 0px 0px 0px;
list-style-type:none;
font-size: 11px;
font-family: helvetica, arial, sans-serif;
font-style: normal;
font-weight:normal;
color: #494949;
line-height:1.5;
}


img.polaroid {
border: 1px solid #999999;
background: transparent;
text-align:center;
}

.left {
float:left;
}

.right {
float:right;
}

.title {
font-family: times, georgia, serif;
font-style: italic;
font-weight: normal;
font-size: 13px;
text-align:left;
}

.emph {
font-weight: bold;
}

.ital {
font-style: italic;
}

p.fine {
margin:0px 0px 5px 0px;
font-size: 10px;
font-family: helvetica, arial, sans-serif;
color: #c7c7c7;
}





