/*Style CSS*/

a img{border:none}

img{
    padding-right:20px;
    padding-left:0px;
    }

body {background-color:#FFFFFF;
    background-position:center;
}
body A:link {
 COLOR: #c4bf62 /*The color of the link*/;
 text-decoration:none;
 font-size:18px;
 border: 0px;
}
body A:visited {
 COLOR: #c4bf62 /*The color of the visited link*/;
 text-decoration:none;
 font-size:18px;
}
body A:hover {
 COLOR: Orange /*The color of the mouseover or 'hover' link*/
}

#MainContainer{
    width:850px;
    border:solid;
    border-width:20px;
    border-color:#fff;
    height:auto;
    margin:auto;
}

#MainContent{
    width:100%;
    background-color:#FFFFFF;
    height:auto;
    position:relative;
}

#Main{
    width:100%;
    background-color:#FFFFFF;
    height:auto;
    position:relative;
}

#LeftContent{
        float:left;
        width:630px;
        padding:10px 5px 10px 5px;
        position:relative;
}

#SideNav{
    width:185px;
    float:left;
    position:relative;
    border-left:thin;
    border-width:1px;
    padding:10px 5px 10px 5px;
}
#SideNav img{
    padding:0;
}
#SideNav p{
    text-align:center;
}

#header{
	height:200px;
	margin:0;
	padding:0;
	
	}
#header img{
	padding:0;
}
#header ul{
	padding:0px;
	margin-top:120px;
	list-style:none;
	text-align:right;
	float:right;	
}
#header ul li{

	padding:0 20px;
	display: inline;
	list-style:none;
}
#header A:link {
 COLOR: #c4bf62 /*The color of the link*/;
 text-decoration:none;
 font-size:18px;
 border: 0px;
}
#header A:visited {
 COLOR: #c4bf62 /*The color of the visited link*/;
 text-decoration:none;
 font-size:18px;
}
#header A:hover {
 COLOR: Orange /*The color of the mouseover or 'hover' link*/
}


#secondary{
	height:auto;
        font-size:12px;
	margin:0;
	padding:10px;
        position:relative;
        clear:both;
	}
#footer{
	margin:0px;
	padding-top:1px;
	padding-bottom:1px;
        position:relative;
        clear:both;
        text-align:center;
	}
#footer ul {
        text-align:center;
        font-family:arial-bold;
        font-size:16px;
        color:#82CAFF;
        list-style:none;
}
#footer ul li a{
        display:inline;
        padding:0px 30px 0px 30px;
        text-align:center;
}
#footer a:link {
	color: #AAAAAA;
}
#footer a:visited {
	color: #AAAAAA;
}

h1 {
    text-align:center;
    font-family:arial-bold;
    font-size:18px;
    color:#666600;
}
h2 {
    text-align:center;
    font-family:arial-thin;
    font-size:12px;
}

Table{
    margin-right:auto;
    margin-left:auto;
    background-color:#FFFFFF;
    color:#000000;
    vertical-align:text-top;
}
Table.TD{
    vertical-align:text-top:
}
#splash1 {
    background-color:#b0e0e6;
    width:50%;
    height:40px;
    font-size:36px;
    color:#FFFFFF;
    text-align: center;
    z-index:1000;
}
#splash2 {
    background-color:#ff8c00;
    width:50%;
    height:40px;
    font-size:36px;
    color:#FFFFFF;
    text-align: center;
}