/* Import Stylesheet
----------------------------------------------------------------------------- */
	@import url("actions.css");

/* global reset */
html, body, 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, dl, dt, dd, ol, ul, li, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; } /* remember to define focus styles! */ :focus { outline: 0; } body { line-height: 1; color: black; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption, th, td {font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }

body{
	background-image: url(../images/background2a.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:repeat;
	color: #000000;
	line-height: 120%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 6px;
	}
	
 h1 { font-size:32px; font-weight: bold; color:#673596; margin-bottom:15px; padding-bottom:10px; border-bottom:1px dotted #999;}
 h2 { font-size:18px; font-weight: bold; color:#673596; }
 h3 { font-size:16px; font-weight: bold; color:#673596; }
	/* forms  -1.2- -------------------------------------------------------------------------------------------------------------------------------*/
		
	input,textarea,select{color: #949b94; font-size:11px;}
	
	/* links -1.3- -------------------------------------------------------------------------------------------------------------------------------*/		
	a{
		color: #333;
		font-size:14px;
		font-family:Arial, Verdana, Helvetica, sans-serif;
	 }
	 
	a:hover{
		text-decoration: none;
	}
	/* others -1.4- -------------------------------------------------------------------------------------------------------------------------------*/
	p{
	line-height:1.5em;
	}
	
	strong{
		font-weight: bold;}
	em{
		font-style: italic;}
		
/* Layout style */
#wrraper{margin:0px auto; width:820px; background-color:white; padding:10px 10px 0px 10px; border-left-width: 10px; border-left-style: solid; border-left-color: #673596; border-right-width: 10px; border-right-style: solid; border-right-color: #673596;}
#page{width:800px;}

/*  Header elements -2- ===========================================================================*/

#header{height:235px;}
#header div.logo {margin:0 10px; width:210px; float:left;}
#header div.banner {width:555px; float:right;}

/*  Nav elements -2- ===========================================================================*/

#nav{margin:0 0 10px 265px; width:555px; height:24px;}

/* Container 
--------------------------------------------------------- */
#left-colum { width:240px; float:left;}
#left-colum li {margin-bottom:15px;}

#left-colum h1, h2, p{ margin-bottom:10px;}
#left-colum h1 { margin-bottom:15px; padding-bottom:0px; border-bottom:none;}
#left-colum div.contact-info{ padding-left:15px;}

/* --------- */
#container { width:520px; float:left; margin-left:20px;}
#container h1{ font-size:18px; color:#673596; margin-bottom:15px; padding-bottom:10px; border-bottom:1px dotted #999;}
#container li{ background:url(../images/bullets.gif) left top no-repeat; padding-left:15px; margin-bottom:15px;}

#container_reg { width:100%; float:left; margin:0px 5px;}
#container_reg h1{ font-size:18px; color:#673596; margin-bottom:15px; padding-bottom:10px; border-bottom:1px dotted #999;}
#container_reg li{ background:url(../images/bullets.gif) left top no-repeat; padding-left:15px; margin-bottom:15px;}

/* Footer 
------------------------------------- */
#footer {  padding:10px 0; border-top:1px dotted #999; color:#999; text-align:center;}

#form td { padding:3px 5px; border-bottom:1px solid #eee; color:#333;}
#form td.sm { color:#888; font-size:11px;}

