/* HTML, Body, Main */

HTML, BODY
				{
				background:#FFF;
				text-align:left;
				}
				
/* Default */

* 					{	padding:0px; margin:0px; text-align:left; font-family:Arial,Verdana; font-size:12px; color:#000; font-weight:normal; text-decoration:none;	}

a
					{
					color:#000;
					text-decoration:none;
					}
					
a:Hover
					{
					color:#666!important;
					}

strong				{	font-weight:bold;	}

img					{	border:0px;	}

.small				{	font-size:10px;	}

.left				{	float:left;	}
.right				{	float:right;	}

.divider			{	height:2px;	}

p
					{
					font-family:Times New Roman,Arial,Verdana;
					font-size:14px;
					margin-bottom:10px;
					}

h1
					{
					font-size:24px;
					margin-bottom:10px;
					}
					
h3
					{
					font-size:12px;
					text-transform:uppercase;
					margin-bottom:4px;
					}
					
#id_green h1			
					{
					color:#88B53C;
					}
					
#id_pink h1			
					{
					color:#E9609B;
					}
					
#id_orange h1			
					{
					color:#EE8013;
					}
					
#id_blue h1			
					{
					color:#01B6E8;
					}
					
#id_green h3			
					{
					color:#88B53C;
					}
					
#id_pink h3			
					{
					color:#E9609B;
					}
					
#id_orange h3			
					{
					color:#EE8013;
					}
					
#id_blue h3			
					{
					color:#01B6E8;
					}
					
.line			
					{
					height:1px;
					margin-bottom:10px;
					background-color:#000;
					}
					
#id_green .line			
					{
					background-color:#88B53C!important;
					}
					
#id_pink .line			
					{
					background-color:#E9609B!important;
					}
					
#id_orange .line			
					{
					background-color:#EE8013!important;
					}
					
#id_blue .line			
					{
					background-color:#01B6E8!important;
					}

/* main */				
#id_main
				{
				margin-left:10px;
				width:910px;
				}

/* content */				
#id_navi
				{
				float:left;
				width:200px;
				margin-left:50px;
				margin-right:30px;
				border-top:2px solid #000;
				}
				
#id_navi ul
				{
				list-style:none;
				margin-bottom:20px;
				}
				
#id_navi a
				{
				display:block;
				padding-top:6px;
				padding-bottom:6px;
				}

#id_navi a:Hover
				{
				color:#888!important;
				}				
#id_navi .black li
				{
				border-bottom:1px solid #000;
				}
				
#id_navi .black a
				{
				color:#000;
				}
				
#id_navi .green li
				{
				border-bottom:1px solid #88B53C;
				}
				
#id_navi .green a
				{
				color:#88B53C;
				}
				
#id_navi .pink li
				{
				border-bottom:1px solid #E9609B;
				}
				
#id_navi .pink a
				{
				color:#E9609B;
				}
				
#id_navi .orange li
				{
				border-bottom:1px solid #EE8013;
				}
				
#id_navi .orange a
				{
				color:#EE8013;
				}
				
#id_navi .blue li
				{
				border-bottom:1px solid #01B6E8;
				}
				
#id_navi .blue a
				{
				color:#01B6E8;
				}
						
.first a
				{
				font-weight:bold;
				}

.last
				{
				border-bottom:none!important;
				}
				
/* content */
#id_content
				{
				width:400px;
				float:left;
				padding-top:10px;
				margin-bottom:20px;
				border-top:2px solid #000;
				}
				
#id_green #id_content
				{
				border-top:2px solid #88B53C!important;
				}
				
#id_pink #id_content
				{
				border-top:2px solid #E9609B!important;
				}
				
#id_orange #id_content
				{
				border-top:2px solid #EE8013!important;
				}
				
#id_blue #id_content
				{
				border-top:2px solid #01B6E8!important;
				}
				
#id_content p
				{
				line-height: 1.5em;
				}
				
#id_content img
				{
				padding-bottom:10px;
				}
				
#id_content a
				{
				margin-bottom:10px;
				font-weight:bold;
				background:url(../images/arrow.gif) top right no-repeat;
				padding-right:16px;
				}
				
#id_content a:Hover
				{
				background:url(../images/arrow_over.gif) top right no-repeat!important;
				color:#666;
				}
				
#id_green #id_content a
				{
				background:url(../images/arrow_green.gif) top right no-repeat;
				color:#88B53C;
				}
				
#id_pink #id_content a
				{
				background:url(../images/arrow_pink.gif) top right no-repeat;
				color:#E9609B;
				}
				
#id_orange #id_content a
				{
				background:url(../images/arrow_orange.gif) top right no-repeat;
				color:#EE8013;
				}
				
#id_blue #id_content a
				{
				background:url(../images/arrow_blue.gif) top right no-repeat;
				color:#01B6E8;
				}
				
/* teaser */
#id_teaser
				{
				float:right;
				width:200px;
				margin-bottom:20px;
				padding-top:10px;
				border-top:2px solid #000;
				}
				
#id_teaser p
				{
				line-height: 1.5em;
				}

#id_green #id_teaser
				{
				border-top:2px solid #88B53C!important;
				}
				
#id_pink #id_teaser
				{
				border-top:2px solid #E9609B!important;
				}
				
#id_orange #id_teaser
				{
				border-top:2px solid #EE8013!important;
				}
				
#id_blue #id_teaser
				{
				border-top:2px solid #01B6E8!important;
				}
				
#id_teaser img
				{
				padding-bottom:10px;
				}
				
#id_teaser h3
				{
				margin-bottom:4px;
				}
				
#id_teaser h3 a
				{
				text-transform:uppercase;
				background:url(../images/arrow.gif) top right no-repeat;
				padding-right:16px;
				}
					
#id_teaser h3 a:Hover
				{
				color:#666;
				background:url(../images/arrow_over.gif) top right no-repeat;
				}
				
#id_green #id_teaser a
				{
				color:#88B53C;
				}
				
#id_pink #id_teaser a
				{
				color:#E9609B;
				}
				
#id_orange #id_teaser a
				{
				color:#EE8013;
				}
				
#id_blue #id_teaser a
				{
				color:#01B6E8;
				}


/* form */
#id_content .field
				{
				width:400px;
				border: 1px solid #CCCCCC;
				background-color:#FFFFFF;
				margin-bottom:10px;
				}
				
#id_teaser .field
				{
				width:200px;
				border: 1px solid #CCCCCC;
				background-color:#FFFFFF;
				margin-bottom:10px;
				}
				
.send
				{
				float:right;
				}
				
				
.error  {
        color:red;
        font-size:12px;
        }
		
.error_green
				{
				color:#88B53C;
				}
				