/* style sheet for main index page*/ 

BODY
{
    COLOR: #ffffff;
/*    background-color : #ffffff;*/
    background-image: url("images/background.jpg");
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif/*Georgia, Times, Serif*/;
    MARGIN: 30px; 
    cursor:default; 
    FONT-SIZE: 14px;

}

img
{
        padding: 1px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 200px;
        border:1px solid #ffffff;
}


b
{
	color: #ff6600;
}

i
{
	color: #ffc096;
}

a
{
	color: #003366;
	text-decoration: none;/*underline;*/
	}
a:hover 
{
	color: #be0d13;
	text-decoration: none;/*underline;*/
}

/****images****/


h1
{
	color: /*#916309;*/#ffffff;
    FONT-SIZE: 20px;
    border-bottom: 3px solid #ff6600;
	font-style: none;
	font-weight:bold;
	margin-top: 20px;
}

h2
{
	color: #83620c;
    FONT-SIZE: 15px;
    border-bottom: 1px solid #b98c11;
    font-style: none;
    font-weight:bold;
}

h3
{
    color: #694f09;
    FONT-SIZE: 14px;
    /*border-bottom: 1px solid #b98c11;*/
    margin: 0px 0px 4px 0px;
    font-style: none;
    font-weight:bold;
}

h3.white
{
    color: #ffffff;	
    FONT-SIZE: 14px;
    /*border-bottom: 1px solid #b98c11;*/
    margin: 0px 0px 4px 0px;
    font-style: none;
    font-weight:bold;
}

div
{
	margin:0px;
	padding:0px;
}

#colorinput
{
	color: #684e0a;
}

#bodyframe
{
	margin:0px;
	padding:0px;
	/*background-image: url('images/background-fade-down.jpg');
	background-repeat: repeat-x;*/
}

#maincontent
{
	margin-top:25px;
	 margin-left: 100px; 
	 margin-right: 100px; 
}

