/* CONTINUES INTEGRATION AND TESTING CONFERENCE | STYLES */
body,
html 
{
	margin:0;
	padding:0;
	background:#A77D4B;
}
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	min-width:776px;
	text-align: justify;
}
a:link
{
	color: black;
	text-decoration: none;
}
a:visited
{
	color: black;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
em
{	
	font-size: 0.8em;
	font-style: italic;
	vertical-align: text-top;
}
h1
{
	text-indent: -5000px;
}
h3
{	
	margin-top: 20px;
	padding-left: 5px;
	border-left: solid 2px #5D8EF5;
}
h4
{
	font-size: 0.8em;
	padding-left: 5px;
	border-left: solid 2px #5D8EF5;
}
img
{
	border: none;
}

small
{
    font-size: 0.6em;
    text-align: center;
    vertical-align: text-top;
}

#MainFrame
{
	background-image: url(../_Images/BGContent.png);
	background-repeat: repeat-y;
	margin:0 auto;
	margin-top: -40px;
	width:776px;
}
/*===========HEADER===============*/
.header 
{
	background-image: url(../_Images/ArchiveHeader3.jpg);
	background-repeat: no-repeat;
	height: 258px;
	text-align: right
}
.header a:link
{
	width: 300px;
	color: black;
	text-decoration: none;
}

.header h5
{
	color: black;
	margin:0;
	padding: 0;
	padding-right: 15px;
	padding-top: 240px;
}
/*===========NAVIGATION===============*/
.Navigation
{
	float:left;
	padding-left: 15px;
	width:200px;
}
.Navigation h5
{
	margin: auto;
}
.Navigation img
{
	display: block;
	margin: auto;
	margin-bottom: 20px;
	margin-left: 15px;
}
.Navigation ul
{
	font-size: 0.8em;
	font-weight: 800;
	list-style-image: url(../_Images/NavigationBullet.png);
	margin-top: 20px;
	padding-right: 0;
}
.Navigation li
{
	margin: 8px 0;
	padding: 0;
	padding-left: 3px;
	padding-top: -5px;
}
/*===========MAINCONTENT===============*/
.MainContent
{
	float:right;
	width:490px;
	padding-right: 30px;
}
.MainContent a:link
{
	color: #5D8EF5;
	text-decoration: none;
}
.MainContent a:visited
{
	color: #5D8EF5;
	text-decoration: none;
}
.MainContent a:hover
{
	color: #5D8EF5;
	border-bottom: dashed 1px #5D8EF5;
}
.MainContent h5
{
	margin-bottom: 5px;
}
.MainContent ul
{
	font-size: 0.9em;
	font-weight: 800;
	margin-top: 0;
}
.MainContent li
{
	font-size: 0.9em;
	font-weight: normal;
	list-style-image: url(../_Images/Bullet.png);
	line-height: 17px;
	margin-top: 0px;
}
/*===========FOOTER===============*/
#footer
{
	background-image: url(../_Images/BGFooter.png);
	background-color: #A77D4B;
	background-repeat: no-repeat;
	height: 50px;
	clear: both;
}
#footer h6
{
	text-align: right;
	margin: 0;
	padding: 0;
	padding-right: 13px;
	padding-top: 8px;
}
