/***********************************************/
/*****           Siorek.net CSS            *****/
/*****       Created by Allen Siorek       *****/
/***********************************************/

/***********************************************/
/*****          Zero out all tags          *****/
/***********************************************/ 
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, image, table { 
	margin: 0; 
	padding: 0; 
	border: 0;} 


/***********************************************/
/*****       Global Layout Elements        *****/
/***********************************************/
html {min-height: 100%; margin-bottom: 1px; }

body {
	background-color: #FFFFFF;
	color: #003399;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: normal;
	font-size: 1em;
	text-align:center;}

#EntirePage {
	width:990px;
	margin-left:auto;
	margin-right:auto;}

.ImageRight {float:right;}
.ImageLeft {float:left;}

	/* hide flash from ie on mac \*/
	#flashcontent {
		margin: 1px auto 0;
		border: 5px solid #FFFFFF;
		width: 280.00px;
		height: 420.00px;
	}
	/* end hide */

.Footer {position:absolute; bottom:1px; left:0px; width:100%; text-align:center;}

/***********************************************/
/*****                Text                 *****/
/***********************************************/
h1 {font-size: 150%;}
h2 {font-size: 130%;}
h3 {font-size: 110%;}
h4 {font-size: 100%;}
h5 {font-size: 85%;}
h6 {font-size: 65%;}
.smallcaps {font-variant:small-caps}


/***********************************************/
/*****               Colors                *****/
/***********************************************/
.orange {color: #FF6633;}
.blue {color: #003399;}
.white {color: #FFFFFF;}


/***********************************************/
/*****                Links                *****/
/***********************************************/
a:link {color: #003399;	border-bottom-color:#FF6633; border-bottom-style:dashed; border-bottom-width: 1px; text-decoration: none;}
a:visited {color: #003399; border-bottom-color:#FF6633; border-bottom-style:dashed; border-bottom-width: 1px; text-decoration: none;}
a:hover {color: #FF6633; border-bottom-color:#003399; border-bottom-style:solid; border-bottom-width: 1px; text-decoration: none;}
a:focus {color: #FF6633; border-bottom-color:#003399; border-bottom-style:solid; border-bottom-width: 1px; text-decoration: none;}
a:active {color: #FF6633; border-bottom-color:#003399; border-bottom-style:solid; border-bottom-width: 1px; text-decoration: none;}

#ImageLink {color: #003399;}
#ImageLink a{border:none; text-decoration:none;}

/***********************************************/
/*****                Lists                *****/
/***********************************************/
ul{list-style-type: disc; padding-left: 2%;}
ul ul{list-style-type: disc;}


/***********************************************/
/*****               Images                *****/
/***********************************************/
img {border: none;}


/***********************************************/
/*****               Tables                *****/
/***********************************************/


/***********************************************/
/*****                Forms                *****/
/***********************************************/


/***********************************************/
/*****              Home Page              *****/
/***********************************************/
#MainTable {border: 2px solid #003399;}
#MainTable td {border: 1px solid #FF3366;}

/***********************************************/
/*****             Inner Pages             *****/
/***********************************************/
#Content {padding-left:120px; padding-right:120px; min-height:550px;}

/********************* End **********************/
