body
{
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;	
	padding-left:5%;
	padding-right:5%;
	background: #f4f4f4 url(images/general/bg.gif) center repeat-y;
}

a {
	text-decoration: none; 
	color: #A374A3;
}

a:hover {
	text-decoration: underline; 
	color: #A374A3;
}

#small {
	font-size: 10px;
}

#txtCenter {
	text-align: center;

}

#container
{
	width: 700px;
	margin: 0 auto;
	
}

#topheader
{
	background-color: #fff;
	height: 110px;
}

#title
{
    font-size: 24px;
    color: #fff;
    font-family: verdana;
    margin: 5px;
}

#navcontainer
{
	background-color: #ccc;
}

.navitem
{
	background-color: #D8BFD8;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 91px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}

.currentitem
{
	background-color:#A82283;
	color:#fff;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	margin-top:1px;
	margin-right:1px;
	float:left;
	width: 76px;	
}

.sidemenuitem
{
	background-color: #D8BFD8;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 160px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}

#main
{
	padding:5px;
	width: 688px;
	text-align:justify;
	color:#A82283;
	line-height: 1.6em;
}

#sidebar
{
	width:197px;
	border:1px solid #DC89BF;
	float:right;
	margin-top:15px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}

#sidebar_left
{
	width:170px;
	border:1px solid #DC89BF;
	float:left;
	margin-top:15px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}

h1
{
	font-size:26px;
	font-weight:bold;
	padding-top: 5px;
}

.headertext1
{
	font-size:18px;
	font-weight:bold;
}
.headertext2
{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.headertext3
{
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}

#footer
{
	background-color:#A374A3;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}


ul {
	list-style-position: outside;
	font-style: italic;
	style : list-style-image;
	list-style-image: url(images/bullets/star.gif);
	
}

.bldUnder {
	color: #A82283;
	text-decoration: underline;
	font-weight: bold;
}

.itl {
	font-style: italic;

}
#caption {
	font-size: 8pt;
	font-style: italic;
	color: #333333;
	font-weight: bold;
	text-align: right;
}

#img_bullet {
	float: left;
	padding-right: 10px;
	border: 0px;
	vertical-align: middle;

}

#img_right
{
	border: 0;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	text-align: left;
	vertical-align: middle;
}

#img_left
{
	border: 0;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align: right;
	vertical-align: middle;
}

img
{
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;	
}

#links ul {
        list-style-type: none;
        list-style-image: none;
		width: 475px;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
		min-height: 80px;		
        margin: 5px 0;
}

#links li a { 
        color: #A82283;
        display: block;
        font: normal 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 475px;
}

#links li a:hover {
        background: #D8BFD8;
}
