body {
	background-color:#07112a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(images/main_background.jpg);
	background-repeat:no-repeat;
	margin:0px;
	line-height:1.4;
}

#header{
	background-image:url(images/header-new.jpg);
	background-repeat:no-repeat;
	border: 2px;
	border-color: gold;
	width: 958px;
	height: 209px;
}
.spacer {
	color:#07112a;
}

#main {
	width:780px;
	margin:auto;
}

#main_left {
	width:420px;
	float:left;
	margin-top:241px;
}

#main_leftFiles {
	width:780px;
	float:left;
	margin-top:200px;
}

.filesHeader {
	font-size:16px;
	color:#e9eaeb;
}

.filesHeader2 {
	font-size:18px;
	color:#e9eaeb;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#main_right {
	width:360px;
	float:right;
	background-color:#040b1d;
	margin-top: 0px;
}

#main_footer {
	clear:both;
	text-align:center;
	padding-top:30px;
	margin-bottom:30px;
}

#index_footer {
	clear:both;
	text-align:center;
	padding-top:30px;
}

#dog_tags {
	width:780px;
	height:360px;
	background-image:url(images/moh-logo-header.png);
	background-repeat:no-repeat;
	z-index:-5;
	margin:auto;
}

#top_spacer {
	width:780px;
	height:100px;
	text-align:right;
	font-size:17px;
}

#flash {
	margin-bottom:11px;
}

#right_text {
	width:337px;
	height:225px;
	background-image:url(images/right_textBG.jpg);
	margin-bottom:21px;
	padding:20px 12px 0px 12px;
}

.right_textBlue {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0049ff;
}

.right_text {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1.4;
}

a:link{
	color:#5689e0;
	text-decoration:none;
}

a:visited {
	color:#5689e0;
	text-decoration:none;
}

a:hover {
	color:#cccdce;
	text-decoration:none;
}

a:active {
	color:#cccdce;
	text-decoration:none;
}

.small {
	font-size:11px;
	font-style:italic;
}

.description {
	font-size:11px;
}

.header {
	font-size:14px;
	color:#C3D9FF;
}

.header2 {
	font-size:16px;
	color:#C3D9FF;
}

.names {
	font-size:14px;
}

.title {
	font-size:11px;
	color:#b5b5b5;
}

#scroll {
	unicode-bidi:bidi-override; 
	direction:ltr;
	display:block; 
	width:360px; 
	height:330px; 
	overflow:auto; 
	margin:0 auto;
	scrollbar-face-color:#07112a;
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#5689e0;
	scrollbar-track-color:#07112a;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#78AAFF;
	scrollbar-darkshadow-Color:#78AAFF;
}

#scroll p {
	font-size:11px; 
	line-height:16px;
}

/** GALLERY STYLES **/
.highslide {
    cursor: url(images/gallery/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #5689e0;
}
.highslide:hover img {
	border: 2px solid #cccdce;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none; 
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 5px;
    background-color: white;
	color:#07112a;
	line-height:1.0;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(images/gallery/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(images/gallery/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}