body
{
	/*font-family: Arial,Helvetica,sans-serif;*/
	font-family: 'Tahoma','verdana','arial','sans-serif';
	font-size: 11px;
	line-height: 16px;   
    margin-top: 10px;
    background-color: #CCCCCC;
}

.wrap
{
	width: 860px;
	margin: auto;
	background-color: White;
	/*border: solid 1px #5EA1D2;*/
}

.box0
{
	margin-bottom: 5px;
}

	.box0 h2
	{
		/*background: url(../image/h.gif) no-repeat left;*/
		font-size: 12px;
		color: Blue;		
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 5px;
		margin-left: 2px;
		display: block;
		border-bottom: solid 1px blue;
	}
	
	.box0 .inner
	{
		padding: 5px;
	}
	
	.box0 h3
	{
		background: url(../images/h3.png) no-repeat left;
		font-size: 14px;
		color: #FF0000;
		font-weight: bold;
		padding-left: 34px;
		padding-bottom: 5px;
		margin: 15px 0px 5px 0px;
		display: block;
    }

.box1
{
	border: solid 1px #C8E2F3;	
	margin-bottom: 5px;
}

	.box1 h2
	{
		background-color: #5D98BA;
		color: #FFFFFF;
		font-size:14px;
		font-weight:bold;
		padding: 5px;
	}
	
	.box1 .inner
	{
		padding: 5px;
	}
	
	.box1 .hcus
	{
		font-size: 10px;
		color: Blue;		
		font-weight: bold;		
		border: solid 1px blue;
		padding-bottom: 5px;
	}
	
.box1 .box3
{
	margin: 5px;
}

	.box1 .box3 h2
	{
		background: url(../images/bgbox3.JPG) repeat;
		color: Black;
		font-size:14px;
		font-weight:bold;
		padding: 5px;
	}
	
	.box1 .box3 .inner
	{
		padding: 5px;
	}
	
	.box1 .box3 .hcus
	{
		font-size: 10px;
		color: Blue;		
		font-weight: bold;		
		border: solid 1px blue;
		padding-bottom: 5px;
	}

.header
{
	
}

.body
{
	/*background: url(../image/bg.gif) repeat-x top left;*/
}
	.body .left
	{
		width: 240px;
		float: left;
		margin: 0px;
	}
	
	.body .right
	{
		width: 200px;
		float: left;
		margin: 5px;
	}

	.body .mid
	{
	    margin: 5px 0px;
		width: 400px;
		float: left;
	}
	
	.body .mid-2
	{
		width: 650px;
		float: left;
    }

	.body .inner
	{
		padding: 5px;
	}
	
	.body .h2
	{
	}

.footer
{
	border-top: solid 1px #D9E2EA;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	color: Gray;
}

.nav
{
	background-color: #DCEFFA;
	margin-bottom: 1px;
}

.nav ul
{
	list-style-type: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #c8e2f3;
	margin: 0;
}

.nav ul li
{
	display: inline;
	margin: 0;
	float: left;
	position: relative;
	line-height: 14px;
}

.nav ul li a:active, .nav ul li a:link, .nav ul li a:visited
{		
	display: block;	
	padding: 10px 15px;
	font-size: 14px;
	border-right: 1px solid #c8e2f3;
	border-left: 1px solid #fff;
	text-decoration: none;
	color: #0E77AD;
}

.nav ul li a:hover
{
	text-decoration: none;
	background: #cce6f4;	
}

.nav ul li:hover ul, .nav ul li.sfhover ul
{
	left: auto;	
}

.nav ul li ul
{
	background: #DCEFFA;
	left: -999em;
	opacity: 0.9;
	position: absolute;
	width: 220px;
	z-index: 10000;
}

.nav ul li ul li
{
	display: block;
	float: none;
	line-height: 14px;
	border-top: solid 1px white;
}

.item-list li
{
	/*border-bottom: solid 1px gray;*/
	list-style-image: url(../images/list_red.gif);
	list-style-position: inside;	
	padding: 4px 0;
}

.item-list li a:active, .item-list li a:link, .item-list li a:visited
{
	text-decoration: none;
}

.item-list li a:hover
{
	text-decoration: underline;
}

.input-form
{
    padding: 20px;    
}

    .input-form label
    {
        width: 110px;
        float: left;
        padding-bottom: 10px;
        padding-right: 10px;
        font-size: 12px;
        text-align: right;
    }
    
        .input-form label span
        {
            font-size: 11px;
            display: block;
            color: Gray;
            text-align: right;
            min-height: 16px;
        }
        
        .input-form label span.field-validation-error
        {
            color: Red;    
        }
    
    .input-form input
    {
        float: left;
        font-family: tahoma, arial, helvetica, sans-serif;
    }
    
    .input-form select
    {
        float: left;
        font-family: tahoma, arial, helvetica, sans-serif;
    }
    
    .input-form textarea
    {
        width: 300px;
        height: 50px;
        float: left;
        margin-bottom: 20px;
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 12px;
    }
    
.input-form-2
{
    padding: 20px;    
}

    .input-form-2 label
    {
        width: 75px;
        float: left;
        padding-bottom: 10px;
        padding-right: 10px;
        font-size: 12px;
        text-align: right;
    }
    
        .input-form-2 label span
        {
            font-size: 11px;
            display: block;
            color: Gray;
            text-align: right;
            min-height: 16px;
        }
        
        .input-form-2 label span.field-validation-error
        {
            color: Red;    
        }
    
    .input-form-2 input
    {
        float: left;
        font-family: tahoma, arial, helvetica, sans-serif;
    }
    
    .input-form-2 select
    {
        float: left;
        font-family: tahoma, arial, helvetica, sans-serif;
    }
    
    .input-form-2 textarea
    {
        width: 300px;
        height: 50px;
        float: left;
        margin-bottom: 20px;
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 12px;
    }

blockquote.callout
{
    background:url("../images/quotes-purple.png") no-repeat scroll 65px 15px transparent;
    border-bottom:4px dotted #E9E9E9;
    border-top:4px dotted #E9E9E9;
    margin:0;
    padding:10px;
}
    blockquote.callout p
    {
        color:#727272;
        font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
        font-size:125%;
        font-style:italic;
        line-height:1.3;
        padding:20px 120px;
    }
    
.cus-box
{
    border:1px solid black;
    float:left;
    height:200px;
    margin:5px;
    padding:5px;
    width:193px;
}
