@charset "utf-8";
/*---------------------------------------------------------------------
 VER 1.0 
DATE 06/05/2009
---------------------------------------------------------------------*/

/*---------------------------------------------------------------------
HIDDEN INFO FOR NON CSS OR HTML READERS
---------------------------------------------------------------------*/
#hidden {
	position:absolute;
	left:-9999px; 
}

/*---------------------------------------------------------------------
PRINT STYLE
---------------------------------------------------------------------*/
@media print	{

}

/*---------------------------------------------------------------------
LAYOUT
---------------------------------------------------------------------*/
html	{
	margin:0px;
	padding:0px;
}

body	{
	font-size:smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;	
	background: #4F2364;
	color: #333;
	margin:0px;
	padding:0px;
}

img {
	padding: 0px;
	margin: 0px;
	border:none;
}

/*---------------------------------------------------------------------
FORMS
---------------------------------------------------------------------*/
form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin:.3em;
}

legend	{
	margin:0;
	padding:0;
	letter-spacing: normal;
	font-weight: normal;
	font-family: verdana, helvetica, arial, sans-serif;
	line-height: 1.166;	
	color: #333;
}

button	{
	border: 1px solid #666;
	text-decoration: none;
	color: #333;
	padding:.1em .2em .1em .2em;
	margin:.3em;
	font-weight:normal;
	background: #FFF url(../images/dwt/header_bg.gif) top left repeat-x;
}

button:hover	{
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
	padding:.1em .2em .1em .2em;
	margin:.3em;
	font-weight:normal;
	background:url(../images/dwt/header_bg.gif) top left repeat-x;
	cursor: pointer;
}

/*---------------------------------------------------------------------
TABLES
---------------------------------------------------------------------*/
table.forTables	{
	margin:0;
	padding:0;
	letter-spacing: normal;
	font-weight: normal;
	font-family: verdana, helvetica, arial, sans-serif;
	line-height: 1.166;	
	color: #333;
	font-size:10px;
	border:1px solid #CCC;
	border-collapse:collapse;	
}

table.forTables	td	{
	border:1px solid #CCC;
	border-collapse:collapse;
	vertical-align:top;
	text-align:left;
}

/*---------------------------------------------------------------------
TEXT
---------------------------------------------------------------------*/
h1, h2, h3, h4	{
	margin:0px;
	padding:5px;
	letter-spacing: normal;
	line-height: normal;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a	{
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {

}

p, li, td, th, dt, dd, pre, code  {	
	line-height: normal;
	font-weight: normal;
}

h1	{
	font-size:18px;
}

h2	{
	font-size:16px;
}

h3	{
	font-size:14px;	
}

p	{
	margin:0;
	padding:5px;/*2px 5px 2px 5px*/
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #142639;
}

a:visited {
	color: #37014C;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: square;
}

/*---------------------------------------------------------------------
QUOATES
---------------------------------------------------------------------*/
.quotes	{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-style:italic;
	font-weight: normal;
	padding: 8px;
	margin: 8px;
	color: #468;/*#29447B*/
}

img.open {
	vertical-align:top; 
	margin:0;
	border:none;
	padding:0;
}

img.close {
	vertical-align:top; 
	margin:0;	
	padding:0;
	border:none;
}

/*---------------------------------------------------------------------
CONTAINER
---------------------------------------------------------------------*/
div#container {
	width:auto!important;
	border:none;
	background:#FFF;/*#EEE4C4*/
	margin:0px auto 0px auto;
}

div#content {
	width:770px!important;/*780*/
	min-width:770px;/*780*/
	background:#fff;
	border-left:1px solid #FFF;/*#E6E6E6*/
	border-right:1px solid #FFF;/*#E6E6E6*/
	margin:0px auto 0px auto;
	padding:1%;
	padding-top:1.9%;
}

div.insideContent {
	border:1px solid #E6E6E6;
	font-family:"Book Antiqua",Verdana, Arial, Helvetica, sans-serif;
/*	font-size:medium;*/
	color:#25003A;
}

div.insideContent h1{
	font-size:22px;
}

div.insideContent h2{
	font-size:20px;
}


div.insideContent h3{
	font-size:18px;
}

div.insideContent p {
	font-size:medium;
}

/*---------------------------------------------------------------------
BANNER
---------------------------------------------------------------------*/
div#bcontainer	{
	width: auto !important;
	margin:  0px auto 0px auto;
	border-top: 5px solid #AB7AB9;/*#4F2364#E6E6E6*/
	background:#F3E8F4;/*#EEEEEE*/
	color: #FFF;
}

div.banner {
	width: 780px !important;
	min-width: 780px;
	margin:  0px auto 0px auto;
	padding: 0px;
	background:#F3E8F4;/*#AB7AB9*/
	border-left: 1px solid #F3E8F4;
	border-right: 1px solid #F3E8F4;
}

/*---------------------------------------------------------------------
NAVIGATION - LAYER
---------------------------------------------------------------------*/
div#nav	{
	width: auto !important;
	margin:0px auto 0px auto;
	border: none;
	background: #4F2364;/*#EEEEEE*/
}

div.insideNav	{
	width: 780px !important;
	min-width: 780px;
	margin:0px auto 0px auto;
	padding:0px;
	height: 2.3em !important;
	border-right:1px solid #4F2364;
	border-left:1px solid #4F2364;
	font-size:17px;
}

div#nav ul	{
	margin: 0 !important; 
	padding:0; 
	list-style: none;
	list-style-type: none;
	list-style-position: outside;	
}

div#nav li  {
	/*width: 5.9em;*/
	float:left;
}
div#nav a {
	text-decoration: none; 
	display: block; 
	height: 18px !important;
	padding:.5em .8em .5em .7em;
	color: #FFF;
	font-weight: normal;
	text-align:center;
}

div#nav a.select {
	text-decoration:none;
	background:url(../images/dwt/nav_selected.gif) left repeat-x;
}

div#nav a:hover {
	text-decoration: none; 
	color: #FFF;
	background:url(../images/dwt/nav_selected.gif) left repeat-x;
}

/*---------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------*/
div#footer {
	width: 100% !important;
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #AB7AB9;
	background:#4F2364;/*#531466#F3E8F4*/
}

div.insideFooter a	{
	color: #FFF;
	text-decoration: none;
}

div.insideFooter a:hover	{
	color: #CCC;
	text-decoration:underline;
}

div.insideFooter	{
	width: 780px !important;
	min-width: 780px;
	margin: 0px auto 0px auto;
	padding:0px;
	background:#4F2364;/*#F2F2F2#E6E6E6#531466*/
	font-size: x-small;
	color:#FFF;
	text-align:center;
/*	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}

div.footer_content {
	margin:1%;
	min-height:200px;
	background:#71498B;/*#37014C*/
	text-align:left;
	width:31%;
	float:left;
	clear:right;
	font-size: small;
	font-family:"Book Antiqua",Verdana, Arial, Helvetica, sans-serif;
}

div.footer_content h1 {
	display:block;
	border-bottom: 1px solid #8B5EAA;/*#4F2364#AB7AB9*/
	padding-left:.7em;
	background:#37014C;
}

div.footer_content p {
	display:block;
	border-bottom: 1px solid #8B5EAA;/*#4F2364 #AB7AB9*/
 	background:#71498B;/*#68635C*/
	padding:1.2em;
}

/*---------------------------------------------------------------------
EXTRAS
---------------------------------------------------------------------*/
img.borderpadding	{
	padding:5px;
	margin:5px;
	border:1px solid #666;
}

img.paddingonly	{
	padding:5px;
	margin:5px;
	border:none;
}

img.dottedBorderPadding	{
	padding:5px;
	margin:5px;
	border:1px dashed #666;
}

.bakShade	{
	background: #E6E6E6;/*#F2F2F2*/
	margin:10px;
	padding:10px;
}

.attribut	{
	color:#666;
	font-style:italic;
}
