﻿/********Reset Variables************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}


/******** Index ************/
body{
	
	font-family:Arial, Helvetica, sans-serif;
	background:#3c4247;
}

A:link {text-decoration: none; color:black;}
A:visited {text-decoration: none; color:black;}
A:active {text-decoration: none; color:black;}
A:hover {text-decoration: underline; color: black;}

.Container
{
	padding-top:10px;
	width:800px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;

}

.Header
{
	width:800px;
	height:200px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#cee3f6;

}

.Menu
{
	position:relative;
	float:left;
	width:212px;
	margin-top:10px;
}

.Menu h4
{
	text-align:center;
	text-decoration:underline;
}

.Menu p
{
	text-align:center;
	font-size:14px;
}

.Menu ul
{
	padding-left:20px;
	padding-top:10px;
	font-size:14px;
}

.Menu ul li
{
	padding-bottom:2px;
}

.Menu .MenuTop
{

	background-image: url(../images/topmenutop.png);
	background-repeat:no-repeat;
	width:212px;
	height:25px;

}

.Menu .MenuBottom
{
	background-image: url(../images/menuback.png);
	background-repeat:repeat-y;
	width:212px;
	height:255px;

}

.Menu .BottomMenuTop
{
	background-image: url(../images/menutop.png);
	background-repeat:no-repeat;
	width:212px;
	height:10px;


}

.Menu .BottomMenuBottom
{
	background-image: url(../images/menuback.png);
	background-repeat:repeat-y;
	width:212px;
	height:185px;

}


.BodyRight
{
	position:relative;
	float:left;
	margin-top:10px;

	
}

.BodyContent
{
	width:587px;
	min-height:355px;
	background-color:#FFFFFF;

}

.BodyContent table
{
}

.BodyContent table p
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;

}

.BodyContent table a:link
{
	color:blue;
}

.BodyContent table tr
{
}

.BodyContent table td
{
	padding-left:10px;
	padding-bottom:5px;
}

.BodyContent table td p
{
	padding-bottom:10px;
	padding-top:5px;
}
.BodyContent ui
{
	margin-left:20px;
}

.BodyContent li
{
	margin-left:40px;
	font-size:12px;
}


.BodyContent p
{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	font-size:12px;

	
}

.LargeImage
{
	width:567px;
	height:250px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.LargeImage img
{
	display:block;
	margin:auto;
	padding-top:5px;
}

.Thumbnails
{
	width:567px;
	height:250px;
	margin-left:10px;
	margin-right:10px;

}

.RowOne
{
	
}

.RowOne img
{
	float:left;
	padding:2px;		
}

.RowTwo
{
	
}

.RowTwo img
{
	float:left;
	padding:2px;
}
.Footer
{
	position:relative;
	background-image: url(../images/footerback.png);
	width:587px;
	height:35px;
	text-align:right;

}
.Footer p
{
	padding-top:5px;
	padding-right:10px;
}
