.content-wrapper {
	position: relative; margin-top: 25px;
	background: url(../images/border-bg.gif) 5px 0 repeat-y;}

/* Bread crumbs */
	.main-path {
		position: relative; margin: 0 30px 10px 25px; 
		font-size: .9em; font-family: Verdana, sans-serif;
		text-transform: lowercase; color: #0059a5;}

/* Main header */
	.main-header {
		position: relative; margin: 5px 30px 5px 5px; padding: 0 0 0 18px;
		font-size: 1.5em; font-weight: normal; text-transform: uppercase; color: #0059a5;
		background: url(../images/headers-bg.gif) 0 3px no-repeat;}

/* Content */
.content {
	position: relative; font-size: 1.1em; line-height: 1.4em;
	padding: .6em 30px .6em 25px; color: #464646;}
	
	/* text */
		.content hr { border: none; border-top: 1px dashed #0059a5; height: 0;}
		.content p	{ font-size: 1em; margin: 0 0 1em;}
		.content sub, .content sup, .content small { font-size: .9em;}
		.content big { font-size: 1.2em;}
		.content blockquote {
			margin: 1.5em 10px; padding: 1px 1em 3px 15px; color: #7d7d7d; font-size: .9em;
			background: url(../images/blockquote.gif) 0 0 repeat-y;}

	/* headers */
		.content h1, .content h2, .content h3 { 
			padding: 0 0 3px 15px; 
			color: #0059a5; text-transform: uppercase;}
		.content h1 { margin: .6em 0 .3em; font-size: 1.3em;}
		.content h2 { margin: .6em 0 .3em; font-size: 1.2em;}
		.content h3 { margin: .6em 0 .3em; font-size: 1.1em;}
		.content h4 { margin: .6em 0 .3em; color: #0059a5; font-size: 1em;}
		.content h5 { margin: .6em 0 .3em; color: #0059a5; font-size: 1em; font-weight: normal;}
 
		
	/* lists */
		.content ol { margin: .75em 0 .75em 2em; list-style-position: outside;}
		
		.content ul { margin: .75em 0 .75em 1em;}		
		.content ul li {
			position: relative; padding: 0 0 0 .6em; list-style-type: none;
			background: url(../images/content-list.gif) no-repeat 0 .7em;}

			.content ul li ul{ margin: .3em 0 .3em .3em;}		
			.content ul li ul li{
				position: relative; padding: 0 0 0 .6em; list-style-type: none; font-weight: normal; 
				background: url(../images/content-list-in.gif) no-repeat 0 .7em;}
	
	/* tables */
		.table-style {
			position: relative; margin: .6em 0 .3em;  
			width: 100%; margin-right: -10000px;
			border: solid #0059a5; border-width: 2px;}
		.table-style td,.table-style th {
			padding: .4em .8em; border: solid #0059a5; border-width: 0 0 1px 1px;}
		.table-style-header, .table-style th {
			font-weight: bold; color: #0059a5;
			 border-bottom: 2px solid #0059a5 !important;}
		.table-style-row { }

	/* forms */
		.form-style td	{ padding: .3em .5em; font-size: .9em; }
		.form-label		{ text-align: right; width: 150px;}
		.form-comment	{ color: #7d7d7d;}

		/* warnings */
		.form-require	{ font-weight: bold; font-size: 1.1em; color: #0059a5;}
		.form-error		{
			display: block; color: #0059a5; text-transform: lowercase;
			font-size: .8em;  font-family: Verdana;}
		
		/* inputs */
		.form-data { font-size: 1.1em;}
			.form-input {
				padding: 2px; border: 1px solid #0059a5;
				width: 230px; height: 15px; color: #777;}
			.form-input-medium {
				padding: 2px; border: 1px solid #0059a5;
				width: 100px; height: 15px; color: #777;}
			.form-textarea {
				padding: 2px; border: 1px solid #0059a5; font-family: arial;
				width: 230px; height: 100px; color: #777;}
			.form-select { width: 236px; border: 1px solid #0059a5; padding: 2px;}


			.form-checkbox, .form-submit { cursor: pointer;}
