/* CSS Document */
html {
   height				: 100%;
   margin				: 0px;
   padding				: 0px;
   font-family			: Verdana, Arial, Helvetica, sans-serif;
   font-size			: 10px;
   border				: 0;
   color				: #484848;
}
body {
   height				: 100%;
   margin				: 0;
   padding				: 0;
   font-family			: Verdana, Arial, Helvetica, sans-serif;
   font-size			: 12px;
   border				: 0;   
   background-image		: url(../images/background.gif);	
   background-repeat	: repeat-x;
   background-position  : center top;
   color				: #484848;
}
#wrapper {
	height				: auto;
	min-height			: 100%;
	width				: 946px;
	margin				: auto;
	padding				: 0px;
	text-align			: center;	
	overflow			: hidden;		
	background-image	: url(../images/background_site_wrapper.gif);	
    background-repeat	: no-repeat;
    background-position : left top;
}
#site_wrapper {
	height				: auto;
	width				: 930px;
	margin-top			: 0px;
	margin-bottom		: 0px;
	padding				: 0px;
	text-align			: left;
	overflow			: hidden;
	background-color	: #FFFFFF;	
}
#top_navigation {
	width				: 930px;
	height				: 38px;
	line-height			: 38px;
	margin				: 0px;
	padding				: 0px;
	padding-left		: 10px;
	background-image	: url(../images/background_top_navigation.gif);	
    background-repeat	: repeat-x;
    background-position : center top;
}
#top_navigation h1 {
	line-height			: 38px;
	font-size			: 11px;
	color				: #484848;
	font-weight			: bold;
	margin				: 0px;
	padding				: 0px;
	text-transform		: uppercase;
}
#top_navigation h1 a:link,
#top_navigation h1 a:visited,
#top_navigation h1 a:active{
	line-height			: 38px;
	color				: #484848;
	font-weight			: bold;
	margin				: 0px;
	padding				: 0px;
	text-decoration		: none;
	margin-left			: 5px;
	margin-right		: 5px;
}
#top_navigation h1 a:hover {
	line-height			: 38px;
	color				: #C49756;
	font-weight			: bold;
	margin				: 0px;
	padding				: 0px;
	text-decoration		: none;
	margin-left			: 5px;
	margin-right		: 5px;
}
#content_wrapper {
	width				: 930px;
	margin				: 0px;
	padding				: 0px;
	clear				: both;
}
#left {
	width				: 180px;
	padding				: 20px;
	margin				: 0;
	float				: left;
}
#left ul li a:link,
#left ul li a:visited	{
	padding				: 0px;	
	margin				: 0px;
	color				: #6C5FAF;
	font-size			: 12px;
	font-weight			: bold;
	text-transform		: uppercase;
	line-height			: 30px;
}
#left ul li a:hover	{
	padding				: 0px;	
	margin				: 0px;
	color				: #C49756;
	font-size			: 12px;
	font-weight			: bold;
	text-transform		: uppercase;
	line-height			: 30px;
}
#left ul {
	list-style-type		: none;	
	display				: block;	
	padding				: 0;
	margin				: 0;
}
#left ul li ul li {
	list-style-type		: none;	
	display				: block;	
	padding				: 0;
	padding-left		: 11px;	
	margin				: 0;
	background-image	: url(../images/arrow.gif);	
    background-repeat	: no-repeat;
    background-position : left center;
	border-bottom		: 1px dashed #CCCCCC;
}
#left ul li ul li a:link,
#left ul li ul li a:visited {
	color				: #484848;
	font-weight			: bold;
	text-transform		: none;
	font-size			: 10px;
	line-height			: 25px;
}
#left ul li ul li a:hover {
	color				: #C49756;
	font-weight			: bold;
	text-transform		: none;
	font-size			: 10px;
	line-height			: 25px;
}
#left ul li ul li a.menu_current {
	color				: #6C5FAF;
}	

#content {
	width				: 668px;
	padding				: 20px;
	margin				: 0;
	float				: left;
	border-left			: 1px dashed #cccccc;
	border-right		: 0 dashed #cccccc;
}
#content table {
	width				: 668px;
	border-bottom		: 1px dashed #cccccc;
}
#content table td {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
   	font-size			: 10px;
}
#content h1,
#content h2,
#content h3 {
	padding				: 0px;	
	margin				: 0px;
	color				: #484848;
	font-size			: 12px;
	font-weight			: bold;
	text-transform		: uppercase;
	line-height			: 30px;
	border-bottom		: 1px dashed #CCCCCC;
}
#content input,
#content textarea,
#content select {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
   	font-size			: 10px;
	color				: #484848;
	width				: 50%;
}

#content input[type=submit],
#content input[type=reset],
#content input[type=button] {
	width				: 120px;
}

#content input[type=radio],
#content input[type=checkbox] {
	width				: auto;
}
#content a:link,
#content a:visited {
	color				: #484848;
	font-weight			: bold;
	text-transform		: none;
}
#content a:hover {
	color				: #C49756;
	font-weight			: bold;
	text-transform		: none;
}
#right {
	width				: 140px;
	padding				: 20px;
	margin				: 0;
	float				: left;
}
#right ul {
	list-style-type		: none;	
	display				: block;	
	padding				: 0;
	margin				: 0;
}
#right ul li  {
	list-style-type		: none;	
	display				: block;	
	padding				: 0;
	padding-left		: 11px;	
	margin				: 0;
	background-image	: url(../images/arrow.gif);	
    background-repeat	: no-repeat;
    background-position : left center;
	border-bottom		: 1px dashed #CCCCCC;
}
#right ul li a:link,
#right ul li a:visited,
#right a:link,
#right a:visited {
	color				: #484848;
	font-weight			: bold;
	text-transform		: none;
	font-size			: 10px;
	line-height			: 25px;
}
#right ul li a:hover,
#right a:hover {
	color				: #C49756;
	font-weight			: bold;
	text-transform		: none;
	font-size			: 10px;
	line-height			: 25px;
}
#right img.no_border {
	border: 0px !important;
	text-decoration: none;
}
#right ul li a.menu_current {
	color				: #6C5FAF;
}	
#footer {
	clear				: both;
	width				: 930px;
	height				: 38px;
	line-height			: 38px;
	margin				: 0px;	
	margin-top			: 20px;
	padding				: 0px;
	border-top			: 1px solid #CCCCCC;
	text-align			: right;
	font-size			: 10px;	
}
#footer a:link,
#footer a:visited,
#footer a:active{
	line-height			: 38px;
	color				: #484848;
	margin				: 0px;
	padding				: 0px;
	font-size			: 10px;
	text-decoration		: none;	
}
#footer a:hover {
	line-height			: 38px;
	color				: #C49756;
	margin				: 0px;
	padding				: 0px;
	font-size			: 10px;	
	text-decoration		: none;
}

