html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img.map {
margin: 80px;
}

img.poster { margin: 0px 20px 0px 20px;
}

img.border {
border: 1px solid #000000; 
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

ol {
    margin-left: 20px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:140%;
	
}

a:link     { color: #330033; font: 10pt verdana,arial,helvetica; font-weight: bold; text-decoration: none }
a:visited  { color: #330033; font: 10pt verdana,arial,helvetica; font-weight: bold; text-decoration: none }
a:active   { color: #330033; font: 10pt verdana,arial,helvetica; font-weight: bold; text-decoration: none }
a:hover    { color: #000000; font: 10pt verdana,arial,helvetica; font-weight: bold; text-decoration: underline }

a:hover {
	text-decoration:underline !important;	
}

a.small:link     { color: #330033; font: 8pt verdana,arial,helvetica; font-weight: bold; text-decoration: none }
a.small:visited  { color: #330033; font: 8pt verdana,arial,helvetica; font-weight: bold; text-decoration: none }
a.small:active   { color: #330033; font: 8pt verdana,arial,helvetica; font-weight: bold; text-decoration: none }
a.small:hover    { color: #000000; font: 8pt verdana,arial,helvetica; font-weight: bold; text-decoration: underline }

a:hover {
	text-decoration:underline !important;	
}

#container {
    width: 1000px;
    margin: 0 auto;
    background: white url('images/container_bg.gif') repeat-y scroll 0 0;
}

#header {
    width: 1000px;
    height: 237px;
    background: white url('images/header.jpg') no-repeat scroll 0 0;
}

#content {
    width: 948px;
    background: transparent url('images/content_bg.jpg') no-repeat scroll 50% 0;
	padding:15px 26px;
	font-size:13px;
}

#mainLeftT {
        position: relative;
        float:left;
        width:400px;
        height:180px;
        padding:10px;
}
#mainRightT {
        position: relative;
        float:right;
        width:500px;
        height:180px;
        padding:10px;
}
#mainLeft {
        position: relative;
        float:left;
        width:360px;
        height:400px;
        padding:10px;
}
#mainRight {
        position: relative;
        float:right;
        width:540px;
        height:400px;
        padding:10px;
}

.fright {
	float: right;
	}

#footer {
    width: 948px;
    background: white url('images/footer_bg.jpg') no-repeat scroll 50% 0;
	padding:0px 26px;
	font-size:13px;
	height:30px;
	
}


#content h1 {
	font-size:21px;
	font-weight:bold;
	line-height: 140%;
	padding-bottom:15px;
}


#content h2 {
	font-size:16px;
	font-weight:bold;
	padding-top:30px;
}

#content h2.first {
	padding-top:23px;
}

#content p {
	padding-top:5px;
	
} 

#content ul {padding-bottom:20px;}


.navigation {
    float: right;
    height: 25px;
    position: relative;
    top: 189px;
    width: 804px;
}

.navigation li {
    display: block;
    float: left;
    line-height: 25px;
    height: 25px;
    padding-left:23px;
}

.navigation li a {
    display: block;
    line-height: 25px;
    height: 25px;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

font.small      { color: #000000; font: 8pt verdana,arial,helvetica; font-weight: normal }
