
/* Expand the width of the layout */

div.flow
{
width: 90% !important;
}

/* Main Settings */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #58583F;
font-size: 10pt;
font-family: "arial", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h3,h4,h5,h6
{
color: #67246D;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

/* Clean up the area*/

br.sweep
{
clear: both;
}

/* Set up the image file presentations */

img
{
padding: 0px;
border:  1px;
}

img.float-left
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

img.float-right
{
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}


a
{
text-decoration: underline;
color: #A930D3;
}

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

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:122px;
background: #000000 url(../images/ps1.jpg) repeat-x;
}

#header_content
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Title */

#title
{
position: absolute;
bottom: 0.6em;
}

#title h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}


/* Main Content Area */

#main
{
background: #fff url(../images/th1.jpg) 0px 1px repeat-x;
}

#main_container p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_container ul
{
margin-bottom: 2.0em;
}

#main_container
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_container h3,h4
{
border-bottom: dotted 1px #ECEAEA;
position: relative;
}

#main_container h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_container h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #ECEAEA;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
}


/* Primary content */
	
#Content
{
position: relative;
margin-right: 17em;
}

#column-left
{
position: relative;
float: left;
width: 100%;
margin-right: -17em;
padding-right: 2em;
}

/* Secondary Content */

#Content_2
{
float: right;
}

#column-right
{
width: 13.0em;
float: left;
padding: 0em 0em 0.5em 2em;
border-left: dotted 1px #ECEAEA;
}


