/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
background-color:#c0c0c0;
padding-top:10px;
margin:0;
}

#allMiddle{
background-image:url(images/bkg.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
}

#contestBox{
	width:615px;
	height:338px;
	padding:0;
	margin:0;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-323px;
	z-index:999;
}

#headerImgs{
padding-top:50px;
padding-right:75px;
}

#midContent{
background-image:url(images/tile.png);
background-repeat:repeat;
font-size:9px;
padding:15px; 
padding-right:35px;
height:200px;
}


ul{
list-style-image: url(images/circle.gif);
}

li a:link {color: red;text-decoration: none;}
li a:visited {text-decoration: none;color: red;}
li a:hover {text-decoration: underline;color: red;}
li a:active {text-decoration: none;color: red;}

a:link {color: red;text-decoration: none;}
a:visited {text-decoration: none;color: red;}
a:hover {text-decoration: underline;color: red;}
a:active {text-decoration: none;color: red;}

div.xxbluetext {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 10px;
  font-family: Verdana;
  color: #183F56;
  }
/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

#paperless a:link  {
color:#000000;
font-size:15px;
text-decoration:underline;
}

#paperless a:visited   {
color:#000000;
font-size:15px;
text-decoration:underline;
}

#paperless a:active    {
color:#000000;
font-size:15px;
text-decoration:underline;
}

#paperless a:hover {
color:#000000;
font-size:15px;
text-decoration:underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}


.MainTable{
background-image:url(images/bkg2.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
width:800px;
padding:0;
margin:0;
}


/********************Contact Page********************/
.FormSizeContact
{
width:700px;
padding:0;
margin:0;
}














































































