/* =============================================== */
/*   SPLASH SCREEN INDEX.HTML                      */
/* =============================================== */

/* Drawing a 1px border around the IAC splash logo */

#table00 {
	border: 1px solid #003366;
}

/* The link styles in the splash screen */

#IntroLink a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E3F6E;
	text-decoration: none;
}
#IntroLink a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #144F81;
	text-decoration: none;
}
#IntroLink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #476D91;
	text-decoration: underline;
}
#IntroLink a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #476D91;
}

/* =============================================== */
/*   SITE CONTENT                                  */
/* =============================================== */

/* Setting the background image and -colour */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bodybackgroundflippedbluef.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	color: #FFFFFF;
}

/* Setting the background image and -colour of the content area*/

#stationary {
	background-color: #FFFFFF;
	width: 759px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #003366;
}

/* Defining text and link style of the menu*/

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #0A2B4B;
	top: 0px;
	width: 750px;
	height: 10px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 3px;
}
#menu a:link {
	color: #0A2B4B;
	text-decoration: none;
}
#menu a:visited {
	color: #0A2B4B;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#menu a:active {
	text-decoration: none;
	color: #476D91;
}

/* Defining text and link style of the font size selector menu*/

#FontSize {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	height: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	top: 35px;
	position: absolute;
}
#smallA {
	font-size: 8px;
	font-weight: bold;
}
#normalA {
	font-size: 10px;
	font-weight: bold;
}
#largeA {
	font-size: 12px;
	font-weight: bold;
}
#FontSize a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#FontSize a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#FontSize a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#FontSize a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}


/* Defining text and link style of the Page title*/

#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #0A2B4B;
}

/* Defining text style of the the first header*/

.Header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: #0A2B4B;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #9EBACF;
	background-color: #E9EEF3;
}

/* Defining text and link style of the 'normal' paragraph content*/

.Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 5px;
	color: #0E3F6E;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.Content a:link {
	color: #0A2B4B;
	text-decoration: underline;
	font-weight: normal;
}
.Content a:visited {
	color: #144A7B;
	text-decoration: underline;
	font-weight: normal;
}
.Content a:hover {
	color: #476D91;
	text-decoration: underline;
	font-weight: normal;
}
.Content a:active {
	text-decoration: underline;
	color: #476D91;
	font-weight: normal;
}

/* Defining text and link style of a bulleted list*/

.BulletContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
	list-style-type: square;
	list-style-position: inside;
	color: #0E3F6E;
}
.BulletContent a:link {
	color: #0A2B4B;
	text-decoration:underline;
	font-weight: normal;
}
.BulletContent a:visited {
	color: #0A2B4B;
	text-decoration: underline;
	font-weight: normal;
}
.BulletContent a:hover {
	color: #476D91;
	text-decoration: underline;
	font-weight: normal;
}
.BulletContent a:active {
	text-decoration: none;
	color: #476D91;
	font-weight: normal;
}

/* Defining text style for comment / version tracking at bottom of page*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C7D7E3;
}

