HTML, BODY {
	overflow:			scroll-y;
	position:			relative;
	width:			    100%;
	height:			    100%;
	margin:			    0px;
	text-align:			left;
	vertical-align:		top;
	font-family:		verdana, arial, helvetica, sans-serif;
	font-size:          10px;
	color:			    #0F476E;
	background:			#FFFFFF;
	background-image:	url('../img/background.png');
	background-repeat:	repeat-y;
}
h2 {
	color:		        #0F476E;
    font-size:          10px;
}
h3 {
	color:		        #0F476E;
    font-size:          10px;
}
a, a:visited {
    color:              #FAA107;
    text-decoration:    none;
}
a:hover {
    color:              #FAA107;
    text-decoration:    underline;
}
#position {
	overflow:	        visible;
	position:	        relative;
	top:		        0px;
	left:		        100px;
	width:	            750px;
	max-width:	        750px;
}
#head {
    position:           relative;
    top:                0px;
    left:               0px;
    width:              750px;
    max-width:          750px;
    height:             123px;
    background-image:   url('../img/head.png');
}
#nav {
	overflow:		    visible;
	float:		        left;
	position:		    relative;
	top:			    0px;
	left:			    27px;
	width:		        100px;
	max-width:		    100px;
	background:		    transparent;
}
ul#Nav {
    margin:             0px;
    padding:            0px;
}
ul#Nav li {
	font-size:		    10px;
    list-style:         none;
    margin:             0px;
    padding:            0px;
}
ul#Nav2 {
    margin:             0px;
    padding:            0px;
}
ul#Nav2 li {
	font-size:		    10px;
    list-style:         none;
    margin:             0px 0px 0px 10px;
    padding:            0xp;
}
#content {
	overflow:		    visible;
	float:		        left;
	position:		    relative;
	top:			    0px;
	left:			    30px;
	width:		        571px;
	max-width:		    571px;
	background:		    transparent;
	color:		        #0F476E;
	font-size:		    12px;
}
#bold {
    font-weight:         bold;
}
#footer {
	overflow:		    visible;
	float:		        left;
	position:		    relative;
	top:			    +30px;
	left:			    40px;
	width:		        671px;
	max-width:		    671px;
	background:		    transparent;
	color:		        #0F476E;
	font-size:		    9px;
	text-align:         center;
}
table.rand2 {
    border-color:       #888888;
    border-style:       solid;
    border-width:       1px;
}
.white {
    font-family:        Arial, Verdana, Helvetica, sans-serif;
    font-size:          12px;
    color:              #ffffff;
    text-decoration:    none;
    font-weight:        bold;
}
.small_grey {
    font-family:        Arial, Verdana, Helvetica, sans-serif;
    font-size:          11px;
    color:              #666666;
    text-decoration:    none;
    font-weight:        none;
}
a.red_lnk:link, a.red_lnk:visited, a.red_lnk:active {
    font-family:        Arial, Verdana, Helvetica, sans-serif;
    font-size:          12px;
    color:              #ffffff;
    text-decoration:    none;
    font-weight:        bold;
}
a.red_lnk:hover {
    font-family:        Arial, Verdana, Helvetica, sans-serif; 
    font-size:          12px;
    color:              #aa0000;
    text-decoration:    underline;
    font-weight:        bold;
}
#left {
    float:              left;
}
#right {
    float:              right;
}
#both {
    clear:              both;
}
.line {
    background-color:   #eeeeee;
}
.headline {
    font-family:        Arial, Verdana, Helvetica, sans-serif;
    font-size:          12px;
    color:              #666666;
    text-decoration:    none;
    font-weight:        bold;
}
