﻿
.ArticleLink
{
	clear: left;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 22px;
	color: #E00000;
	border-bottom: 1px solid transparent;
	margin-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	
}

.ArticleLink:Hover
{
	text-decoration: underline;
	color: Yellow;
	border-bottom: 1px solid transparent;	
}

.ArticleTitle
{
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 22px;
	color: #E00000;
	border-bottom: 1px solid transparent;
	margin-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
}

.ArticleByLine
{
	text-align: left;
	font-weight: bolder;
	color: #fff;
	padding-left: 10px;
	margin: 0 0 10px 0;
}

.ArticleImageLeft
{
	margin: 10px 10px 10px 10px;
    padding: 1px;
    border: 2px solid Black;
    background-color: White;
    float: Left;
}
    
.ArticleImageLeft:hover
{
	border: 2px solid red;
}
    
.ArticleImageRight
{
	margin: 10px 10px 10px 10px;
    padding: 1px;
    border: 2px solid Black;
    background-color: White;
    float: Right;
}

.ArticleImageRight:hover
{
	border: 2px solid red;
}

.ArticleImageMiddle
{
	margin: 10px 5px 10px 5px;
    padding: 1px;
    border: 2px solid Black;
    background-color: White;
}

.ArticleImageMiddle:hover
{
	border: 2px solid red;
}

.ArticleImageMiddleSuperThumb
{
	margin: 10px 5px 10px 5px;
    padding: 1px;
    border: 2px solid Black;
    background-color: White;
    width: 475px;
}

.ArticleImageMiddleSuperThumb:hover
{
	border: 2px solid red;
}

.ArticleRule
{
	clear: Left;
	margin: 0 10px 0 10px;
}

.RegisterLeft
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 75px;
	height: 35px;
	background-image: url('images/Icons/SignUp.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 50px;
	color: #E00000;
	text-decoration: none;
}

.RegisterLeft:Hover
{
	color: yellow;
	text-decoration: underline;
}

.RegisterRight
{
	float: Right;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 75px;
	height: 35px;
	background-image: url('images/Icons/SignUp.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 50px;
	color: #E00000;
	text-decoration: none;
}

.RegisterRight:Hover
{
	color: yellow;
	text-decoration: underline;
}

.ListDocument
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 35px;
	background-image: url('images/Icons/PDF.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 18px;
	padding-left: 50px;
	color: #E00000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.ListDocument:hover
{
	color: Yellow;
	
}